/* GeneratePress 테마: 붙박이 글 스타일 */nn.sticky .inside-article {n padding: 30px !important; n background-color: #ffffff; n border: 1px solid #e0e0e0; n box-shadow: 0 10px 20px rgba(0,0,0,0.1); n margin-bottom: 50px; n transition: transform 0.3s ease-out, box-shadow 0.3s ease-out; n border-radius: 8px; n}nnn.sticky .inside-article:hover {n transform: translateY(-5px); n box-shadow: 0 15px 30px rgba(0,0,0,0.15); n}nn.sticky p.read-more-container {n display: none;n}nn.sticky .entry-meta {n display: none;n}nnn.sticky .inside-article {n font-family: ‘Arial’, sans-serif; n font-size: 16px; n line-height: 1.6; n color: #333; n}