* {cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto !important;}
a *, b, img, a, input, label, textarea, span, i {cursor: url(https://cur.cursors-4u.net/others/oth-6/oth589.cur), auto !important;}

html {
	font-size: 13px;
	font-family: 'pretendard', sans-serif !important;
	font-weight: 500;
}
body {
	margin: 0;
	background: #fefefe;
}
a {
	transition: 0.3s;
}
* {
	color: #000;
}
*:focus {
	outline: none;
}
a, li, ul {
	list-style: none;
	text-decoration: none;
}
::selection {
	background: var(--point2);
	color: #fff;
}
::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
input,
::placeholder,
textarea,
.btn-toggle-moreless,
blockquote, 
blockquote span,
tbody {
	font-size: 13px !important;
	font-family: 'pretendard', sans-serif !important;
	font-weight: 500;
}
.another_category, 
.tistoryProfileLayerTrigger { 
	display: none !important;
}





/* 사이즈 수정 */
:root {
	--cover-width: 400px;
	--main-width: 580px;
}







/* 상단 */
#top {
	margin-top: 70px;
}
.top-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: var(--main-width);
	margin: 0 auto;
}
.top-inner .go {
	display: flex;
	align-items: center;
}
.top-inner .go a {
	margin: 0 10px;
	padding: 6px;
	background: #fff;	
	border-radius: 4px;
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0,0,0,0.03);
}
.top-inner .go svg {
	transform: scale(0.8);
}
.top-inner .go a:hover {
	border: 1px solid var(--point1);
}




/* 검색 */
.search input {
	width: 100px;
	height: 100%;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.search input::placeholder {
	color: #000;
}




/* 게시글 프로필 바 */
.main-profile {
	display: flex;
	align-items: center;
	padding: 15px;
	border-bottom: 1px solid #eee;
}
.main-profile img {
	border: 1px solid #eee;
	border-radius: 50%;
	margin-right: 10px;
}
.main-profile .profile-name {
	font-weight: bold;
}
.main-profile .clickbt {
	margin-left: auto;
}
.main-profile .clickbt svg {
	transition: 0.4s;
}
.main-profile .clickbt:hover svg {
	fill: var(--point1);
}




/* 게시글 제목 */
.inner {
	margin-top: auto;
	padding: 15px;
	border-top: 1px solid #eee;
}
.inner .icon {
	margin-bottom: 10px;
}
.inner .icon svg {
	margin-right: 10px;
}
.inner .icon svg:first-child {
	transform: scale(1.1);
}
.icon svg:first-child path {
	fill:var(--point2);
	stroke: var(--point2);
}
.article-name { 
	font-weight: bold;
	margin-right: 5px;
}
.article-title {
	word-break: break-all;
}
.article-desc {
	margin-top: 5px;
	word-break: break-all;
}




/* 커버 */
#cover .main {	
	width: var(--cover-width);
	margin: 70px auto;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.03);
	box-sizing: border-box;
}
#cover .main .thumbnail {
	width: 100%;
}
#cover .article-desc span {
	white-space: pre-wrap;
}
#cover .clickbt {
	display: none;
}




/* 컨테이너 */
#container {
	width: var(--main-width);
	margin: 70px auto;
}




/* 리스트 - 상단 프로필 */
.con-profile {
	display: flex;
	margin-bottom: 35px;
}
.con-profile .left {
	padding-left: 15px;
}
.con-profile .left .profile {
	border-radius: 50%;
	border: 1px solid #eee;
	padding: 4px;
	background: linear-gradient( var(--point3) 10%, var(--point2) 50%, var(--point1) 80% );
	box-shadow: 0 0 10px rgba(0,0,0,0.03);
	box-sizing: border-box;
}
.con-profile .right {
	align-self: flex-start;
	width: 100%;
	margin-top: 10px;
	margin-left: 30px;
	position: relative;
}
.con-profile .topItem {
	display: flex;
	align-items: center;
}
.con-profile .profile-name {
	align-self: flex-start;
	font-size: 1.8rem;
	font-weight: 300;
}
.con-profile .blog-desc {
	margin: 15px 0;
	white-space: pre-wrap;
}




