@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BBH+Bartle&family=Mochiy+Pop+One&display=swap');
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
	margin: 0;
	padding: 0;
	outline: none;
}
fieldset, img {
	border: 0;
}
dl, ul, ol, menu, li {
	list-style: none;
}
iframe, embed {
	width: 100%;
}
table .imageblock {
	width: 100% !important;
}
table {
	border-spacing: 1px 0;
}
button {
	background-color: transparent;
	border: 0;
}
/* 배경 */
body {
	background: #fff;
}
/* 전체 폰트 */
html,
th,
td,
input,
select,
textarea,
button,
#tt-body-page blockquote,
#tt-body-page blockquote p,
#tt-body-page blockquote[data-ke-style='box'],
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless,
figure figcaption,
figure[data-ke-type='video'] figcaption,
code {
	font-size: 14px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #666;
	line-height: 1.7;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
}

/* 입력창 폰트 색상 */
::-webkit-input-placeholder { /* 크롬 4–56 */
	color: #666;
}
:-moz-placeholder { /* 파이어폭스 4–18 */
	color: #666;
}
::-moz-placeholder { /* 파이어폭스 19–50 */
	color: #666;
}
:-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
	color:  #666;
}
::placeholder { /* 파이어폭스 51+, 크롬 57+ */
	color: #666;
}

/* 스크롤바 */
::-webkit-scrollbar {
	width:5px;
	height:5px;
	background:transparent;
}
::-webkit-scrollbar-thumb {
	width:5px;
	background:#666;
}
/* 전체 박스 */
#container {
	position: relative;
	margin: 100px auto 50px;
	width: 600px;
}
/* 상단 영역 */
#header {
	position: relative;
	display: flex;
	height: 57px;
	font-family: "BBH Bartle", sans-serif;
	font-size: 0.9em;
	margin-bottom: 20px;
	overflow: hidden;
	text-transform: capitalize;
	white-space: nowrap;
}
#header:before, #header:after {
	content: "";
	box-sizing: border-box;
	border-color: inherit;
	position: absolute;
	bottom: 8px;
	height: 20px;
}
#header:before {
	left: 0;
	width: 15%;
	border-right: 2px solid;
	border-top: 2px solid;
}
#header:after {
	left: 15%;
	width: 100%;
	margin-left: -2px;
	border-left: 3px solid;
	border-top: 2px solid;
	transform: skew(-45deg);
	transform-origin: left bottom;
}
#header .title {
	flex: 1.5;
	margin-left: 10px;
}
#header .catebox {
	flex: 8.5;
	text-align: right;
	position: relative;
}
.catebox .etc > span {
	cursor: pointer;
}

