/* Smiley Normal Select - https://www.cursors-4u.com/cursor/smiley-normal-select */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/smiley-normal-select-1f641790-32.webp') 32 32, auto !important;
}

/* End www.Cursors-4U.com Code */
/**
 * Copyright (c) 2019–2025 Lee Minseo (quiple@quiple.dev),
 * with Reserved Font Name "Galmuri".
 *
 * This font software is licensed under the SIL Open Font License, Version 1.1.
 * This license is available with a FAQ at: https://scripts.sil.org/OFL
 */
@font-face {
	font-family: Galmuri14;
	font-style: normal;
	font-stretch: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Galmuri14 Regular"), url("./Galmuri14.woff2") format("woff2"), url("./Galmuri14.ttf") format("truetype");
}

@font-face {
	font-family: Galmuri11;
	font-style: normal;
	font-stretch: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Galmuri11 Regular"), url("./Galmuri11.woff2") format("woff2"), url("./Galmuri11.ttf") format("truetype");
}

@font-face {
	font-family: Galmuri11;
	font-style: normal;
	font-stretch: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Galmuri11 Bold"), url("./Galmuri11-Bold.woff2") format("woff2"), url("./Galmuri11-Bold.ttf") format("truetype");
}

@font-face {
	font-family: Galmuri11;
	font-style: normal;
	font-stretch: condensed;
	font-weight: 400;
	font-display: swap;
	src: local("Galmuri11 Condensed"), url("./Galmuri11-Condensed.woff2") format("woff2"), url("./Galmuri11-Condensed.ttf") format("truetype");
}

@font-face {
	font-family: Galmuri9;
	font-style: normal;
	font-stretch: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Galmuri9 Regular"), url("./Galmuri9.woff2") format("woff2"), url("./Galmuri9.ttf") format("truetype");
}

@font-face {
	font-family: Galmuri7;
	font-style: normal;
	font-stretch: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Galmuri7 Regular"), url("./Galmuri7.woff2") format("woff2"), url("./Galmuri7.ttf") format("truetype");
}

@font-face {
	font-family: GalmuriMono11;
	font-style: normal;
	font-stretch: normal;
	font-weight: 400;
	font-display: swap;
	src: local("GalmuriMono11 Regular"), url("./GalmuriMono11.woff2") format("woff2"), url("./GalmuriMono11.ttf") format("truetype");
}

@font-face {
	font-family: GalmuriMono9;
	font-style: normal;
	font-stretch: normal;
	font-weight: 400;
	font-display: swap;
	src: local("GalmuriMono9 Regular"), url("./GalmuriMono9.woff2") format("woff2"), url("./GalmuriMono9.ttf") format("truetype");
}

@font-face {
	font-family: GalmuriMono7;
	font-style: normal;
	font-stretch: normal;
	font-weight: 400;
	src: local("GalmuriMono7 Regular"), url("./GalmuriMono7.woff2") format("woff2"), url("./GalmuriMono7.ttf") format("truetype");
}

@font-face {
    font-family: 'ThinRounded';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2511-1@1.0/ThinDungGeunMo.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'NeoDonggeunmo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.3/NeoDunggeunmo.woff') format('woff');
    font-weight: normal;
}
/* [기본 설정] */
* {
	box-sizing: border-box;
	font-family: "ThinRounded", sans-serif;
}

body {
	background: #a2d2ff url("https://i.imgur.com/VLI0Zwm.png") no-repeat center center fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 1200px;
}

.background-image-layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.background-image-layer img {
	max-height: 35vh;
	object-fit: contain;
}

.browser-window {
	width: 1100px;
	height: 775px;
	background: #FEFFED;
	border: 2px solid;
	border-color: #6B9942;
	display: flex;
	flex-direction: column;
	box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 10;
}

.title-bar {
	background: #B7D481;
	padding: 4px 10px;
	color: white;
	font-family: "Galmuri11", sans-serif;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}

.address-bar {
	display: flex;
	padding: 5px;
	align-items: center;
	gap: 5px;
	background: #FEFFED;
	border-bottom: 2px solid #6B9942;
}

.address-input {
	flex-grow: 1;
	background: white;
	border: 2px inset #808080;
	padding: 2px 5px;
	font-family: "Courier New";
	font-size: 12px;
}

.nav-btn {
	background: #FEFFED;
	border: 2px solid;
	border-color: #fff #6B9942 #808080 #fff;
	padding: 2px 8px;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	color: black;
	display: inline-block;
}

.nav-btn:hover {
	background: #d0d0d0;
}

.browser-content {
	background: #fff;
	flex-grow: 1;
	overflow-y: scroll;
	margin: 4px;
	border: 2px inset #808080;
	position: relative;
	padding: 10px;
}

.news-layout {
	display: grid;
	grid-template-columns: 200px 1fr 250px;
	gap: 10px;
}

.news-column {
	border-right: 1px double #808080;
	padding: 5px;
}

.news-column:last-child {
	border-right: none;
}

.section-title {
	font-family: "Galmuri11", sans-serif;
	font-weight: bold;
	background: #B7D481;
	color: #967F53;
	padding: 2px 5px;
	font-size: 14px;
	margin-bottom: 10px;
}

.floating-obj {
	position: absolute;
	z-index: 50;
	pointer-events: auto;
}

.floating-obj img {
	background: transparent;
	width: 100%;
	height: auto;
}

.p1 {
	top: 20px;
	left: 40%;
	transform: rotate(-15deg);
	width: 120px;
}

.p2 {
	top: 220px;
	right: 21%;
	transform: rotate(10deg);
	width: 120px;
}

.p3 {
	bottom: 1px;
	left: 16%;
	transform: rotate(-5deg);
	width: 190px;
}

.text-block {
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}

.blink-news {
	color: red;
	font-weight: bold;
	animation: blink 0.5s infinite;
}

@keyframes blink {
	50% {
		opacity: 0;
	}
}
.comment-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}

/* ... (rest of the CSS for inputs, buttons, comments, etc.) ... */

.comment {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.comment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.9em;
    color: #555;
}

.comment-author {
    font-weight: bold;
    color: #007bff;
}

.comment-date {
    color: #888;
}

.comment-content {
    line-height: 1.6;
    color: #333;
    white-space: pre-wrap;
}

.no-comments {
    text-align: center;
    color: #777;
    font-style: italic;
    margin-top: 20px;
}

/* [추가/수정] 복사 알림용 커스텀 스타일 + 애니메이션 */
#copy-toast {
	position: fixed;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 60%);
	background: #c0c0c0;
	border: 2px solid;
	border-color: #ffffff #808080 #808080 #ffffff;
	padding: 10px 20px;
	z-index: 10000;
	display: none;
	box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.5);
	font-family: "Galmuri11", sans-serif;
	font-size: 12px;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease-out;
	/* 애니메이션 효과 */