/* 카테고리 */
.category {
	position: relative;
	z-index: 11;
}
.tt_category {
	position: absolute;
	margin: 0;
	padding: 0;
}
.link_tit {
	display: none;
}
.nav-bg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	right: -101%;
	background: rgba(0,0,0,0.4);
}
.nav-bg.open {
	right: 0;
}
.category_list {
	position: fixed;
	top: 0;
	right: -355px;
	bottom: 0;
	width: 350px;
	padding: 30px;
	border-left: 1px solid #eee;
	background: #fff;
	box-sizing: border-box;
	overflow-y: auto;
	transition: 0.4s;
}
.category_list.open {
	right: 0;
}
.category_list > li {
	padding: 15px 0;	
}
.category_list > li > a {
	font-weight: bold;
}
.sub_category_list {
	padding: 0;
}
.sub_category_list > li {
	margin-top: 10px;
}
.sub_category_list a {
	color: #aaa;
}
.category_list a {
	display: block;
	padding: 5px;
	word-break: break-all;
}
.category_list a:hover {
	color: var(--point1);
}
.category_list img {
	display: none;
}
.category_list svg {
	width: 14px;
	position: absolute;
	margin-top: -2px;
	margin-left: 2px;
	vertical-align: middle;
}
.category_list svg path {
	stroke: var(--point2);
	fill: var(--point1);
}




/* 외부링크 */
.links a {
	display: inline-block;
	margin-right: 5px;
}
.links a:hover {
	color: var(--point1);
}
.links a[href=""] {
	display: none;
}




/* 태그 */
.taglog {
	padding: 0 20px;
	box-sizing: border-box;
}
.taglog a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 8px 12px;
	background: #fff;
}
.taglog a:hover {
	color: var(--point1);
}




/* 글목록 */
#list-style {
	display: none;
}
.empty {
	margin-top: 60px;
	text-align: center;
}
.listWrap {
	display: flex;
	flex-wrap: wrap;
}
.index {
	width: calc( 100% / var(--thumb-pc) - 40px );
	margin: 20px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.03);
	box-sizing: border-box;
}
.index > a {
	display: block;
	position: relative;
}
.index .thumb {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	border: 1px solid #fafafa;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.03);
	box-sizing: border-box;
}
.index .thumb::before {
	content: "";
	display: block;
	padding-bottom: 100%;
	background: #f1f1f1;	
}
.index .thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-sizing: border-box;
}
.index .thumb img + .nothumb {
	display: none;
}
.index .nothumb {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%) scale(0.8);
	box-sizing: border-box;
}
.index .list-title {
	opacity: 0;
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.3);
	border-radius: 4px;
	transition: 0.4s;
}
.list-title img {
	display: none;
}
.index .list-title::before {
	display: block;
	content: "\ea13";
	font-family: "xeicon";
	font-weight: 900;
	color: #fff;
	font-size: 13px;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}
.index .list-title span {
	display: none;
}
.index:hover .list-title {
	opacity: 1;
}
.index .list-date {
	display: none;
}