@media all and (min-width: 768px) {
	#header .btn {
		display: none;
	}
	/* 카테고리 */
	.tt_category, .category_list > li, .sub_category_list > li, #header .catebox .cate, #header .catebox .etc {
		display: inline-block;
	}
	.link_tit {
		display: none;
	}
	.sub_category_list, #header .catebox .etc .etcbox {
		position: absolute;
		right: 0;
		display: none;
		padding-top: 15px;
		z-index: 9999999;
		width: 100%;
		font-size: .9em;
	}
	.category_list > li:hover .sub_category_list, #header .catebox .etc:hover .etcbox {
		display: block;
	}
	a.link_item, a.link_sub_item, #header .catebox .cate:first-child, #header .catebox .etc, .search, #header .catebox .etc a {
		margin: 0 6px;
	}
	a.link_sub_item, #header .catebox .etc a {
		opacity: 0.8;
	}
	/* 검색 */
	.search {
		display: inline-block;
	}
	.search input {
		border: 0;
		background: transparent;
		font-family: "BBH Bartle", sans-serif;
		width: 100px;
		font-size: .9em;
		text-align: right;
		opacity: 0.8;
	}
	.search .submit {
		display: none;
	}
}
/* 본문 영역 */
#content {
	position: relative;
}
.list_wrap:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}
/* 갤러리형 */
#lst_gal .thumb {
	width: 29.3%;
	position: relative;
	float: left;
	margin: 2%;
	overflow: hidden;
}
#lst_gal .thumb * {
	transition: 0.5s;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#lst_gal .thumb a {
	display: block;
	border: 2px solid;
}
#lst_gal .thumb img {
	width: 100%;
	vertical-align: top;
}
#lst_gal .thumb:hover img {
	opacity: 0.6;
	-webkit-filter: blur(1px);
	filter: blur(1px);
}
#lst_gal .thumb:hover .info {
	opacity: 1;
}
#lst_gal .thumb .info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	text-align: center;
	opacity: 0;
	line-height: 1.4;
	background: rgba(102, 102, 102, 0.8);
	color: #fff;
}
#lst_gal .thumb .info .title {
	font-weight: bold;
	letter-spacing: 2px;
	width: 80%;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#lst_gal .thumb .info .date {
	font-size: .8em;
}
/* 목록형 */
#lst_web .thumb {
	position: relative;
}
#lst_web .thumb a {
	display: block;
	padding: 15px 0;
	border-bottom: 2px solid;
}
#lst_web .thumb img {
	display: none;
}
#lst_web .thumb .title, #lst_web .thumb .date {
	display: inline-block;
	vertical-align: middle;
}
#lst_web .thumb .title {
	width: calc(100% - 60px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	transition: .5s;
}
#lst_web .thumb:hover .title {
	letter-spacing: 2px;
}
#lst_web .thumb .date {
	font-size: .8em;
	float: right;
	line-height: 23px;
}
/* 보호글 */
.entryProtected {
	width: 220px;
	margin: 20% auto;
}
.entryProtected p .post-secret, .entryProtected p .post-submit {
	margin: 5px 0;
	padding: 10px;
}
.entryProtected p .post-secret {
	width: 100%;
	border: 0;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.entryProtected p .post-submit {
	width: 100%;
	border: 0;
	background: #666;
	text-transform: capitalize;
	color: #fff;
}
.post-secret[required] + label {
	display: block;
	height: 48px;
	margin-top: -48px;
	margin-bottom: 0;
	pointer-events: none;
	line-height: 1;
	text-transform: capitalize;
}
.post-secret[required] + label:before {
	content: attr(placeholder);
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 9px;
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
}
.post-secret[required]:focus + label:before, .post-secret[required]:valid + label:before {
	-webkit-transform: translate(0, -24px) scale(1, 1);
	transform: translate(0, -24px) scale(1, 1);
	font-style: italic;
}
/* 본문 타이틀 */
.titleWrap {
	margin-bottom: 30px;
	text-align: center;
}
.titleWrap .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.titleWrap .title a {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 3px;
	padding: 0 10px 3px;
	border-bottom: 2px solid;
	display: inline-block;
}
.titleWrap .date, .titleWrap .admin {
	font-size: .8em;
}
.titleWrap .date {
	display: inline-block;
}
.titleWrap .admin {
	/* float: right; */
}
.titleWrap .admin i {
	padding: 0 3px;
}
/* 인용구 */
.tx-quote-tistory:before {
	content: '\f005 ';
	font-family: fontAwesome;
}
.tx-quote-tistory {
	position: relative;
	height: auto;
	margin: 5px 0;
	padding: 10px;
	border: 2px solid;
}
/* 더보기 */
.btn_more:before,
.btn-toggle-moreless:before {
	content: '\f105';
	font-family: fontAwesome;
	font-weight: bold;
	margin-right: 5px;
}
.moreless-content,
.moreless_content {
	position: relative;
	height: auto;
	margin: 3px 0;
	padding: 10px;
	border: 2px solid;
}
.btn_less span:before,
.moreless_top:before {
	content: '\f107';
	font-family: fontAwesome;
	margin-right: 5px;
	font-weight: bold;
}
.btn_less:last-child span:before,
.moreless_bottom:before {
	content: '\f106';
	font-family: fontAwesome;
	margin-right: 5px;
	font-weight: bold;
}
.btn_less:first-child {
	margin-bottom: 10px;
}
.btn_less:last-child {
	margin-top: 10px;
}
.btn_more {
	display: block;
}
/* 본문 태그¸ */
.tagTrail {
	color: transparent;
	margin: 10px 0;
	font-size: .9em;
}
.tagTrail .tag {
	color: #666;
	width: 80px;
	font-weight: bold;
	display: inline-block;
}
/* 본문 댓글 */
.actionTrail {
	margin: 10px 0;
	font-size: .9em;
}
.actionTrail .cnt {
	display: inline-block;
	font-weight: bold;
	width: 80px;
}
/* 신고 버튼 */
.container_postbtn {
	padding: 10px 0 !important;
}
.container_postbtn .postbtn_like label:first-child {
	padding-left: 0 !important;
}
/* 방명록 작성 */
.cmt-write:after, .guestWrite:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.cmt-write {
	margin-top: 30px;
}
.cmt-write textarea, .guestWrite textarea {
	width: 100%;
	resize: vertical;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	border: 2px solid;
	background: transparent;
	transition: .8s;
}
.cmt-write textarea:focus, .guestWrite textarea:focus, .cmt-write textarea:hover, .guestWrite textarea:hover {
	height: 150px;
}
.cmt-write .info input, .guestWrite .info input {
	padding: 5px;
	float: left;
	background: transparent;
	margin: 5px;
	margin-left: 0;
	border: 0;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	max-width: 23%;
}
.cmt-write .submit input, .guestWrite .submit input {
	float: right;
	margin-right: 0;
	padding: 3px 10px;
	background: #666;
	color: #fff;
	font-family: fontAwesome;
	border: 0;
	margin-top: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .9em;
	width: 15%;
}
.secret {
	display: inline-block;
	padding: 10px;
	float: left;
}
.checkbox {
	display: none;
}
.checkbox + .secret-label:after {
	content: '\f13e';
	font-family: fontAwesome;
}
.checkbox:checked + .secret-label:after {
	content: '\f023';
	font-family: fontAwesome;
}
/* 댓글, 방명록 리스트 */
.commentList li, .guestList li {
	position: relative;
}
.cmt-list, .guest-list {
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 2px solid;
}
.cmt-list:first-child, .guest-list:first-child {
	margin-top: 10px;
}
.cmt-list:last-child, .guest-list:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.cmt-list img, .guest-list img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: none;
}
.cmt-list .info, .guest-list .info {
	/* margin-left:60px; */
}
.reply {
	margin: 30px 0 30px 30px;
}
.reply:last-child {
	margin-bottom: 0;
}
.cmt-list .text, .guest-list .text {
	margin-top: 15px;
}
.cmt-list .date, .guest-list .date {
	font-size: .8em;
	margin-right: 5px;
}
.cmt-list .date a, .guest-list .date a {
	margin-right: 5px;
	visibility: hidden;
	font-size: .8em;
}
.cmt-list .date a:after, .guest-list .date a:after {
	content: "\f06a";
	font-family: fontAwesome;
	visibility: visible;
}
.cmt-list .control, .guest-list .control {
	font-size: .8em;
}
.cmt-list .control .write, .guest-list .control .write {
	margin-left: 5px;
}
.cmt-list .name, .guest-list .name, .cmt-list .rp_admin .name, .guest-list .guest_admin .name {
	font-weight: bold;
	padding: 5px 10px;
	border: 2px solid;
}
.cmt-list .rp_admin .name, .guest-list .guest_admin .name {
	background: #666;
	border: 0;
}
.cmt-list .name a, .guest-list .name a, .cmt-list .rp_admin .name a, .guest-list .guest_admin .name a {
	color: #fff;
}
.cmt-list .rp_admin .name:before, .guest-list .guest_admin .name:before {
	content: '\f005 ';
	font-family: fontAwesome;
	color: #fff;
}
.hiddenComment .name:after {
	content: '\f023';
	font-family: fontAwesome;
}
/* 공지 */
.entryNotice {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	animation: notice 0.5s 0s ease both 1;
	margin: 40px auto;
	padding: 30px;
	border: 2px solid;
}
.entryNotice:last-child {
	margin-bottom: 0;
}
/* 페이징 */
.paging {
	text-align: center;
	margin-top: 30px;
	font-size: .8em;
}
.paging .no-more-prev, .paging .no-more-next, .paging .num {
	padding: 0 7px;
}
.paging .selected {
	font-weight: bold;
	border-bottom: 2px solid;
}
/* 탑버튼 */
.top {
	text-align: center;
	margin-top: 40px;
	font-size: 1.5em;
}
/* 카피라이트 삭제 금지 */
.copy {
	position: fixed;
	bottom: 10px;
	right: 10px;
	white-space: nowrap;
	font-size: 12px;
	font-family: 'Calibri', sans-serif;
}