/* 게시글 본문 */
.articleWrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.03);
	transition: 0.4s;
}
.articleWrap .main-profile {
	position: sticky;
	top:0;
	background: #fff;
	z-index: 1;
}
.articleWrap .inner {
	position: sticky;
	bottom: 0; 
	background: #fff;
	z-index: 1;
}
.closebt i {
	position: fixed;
	font-size: 1.5rem;
	top: 15px;
	right: 15px;
	color: #fff;
}
.article {
	padding: 15px;
	box-sizing: border-box;
	overflow-y: auto;
}
.article p a:hover {
	color: var(--point1);
}
.password {
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.password input {
	width: 100px;
	border: 0;	
	padding: 10px;
	text-align: center;
	background: transparent;
	color: #000;
	box-sizing: border-box;
}
.password input::placeholder {
	color: #000;
}
.articleWrap .text {
	text-align: center;
	padding: 0 20px;
	margin: 30px 0;
}
.admin {
	display: none;
	position: relative;
	z-index: 1;
}
.admin-inner {
	position: absolute;
	top: -20px;
	right: 20px;
	width: 120px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;	
}
.admin a {
	display: block;
	text-align: center;
	padding: 10px 15px;
}
.admin a:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.admin a:hover {
	color: var(--point1);
}
.like-text {
	margin-bottom: 10px;
}
.like-text img {
	vertical-align: middle;
	border: 1px solid #eee;
	border-radius: 50%;
	margin-right: 5px;
}
.like-text b {
	color: var(--point1);
}
.article-date {
	color: #aaa;
	margin-top: 10px;
}
.tagTrail {
	margin-left: 5px;	
}
.tagTrail a {
	color: var(--point1);
	display: inline-block;
	margin-top: 5px;
	margin-right: 3px;
}
.tagTrail a::before {
	display: inline-block;
	content:"#";
	font-family: 'pretendard', sans-serif !important;
}
.tagTrail a:hover {
	color: var(--point2);
}
.container_postbtn {
	padding: 10px 0 0 0 !important;
}




/* 첨부파일 */
figure.fileblock {	
	display: flex;
	margin: 0 !important;
	width: unset !important;
	height: auto !important;
	border: 0 !important;		
}
figure.fileblock[data-ke-align='alignLeft']{
	justify-content: flex-start;
}
figure.fileblock[data-ke-align='alignCenter']{
	justify-content: center;
}
figure.fileblock[data-ke-align='alignRight']{
	justify-content: flex-end;
}
figure.fileblock a {
	display: flex !important;
	height: auto !important;
	overflow: hidden;
}
figure.fileblock a::after {
	display: none;
}
figure.fileblock .image,
figure.fileblock .size {
	display: none !important;
}
figure.fileblock .desc {
	position: unset !important;
}
figure.fileblock .filename {
	height: auto !important;
	margin-top: 0 !important;
}
figure.fileblock .name {
	max-width: unset !important;
	height: auto !important;
	white-space: unset !important;
	overflow: unset !important;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
	color: #fff;
	background: linear-gradient( to right, var(--point2), var(--point1) );
	word-break: break-all;
	box-sizing: border-box;
	transition: 0.3s;
}
figure.fileblock .name:hover {
	transform: scale(0.9);
}




/* 인용구 */
blockquote[data-ke-style="style1"] {
	padding: unset !important;
	background: unset !important;
	text-align: left !important;
}
blockquote[data-ke-style="style1"] span {
	display: block;
	color: #777;
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 4px;
}
blockquote[data-ke-style="style1"]::before {
	display: inline-block;
	content:"\f10d";
	font-family: 'Font Awesome\ 6 Free';
	font-size: 14px;
	font-weight: 900;
	padding: 0 10px;
	border-radius: 4px;
	background: var(--point1);
	color: #fff;
}
blockquote[data-ke-style="style2"] {
	border-left: 3px solid var(--point1);
	padding-left: 15px;
}
blockquote[data-ke-style="style3"] {
	background: #fff !important;
	border: 1px dashed #eee !important;
	padding : 15px !important;
}




/* 리스트 꾸미기 */
ul[data-ke-list-type='disc'],
ul[data-ke-list-type='circle'],
ol[data-ke-list-type='decimal'] {
	display: block;
	padding: 0;
}
ul[data-ke-list-type='disc'] li,
ul[data-ke-list-type='circle'] li,
ol[data-ke-list-type='decimal'] li {
	display: block;
	margin: 10px 0;
}
ul[data-ke-list-type='disc'] li *[data-ke-list-type],
ul[data-ke-list-type='circle'] li *[data-ke-list-type],
ol[data-ke-list-type='decimal'] li *[data-ke-list-type] {
	padding-left: 15px;
	margin: 10px 0;
}
ul[data-ke-list-type='disc'] > li::before {
	display: inline-block;
	content: "\f5bc";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 5px;
	transform: scale(0.8);
	color: var(--point2);
}
ul[data-ke-list-type='circle'] > li::before {
	display: inline-block;
	content: "\f0c8";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 5px;
	transform: scale(0.8);
	color: var(--point1);
}
ol[data-ke-list-type='decimal'] > li::before {
	display: inline-block;
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 5px;
	transform: scale(0.8);
	color: #bbb;
}




/* 접은글 */
div[data-ke-type="moreLess"] {
	margin-bottom: 10px;
}
.btn-toggle-moreless {
	display: inline-block;
	margin: 3px 0 !important;
	position: relative;
	color: #000 !important;
	line-height: unset !important;
}
.btn-toggle-moreless::before {
	display: inline-block;
	content:"\f005";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: var(--point1);
	text-align: center;	
	margin-right: 10px;
	border-radius: 4px;
}
.btn-toggle-moreless:hover {
	color: var(--point1) !important;
}
.moreless-content {
	padding: 20px;
	margin: 10px 0 20px 0;
	border: 1px solid #eee;
	border-radius: 4px;
}




/* 댓글 */
.cmtbook {
	position: fixed;
	top: 0;
	right: -510px;
	width: 500px;
	height: 100%;
	border-left: 2px solid #eee;
	border-top: 0;
	z-index: 7;
	background:  #fff;
	overflow-y: auto;
	transition: 0.4s;
}
.cmtbook.open {
	right: 0;
}
.cmtbook > div {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.cmt-bg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	right: -101%;
	background: rgba(255,255,255,0.6);
	z-index: 2;
	transition: 0.2s;
}
.cmt-bg.open {
	right: 0;
}
.nocmt {
	padding: 40px 20px 20px 20px;
	text-align: center;
	box-sizing: border-box;
}




/* 댓글 리스트 */
.cmtList {	
	flex: 1;
	padding: 15px; 
	box-sizing: border-box;		
}
.cmtList > li:not(:last-child) {
	margin-bottom: 50px;
}
.cmtList > li > ul > div {
	margin-top: 20px;
}
.cmtList .wrap {
	display: flex;
}
.rp-right {
	padding-top: 5px;
}
.rp-name {
	font-weight: bold;
	margin-right: 5px;
}
.cmtList .logo img {
	border-radius: 50%;
	margin-right: 10px;
	border: 1px solid #eee;
}
.rp-desc {
	word-break: break-all;
}
.cmtList .bottom {
	margin-top: 20px;
}
.rp-date {
	color: #aaa;
	margin-right: 6px;
}
.rp-date a {
	display: none;
}
.control a {
	display: inline-block;
	margin-right: 6px;
}
.control a:hover {
	color: var(--point1);
}
.tt_more_preview_comments_text {
	display: block;
	margin: 15px 0 30px 0;
}




/* 댓글 작성 */
.writeBox {
	position: sticky;
	bottom: 0;
	margin-top: auto;
	border-top: 1px solid #eee;
	padding: 15px;
	background: #fff;
}
.writeBox .textarea {
	display: flex;
	justify-content: space-between;
}
textarea {
	width: calc( 100% - 50px );		
	border: 0;
	padding: 10px;
	transition: 0.4s;
	box-sizing: border-box;
	resize: none;
}
.cmtbook textarea {
	height: 40px;
}
.cmtbook textarea:focus,
.cmtbook textarea:not(:placeholder-shown) {
	height: 100px;
}
.form {
	display: flex;
	margin-top: 15px;
}
.nameInput, 
.pwInput {
	width: 100px;
	margin-right: 10px;
}
.nameInput input,
.pwInput input {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 5px 15px;
	border: 1px solid #eee;
	border-radius: 20px;
	background: transparent;
	transition: 0.4s;
}
.nameInput input::placeholder,
.pwInput input::placeholder {
	color: #000;
}



/* 댓글 등록버튼 */
.submit-bt {
	margin-left: auto;
}
.submit-bt::before {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 34px;	
	content: "\f1d8";
	font-family: 'FontAwesome';
	color: var(--point1);
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	transition: 0.4s;
}
.submit-bt:hover::before {
	color: var(--point2);
}



/* 비밀댓글 */
input[id="secret"] {
	visibility: hidden;
}
input[id="secret"]::before {
	visibility: visible;
	display: inline-block;
	width: 35px;
	height: 30px;
	line-height: 29px;
	content: "\f09c";
	font-family: 'FontAwesome';
	font-size: 12px;
	color: var(--point1);
	text-align: center;
	box-sizing: border-box;
	transition: 0.4s;
}
input[id="secret"]:checked::before {
	content: "\f023";
	font-family: 'FontAwesome';
	font-size: 12px;
	color: var(--point2);
}




/* 방명록 작성 */
.guestbook {
	width: 500px;
	margin: 0 auto;
}
.guestbook .writeBox {
	border: 1px solid #eee;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.03);
}




/* 방명록 리스트 */
.gbList .clickbt {
	display: none;
}
.gbList > li {
	margin-top: 50px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0,0,0,0.03);
	border-radius: 4px;
}
.gbList > li > ul {
	margin: 0;
	padding: 0;
}
.gbList .wrap {
	padding: 30px;
	border-top: 1px solid #eee;
}
.gbList > li > div .wrap {
	border-top: 0;
}
.gbList .rp-desc {
	display: block;
	word-break: break-all;	
	box-sizing: border-box;
	margin-bottom: 15px;
}
.gbList .guest_general .rp-name,
.gbList .guest_secret .rp-name {
	display: none;
}
.gbList .guest_admin .wrap {
	background: #fafafa;
}
.gbList .guest_admin .rp-name {
	display: block;
	margin-bottom: 15px;
}