/* 모바일 영역 */
@media (max-width: 768px) {
	#container {
		width: auto;
		margin: 15px;
	}
	#header {
		display: block;
	}
	#header .title {
		margin-left: 0;
		display: inline-block;
	}
	#header .catebox > ul {
		display: none;
	}
	.cmt-write .info input, .guestWrite .info input {
		max-width: 18%;
	}
	.top {
		position: fixed;
		right: 10px;
		bottom: 10px;
		padding: 10px;
		margin-top: 0;
	}
	.copy {
		position: static;
		text-align: center;
		margin: 20px 0;
	}
	/* 모바일 카테고리 슬라이드 */
	#header .btn {
		float: right;
	}
	html.open {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.page_cover.open {
		display: block;
	}
	.page_cover {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 999;
		display: none;
	}
	#header .catebox {
		width: 70%;
		overflow: hidden;
		height: 100%;
		position: fixed;
		top: 0px;
		left: -71%;
		margin: 0;
		z-index: 999999;
		transition: All 0.2s ease;
		-webkit-transition: All 0.2s ease;
		-moz-transition: All 0.2s ease;
		-o-transition: All 0.2s ease;
		background: #fff;
		line-height: 2;
	}
	#header .catebox.open {
		left: 0;
	}
	#header .catebox .scroll {
		width: 102%;
		height: 100%;
		overflow-y: scroll;
	}
	#header .catebox .scroll > ul {
		margin: 50px 10%;
		position: relative;
		text-align: left;
	}
	/* 모바일 카테고리 */
	.catebox .cate:first-child, .catebox .cate:nth-child(2) {
		margin-bottom: 20px;
	}
	.link_tit {
		display: none;
	}
	.sub_category_list {
		padding-left: 15px;
	}
	.link_sub_item:before {
		content: '\f0da';
		font-family: fontAwesome;
		margin-right: 3px
	}
	.catebox .etc > span {
		display: none;
	}
	/* 모바일 검색 */
	.search {
		margin: 20px 0;
	}
	.search input {
		background: transparent;
		border: 0;
		font-family: 'Galada', 'Noto Sans KR', sans-serif;
		font-size: 1.1em;
	}
	.search .submit {
		display: none;
	}
}
/* - - - BGM 플레이어 관련 - - - */
.mm-bgm {
  position: fixed;
  bottom: 15px;
  left: 45px;
  z-index: 9999;
  border: none;
  transition: all 0.3s;  /* 부드러운 애니메이션 추가 */
  cursor: pointer;  /* 마우스 올리면 손가락 모양 */
}

.mm-bgm:hover {
  transform: scale(1.05);  /* 호버시 살짝 커지기 */
}
/* - - - BGM 플레이어 끝 - - -*/

/* ==================== SF 메신저 팝업 스타일 시작 ==================== */

/* SF 스타일 반투명 메신저 */
.sf-chat-window {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    width: 320px;
    background: rgba(12, 69, 109, 0.9);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(241, 192, 125, 0.3);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
                0 0 20px rgba(241, 192, 125, 0.2);
    z-index: 999999 !important;
    overflow: hidden;
    font-family: 'Segoe UI', 'Arial', sans-serif;
}

.sf-chat-header {
    background: linear-gradient(135deg, rgba(12, 69, 109, 0.8), rgba(12, 69, 109, 0.6));
    padding: 8px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(241, 192, 125, 0.2);
}

.sf-chat-name {
    font-weight: 600;
    font-size: 12px;
    color: #f1c07d;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(241, 192, 125, 0.5);
}

.sf-minimize-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #f1c07d;
    padding: 0 5px;
    transition: all 0.3s;
    line-height: 1;
}

.sf-minimize-btn:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(241, 192, 125, 0.8);
}

.sf-chat-body {
    display: flex;
    flex-direction: column;
    height: 420px;
}

.sf-chat-content {
    background: rgba(5, 10, 20, 0.3);
    flex: 1;
    overflow-y: auto;
    padding: 15px;
    position: relative;
}