/* 페이징 */
.paging {
	text-align: center;
	margin: 40px 0 20px 0;
}
.paging a {
	margin: 0 15px;
}
.paging a:hover {
	color: var(--point1);
}




/* 카피라이트 */
.copyright {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 1;
}
.copyright a svg {
	transform: scale(0.8);
}
.copyright a svg path {
	stroke: var(--point1);
}





@media all and (max-width: 580px) {
	.top-inner {
		width: 90%;	
	}
	#cover .main {
		width: 80%;
		margin: 40px auto;
	}
	#container {
		width: 90%;
		margin: 50px auto;
	}
	.con-profile .left img {
		width: 100px;
	}
	.con-profile .profile-name {
		font-size: 1rem;
		font-weight: 500;
	}
	.cmtbook {
		width: 80% !important;
	}
	.guestbook {
		width: 100%;
	}
	.copyright {
		display: none;
	}
}
@media all and (max-width: 550px) {
	.index {
		width: calc( 100% / var(--thumb-mb) - 20px );
		margin: 10px;
	}
}
@media all and (max-width: 450px) {
	.category_list {
		width: 70%;
	}
	.con-profile .left {
		display: none;
	}
	.con-profile .right {
		width: 100%;
		margin-left: 0;
		padding-left: 20px;
	}
	.con-profile .profile-name {
		font-weight: bold;
	}
}
/* ================================
   Floating Banner Button + Modal
   (원본 비율 유지 / 잘림 없음 / 내부 스크롤)
   ================================ */