.sf-message-row {
    display: flex;
    margin-bottom: 12px;
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.sf-bubble {
    padding: 10px 14px;
    border-radius: 4px;  /* 라운드 최소화 */
    font-size: 13px;
    max-width: 80%;
    line-height: 1.5;
    position: relative;
    clip-path: polygon(
        8px 0%, calc(100% - 8px) 0%, 
        100% 8px, 100% calc(100% - 8px), 
        calc(100% - 8px) 100%, 8px 100%, 
        0% calc(100% - 8px), 0% 8px
    );  /* 모서리 베벨 효과 */
}

/* 받은 메시지 - 파란색 말풍선 */
.sf-other.sf-blue .sf-bubble {
    background: linear-gradient(135deg, rgba(30, 80, 130, 0.4), rgba(20, 60, 110, 0.3));
    color: #a0d0ff;
    border: 1px solid rgba(100, 180, 230, 0.4);
    box-shadow: 0 4px 15px rgba(12, 69, 109, 0.3),
                inset 0 1px 1px rgba(100, 180, 230, 0.2);
}

/* 받은 메시지 - 노란색 말풍선 */
.sf-other.sf-yellow .sf-bubble {
    background: linear-gradient(135deg, rgba(160, 120, 60, 0.4), rgba(140, 100, 50, 0.3));
    color: #f1c07d;
    border: 1px solid rgba(241, 192, 125, 0.4);
    box-shadow: 0 4px 15px rgba(241, 192, 125, 0.2),
                inset 0 1px 1px rgba(241, 192, 125, 0.2);
}

/* 보낸 메시지 - 보라/핑크 계열 */
.sf-me {
    justify-content: flex-end;
}

.sf-me .sf-bubble {
    background: linear-gradient(135deg, rgba(100, 60, 130, 0.4), rgba(80, 50, 110, 0.3));
    color: #d0a0ff;
    border: 1px solid rgba(150, 100, 200, 0.4);
    box-shadow: 0 4px 15px rgba(100, 60, 130, 0.3),
                inset 0 1px 1px rgba(150, 100, 200, 0.2);
}

.sf-chat-input-area {
    display: flex;
    padding: 12px;
    background: rgba(12, 69, 109, 0.4);
    border-top: 1px solid rgba(241, 192, 125, 0.2);
    gap: 8px;
}

.sf-chat-input {
    flex: 1;
    padding: 10px 12px;
    background: rgba(5, 10, 20, 0.5);
    border: 1px solid rgba(241, 192, 125, 0.3);
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    outline: none;
    transition: all 0.3s;
}

.sf-chat-input::placeholder {
    color: rgba(241, 192, 125, 0.5);
}

.sf-chat-input:focus {
    border-color: #f1c07d;
    box-shadow: 0 0 10px rgba(241, 192, 125, 0.3);
}

.sf-send-btn {
    padding: 10px 16px;
    background: linear-gradient(135deg, rgba(241, 192, 125, 0.6), rgba(241, 192, 125, 0.4));
    border: 1px solid rgba(241, 192, 125, 0.5);
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.sf-send-btn:hover {
    background: linear-gradient(135deg, rgba(241, 192, 125, 0.8), rgba(241, 192, 125, 0.6));
    box-shadow: 0 0 15px rgba(241, 192, 125, 0.5);
}

.sf-chat-launcher {
    position: fixed !important;
    bottom: 15px !important;
    left: 15px !important;
    width: 24px;
    height: 24px;
    background: #0c456d;  /* 네이비 단색 */
    border: none;  /* 테두리 제거 */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: none;  /* 그림자 완전 제거 */
    z-index: 999999 !important;
    transition: all 0.3s;
}

.sf-chat-launcher:hover {
    transform: scale(1.05);  /* 호버시 살짝만 커지게 */
    box-shadow: none;  /* 호버시에도 그림자 없음 */
}

.sf-launcher-text {
    font-weight: normal;  /* bold 제거 */
    font-size: 15px;
    color: #ffffff;  /* 노란색 → 하얀색 */
    text-shadow: none;
}

/* 스크롤바 스타일 */
.sf-chat-content::-webkit-scrollbar {
    width: 6px;
}

.sf-chat-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

.sf-chat-content::-webkit-scrollbar-thumb {
    background: rgba(241, 192, 125, 0.5);
    border-radius: 3px;
}

.sf-chat-content::-webkit-scrollbar-thumb:hover {
    background: rgba(241, 192, 125, 0.7);
}

/* ==================== SF 메신저 팝업 스타일 끝 ==================== */

/* 갤러리형 제목 수정: 한 줄 표기, 작은 글씨, 날짜 숨김 */
#lst_gal .thumb .info {
    position: relative !important;   /* 이미지 아래에 배치 */
    opacity: 1 !important;          /* 항상 노출 */
    background: transparent !important; /* 배경 투명하게 */
    color: #444 !important;          /* 제목 색상 */
    padding: 8px 0 !important;      /* 위아래 간격 */
    height: auto !important;         /* 높이 자동 */
    display: block !important;       /* 정렬 방식 변경 */
}

#lst_gal .thumb .info .title {
    font-size: 12px !important;      /* 글자 크기를 작게 조절 */
    font-weight: normal !important;  /* 굵기 조절 (필요시 bold로 변경 가능) */
    white-space: nowrap !important;  /* 줄바꿈 금지 */
    overflow: hidden !important;     /* 넘치는 글자 숨김 */
    text-overflow: ellipsis !important; /* 길면 ... 처리 */
    width: 100% !important;
    display: block !important;
}

/* 카테고리 글자 크기 및 스타일 강제 고정 */
#lst_gal .thumb .info li.category_name {
    display: block !important;
    font-size: 10px !important;       /* 훨씬 더 작은 크기로 설정 */
    line-height: 1.2 !important;      /* 줄 간격 고정 */
    color: #999 !important;           /* 연한 회색 */
    margin: 4px 0 0 0 !important;    /* 위쪽 여백만 주기 */
    padding: 0 !important;            /* 혹시 들어있을 패딩 제거 */
    list-style: none !important;      /* 앞에 점 나오는 것 방지 */
    font-weight: normal !important;   /* 얇게 */
    text-shadow: none !important;     /* 혹시 있을 그림자 제거 */
}

/* (기존 코드 확인) 날짜는 계속 숨기기 */
#lst_gal .thumb .info .date {
    display: none !important;
}

/* 마우스 올렸을 때 사진 흐려짐 효과 제거 */
#lst_gal .thumb:hover img {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
}

/* 마우스 올렸을 때 사진 확대 효과 */
#lst_gal .thumb img {
    transition: transform 0.3s ease !important; /* 부드러운 움직임 */
}

#lst_gal .thumb:hover img {
    transform: scale(1.08) !important; /* 1.08배 확대 */
    opacity: 1 !important;              /* 흐려짐 방지 유지 */
    filter: none !important;
}

/* 박스 전체에 살짝 그림자 주기 (선택 사항) */
#lst_gal .thumb:hover a {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    transition: 0.3s;
}

/* 제목 색상도 살짝 강조하고 싶다면 추가 */
#lst_gal .thumb:hover .info .title {
    color: #000 !important;
    font-weight: bold !important;
}

/* 이미지와 제목 사이 짧은 포인트 선 추가 */
#lst_gal .thumb .info::before {
    content: "";
    display: block;
    width: 30px;                /* 선의 길이 */
    height: 2px;                /* 선의 두께 */
    background-color: rgb(128, 128, 128);     /* 테두리와 비슷한 회색 */
    margin: 0 auto 10px;        /* 가운데 정렬 및 아래 간격 */
}

/* 갤러리 제목 좌우 여백 추가 및 정렬 */
#lst_gal .thumb .info .title {
    font-size: 12px !important;
    font-weight: normal !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    
    /* 여백 설정 */
    display: block !important;
    width: calc(100% - 20px) !important; /* 전체 너비에서 여백만큼 빼기 */
    margin: 0 auto !important;           /* 가운데 정렬 */
    padding: 0 10px !important;          /* 실제 내부 여백 */
    box-sizing: border-box !important;   /* 패딩이 너비에 영향을 주지 않도록 설정 */
}