/* 버튼: 왼쪽 위 */
.banner-floating-wrap{
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 9999;
}

.banner-floating-btn{
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: none;
  cursor: pointer;

  background: rgba(255,255,255,0.9);
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);

  display: flex;
  align-items: center;
  justify-content: center;
}

/* 모달 */
.banner-floating-modal{
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
}
.banner-floating-modal.is-open{ display: block; }

.banner-floating-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

/* 패널: 예쁘게 보이도록 넉넉한 기본 크기 + 화면 작으면 자동 축소 */
.banner-floating-panel{
  position: absolute;
  left: 16px;
  top: 68px;

  width: min(340px, calc(100vw - 32px));
  height: min(560px, calc(100vh - 100px)); /* ✅ 화면보다 커지지 않게 */
  overflow: hidden;

  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.25);

  display: flex;
  flex-direction: column;

  transform: translateY(8px);
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
}
.banner-floating-modal.is-open .banner-floating-panel{
  transform: translateY(0);
  opacity: 1;
}

/* 헤더 */
.banner-floating-header{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 10px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.banner-floating-title{
  font-size: 14px;
  font-weight: 800;
  color: #111;
}
.banner-floating-close{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: none;
  background: rgba(0,0,0,0.06);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

/* 바디: 여기만 스크롤 */
.banner-floating-body{
  flex: 1 1 auto;
  min-height: 0;                 /* ✅ 모바일에서 스크롤 안 먹는 버그 방지 */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;

  padding: 10px;
  display: grid;
  gap: 10px;
}

/* 배너 카드 */
.banner-item{
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  background: #fff;
}

/* ✅ 핵심: 배너 원본 비율 그대로 (잘림/확대 없음) */
.banner-item img{
  display: block;
  width: 100%;
  height: auto;            /* ✅ 원본 비율 유지 */
}

/* 아이콘 */
.banner-icon{
  font-size: 18px;
  line-height: 1;
}
/* ===== 요청 1) 배너 창(패널) 자체를 더 작게 ===== */
.banner-floating-panel{
  width: min(280px, calc(100vw - 32px)) !important;   /* 기존 340 → 280 */
  height: min(440px, calc(100vh - 120px)) !important; /* 기존 560 → 440 */
  border-radius: 16px !important;
}

/* ===== 요청 2) 폴더 아이콘 크기 줄이기 ===== */
.banner-icon{
  font-size: 14px !important;  /* 기존 18 → 14 */
}

/* ===== 요청 3) 아이콘 뒤 동그란 버튼 투명화 ===== */
.banner-floating-btn{
  background: transparent !important; /* 완전 투명 */
  box-shadow: none !important;        /* 그림자 제거(원하면 남겨도 됨) */
  width: 40px !important;             /* 버튼 자체도 살짝 축소 */
  height: 40px !important;
}

/* (선택) 투명하면 안 눌리는 느낌일 수 있어서 '터치영역'은 유지 */
.banner-floating-wrap{
  padding: 2px;
}
/* 배너 카드 귀도리/마스킹 제거 */
.banner-item{
  border-radius: 0 !important;  /* ✅ 둥근 모서리 제거 */
  overflow: visible !important; /* ✅ 모서리 잘림 방지 */
  border: none !important;      /* (선택) 테두리도 없애기 */
  background: transparent !important;
}

/* 배너 이미지도 각지게 */
.banner-item img{
  border-radius: 0 !important;
}
/*이 위는 건들지 말 것*/
/* ===== 커서 따라다니는 툴팁(각진 스타일) ===== */
.banner-tooltip{
  position: fixed !important;
  z-index: 999999 !important;

  background: #FFF6DC !important;   /* 아이보리 */
  color: #6B4F2A !important;        /* 갈색 글씨 */
  border: 2px solid #6B4F2A !important;  /* 갈색 테두리 */
  border-radius: 0 !important;      /* ✅ 각지게 */

  font-size: 12px !important;
  padding: 6px 10px !important;
  white-space: nowrap !important;

  box-shadow: none !important;      /* 배너처럼 담백하게 */
  pointer-events: none !important;

  opacity: 0 !important;
  transform: translateY(6px) !important;
  transition: opacity .08s ease !important;
}

/* 살짝 뜨는 상태 */
.banner-tooltip.is-show{
  opacity: 1 !important;
}
/* ===== Page Loading Overlay ===== */
.page-loading-overlay{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.page-loading-overlay.is-show{
  display: flex;
}

/* 스피너 */
.page-loading-spinner{
  width: 44px;
  height: 44px;
  border: 4px solid rgba(107,79,42,0.25); /* 연한 갈색 */
  border-top-color: rgba(107,79,42,0.95); /* 진한 갈색 */
  border-radius: 50%;
  animation: pageSpin .75s linear infinite;
}

@keyframes pageSpin{
  to{ transform: rotate(360deg); }
}

/* (선택) 로딩 문구 */
.page-loading-text{
  margin-top: 12px;
  font-size: 13px;
  color: rgba(107,79,42,0.9);
  letter-spacing: 0.2px;
  text-align: center;
}
.page-loading-overlay{
  /* ...기존 그대로... */
  display: flex;              /* ✅ 처음엔 보이게 */
  opacity: 1;
}
.page-loading-overlay.is-hide{
  display: none;              /* ✅ 숨김 */
}
