* {
	margin:0;
	padding:0;
}
body {
	background:#000000 url(images/bg_ultima_forever_black.jpg) no-repeat top center fixed; background-size: 100% 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
				background-size: cover;
	color:#424242;
	font-family: Verdana, Apple SD Gothic Neo, AppleGothic, Sans-serif;
	font-size: 13px;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}

h1, h2, h3, h4, h5 {
	font-weight:bolder;
	letter-spacing:-0.07em;
}

h2 {
	display: block;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#2B2A2A;
	border: 1px solid #353535;
	letter-spacing:0pt;
	word-spacing:0pt;
	font-size:18px;
	text-align:left;
	font-family:arial, helvetica, sans-serif;
	line-height:1;
	margin:0px;
	padding:10px 10px 10px 10px;
	text-shadow:2px 1px 2px rgba(59,59,59,1);
}

h3 {
	  display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 30px;
    border-left: 5px solid #2B2A2A;
    border-bottom: 1px solid #CCC;
    padding: 0 10px 1px;
    font-size: 22px;
		font-weight: bold;
    color: #333;
}

h4 {
    display: inline-block;    /* 글자 길이만큼만 배경/테두리 적용 */
    margin-top: 15px;         /* h3와의 간격 확보 */
    margin-bottom: 5px;
    line-height: 24px;        /* h3보다 약간 낮게 설정 */
    border-left: 2px solid #aaaaaa; /* 두께를 5px에서 3px로 줄임 */
    border-bottom: 1px dotted #CCC; /* 실선을 점선(dotted)으로 변경 */
    padding: 0 10px 2px;      /* 아래쪽 여백 살짝 조절 */
    font-size: 18px;          /* h3(22px)보다 작게 설정 */
    font-weight: bold;
    color: #444;              /* 색상도 살짝 연하게 하거나 유지 */
}

h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}

img {
	border:0;
}

img.sided {
	background:#FFF;
	border:1px solid #CCC;
	padding:3px;
}

/* 댓글 아바타 전용 원형 스타일 추가 */
#commentlist .cmtauthor .cmtpic img.avatar {
    border-radius: 50%;    /* 원형으로 만들기 */
    object-fit: cover;     /* 사진 비율 유지 */
    padding: 0;            /* 원형일 때 어색한 내부 여백 제거 */
    border: 1px solid #CCC; /* 깔끔한 테두리 유지 */
    width: 32px;
    height: 32px;
}

small {
	font-size:12px;
}
a:hover img.sided {
	border-color:#A6A6A6;
}
a {
	color:#374374;
	text-decoration:none;
}
a:hover {
	color:#ff7200;
	text-decoration:none;
}

.cnt { font-size:12px; color:#555; }

/* blockquote 자체와 그 안의 모든 p, span 태그를 동시에 타겟팅 */
blockquote, 
blockquote p, 
blockquote span {
    font-family: "Cinzel", serif !important;
    font-size: 14px !important;      /* 이제야 11px로 고정될 거야 */
    line-height: 1.6 !important;
    color: #555 !important;
    font-style: normal !important;
    letter-spacing: 0.02em !important;
}

/* 박스 디자인 설정 */
blockquote {
    background: #F4F5F7 url('./images/blockquote.gif') 2px 2px no-repeat !important;
    border: 1px dashed #CCC !important;
    padding: 8px 12px 8px 36px !important;
    margin: 5px 20px !important;
    display: block !important;
}

pre {
font-family: Verdana, Apple SD Gothic Neo, AppleGothic, Sans-serif;
font-size:13px;
padding: 1em 2em;
background: #e7ebef;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow:auto;
margin-bottom:1em;
line-height:24px;
}

.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.fixed, .clear {
	clear:both;
}
input.textfield, 
textarea {
	background:#FFF url(images/textfield.gif) top repeat-x;
	border:1px solid #A6A6A6;
	padding:2px 1px;
}
.boxcaption {
	background:#E3E4E6 url(images/box.gif) 0 0 no-repeat;
	padding:6px 12px;
	border-bottom:1px solid #CCC;
}
.boxcaption h3 {
	font-size:12px;
	font-family:Verdana,"BitStream vera Sans";
	letter-spacing:0em;
}
.box {
	background:url(images/box.gif) 100% 100% no-repeat;
	padding:8px 12px;
	margin-bottom:10px;
}
.messagebox, 
.errorbox {
	background:#EDEFF0 url(images/messagebox.gif) no-repeat;
	padding:0 12px;
	height:27px;
	line-height:27px;
	font-size:12px;
}
.w3c {
	color:#080;
	font-size:12px;
}
/* static END */

/* layout START */
#wrap {
	background:center top no-repeat;
	padding:20px 0;
}
#container {
    margin: 0 auto;
    padding: 10px 0;
    width: 1056px; /* 전체 기준 너비 */
}
/* layout END */

/* header START */
#header {
    background: url(images/header_base_ultima.png) 0 0 no-repeat;
    height: 132px;
    width: 1056px; /* 100% 대신 컨테이너와 동일하게 수정 */
}
#caption {
	height:44px;
	padding:25px 30px 21px;
}
#title a {
	text-decoration:none;
	color:#FFF;
	/*width:250px;*/
	height:30px;
	display:block;
	font-family:"Trajan Pro";
	letter-spacing:0;
}
#search_new {
  position: relative;
  float: right;
  width: 30px; 
  height: 30px;
  margin-top: -5px; /* 위치에 맞게 조절 */
  display: flex;
  align-items: center;
}

#search_new input[type="text"] {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  
  padding: 0;
  color: transparent; 
  text-indent: -9999px;
  
  /* 1. 초기 상태: 배경과 테두리를 투명하게 설정 */
  background-color: transparent; 
  background-image: url(images/search-dark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px; 
  border: 1px solid transparent; /* 테두리도 투명하게 */
  
  border-radius: 15px; 
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  outline: none;
  z-index: 10;
}

/* 2. 클릭(포커스) 시 배경과 테두리 등장 */
#search_new input[type="text"]:focus {
  width: 150px; 
  padding: 0 10px 0 30px; 
  
  background-color: #fcfcfc; /* 배경색 등장 */
  border-color: #d1d1d1;     /* 테두리 등장 */
  background-position: 8px center; 
  
  color: #3b3a3a;
  text-indent: 0;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.02em;
  cursor: text;
}

/* 포커스 시 안쪽에 살짝 그림자 넣고 싶으면 추가 (선택사항) */
#search_new input[type="text"]:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}


#tagline {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	float:left;
	padding:0px;
}
#navigation {
	margin:1px 0;
}
#menus li {
	display:inline;
	list-style:none;
	font-size:12px;
}
#menus li a {
	background:transparent url(images/menu_v3.gif) no-repeat;
	display:block;
	color:#382E1F;
	height:31px;
	line-height:31px;
	padding:0 20px;

	text-decoration:none;
	font-size:1qpx;
	float:left;
	z-index:1;
}
#menus li a:hover {
	background-position:0 -31px;
}
#menus li.current_page_item a, 
#menus li.current-cat a {
	background-position:0 -62px;
}
#menus li a.home {
	background-position:0 -93px;
	width:45px;
	padding:0;
	margin-left:0;
	text-indent:-999em;
}
#menus li a.home:hover {
	background-position:0 -124px;
}
#menus li.current_page_item a.home {
	background-position:0 -155px;
}
#menus li a.lastmenu:hover {
	background-position:0 0;
}
#header .banner {
	float:right;
	padding:15px 15px 0;
	color:#999;
}

/* header END */

/* submenu START */
#menus li ul {
	display:none;
	background:#F4F5F7;
	border:1px solid #CCC;
	border-top-color:#A6A6A6;
	padding:0 5px;
}
#menus li li {
	float:none;
	margin:0 !important;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#menus li li a {
	float:none;
	display:block;
	padding:5px;
	text-decoration:none;
	width:150px;
	font-size:12px;
	border-style:solid;
	border-color:#DDD;
	border-width:1px 0 0;
	margin:0;
	background-image:none;
	height:20px;
	line-height:20px;
}
#menus li li.first a {
	border-top:none;
}
#menus li li a:hover {
	font-weight:bolder;
}
#translator {
	float: right;
	height: 22px;
	padding-top: 8px;
	padding-right: 40px;
}
/* submenu END */

/* content START */
#content {
    background: #FFF url(images/sidesep.gif) right repeat-y;
    min-height: 400px;
    line-height: 165%;
    width: 1056px; /* 본문과 사이드바를 감싸는 영역 너비 고정 */
}
/* content END */

/* main START */
#main {
    background: #FFF;
    width: 711px; /* padding 15px씩(좌우 30px) 포함하여 전체 741px */
    padding: 5px 15px 15px;
		padding-bottom: 0 !important;
    float: left;
    overflow: hidden;
}
#notice {
	color:#080;
}
#notice a {
	text-decoration:underline;
}
.article ul {
	list-style: disc;
	margin: 0 0 0 25px;
padding-bottom: 10px;
}
.article ul ul {
	list-style: circle;
}

.article ol {
	list-style: decimal;
	margin: 0 0 0 25px;
	padding: 0;
}
.article ol ol {
	list-style: upper-alpha;
}

.article li {
	margin: 0;
	padding: 0;
}
.article a {color:#c44f0f;}
.article a:hover {color:#ff7200;}
.post h1, h1.title, .searchList .title {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	padding:0 0 15px;
	font-family: "Nanum Myeongjo", serif;
  font-weight: 800;
  font-style: normal;
	font-size: 30px;
	letter-spacing:0.1px;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; /* 자간과 커닝을 더 정밀하게 계산함 */
}
.post h1 a {
	color:#555555;
}
.post h1 a.title {
	text-decoration:none;
	color:#4C4C4C;
}
.post h1 a.title:hover {
	color:#2970A6;
}
.post .info {
	margin:10px;
}
.post .info span.first {
	margin-left:0;
}
.post .date, 
.post .tags, 
.post .author, 
.post .categories, 
.post .editpost, 
.post .readingblinds, 
.post .comments, 
.post .addcomment, 
.post .editlinks {
	background:url(images/icons_test_2.png) no-repeat;
	padding-left:20px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:12px;
}
.post .act {
	height:16px;
	float:right;
}
.post .act span {
	float:left;
	margin-left:15px;
}
.post .act span span{
	margin-left:0;
}
.post .tags {
	background-position:0 -16px;
}
.post .categories {
	background-position:0 -32px;
}
.post .author {
	background-position:0 -176px;
}
.post .date {
	background-position:0 -48px;
	float:left;
}
.post .editpost {
	background-position:0 -64px;
}
.post .readingblinds {
	background-position:0 -80px;
}
.post .comments {
	background-position:0 -96px;
}
.post .addcomment {
	background-position:0 -112px;
}
.post .editlinks {
	background-position:0 -192px;
}
.post .content {
	padding:5px 0 5px 5px;
	line-height:145%;
	overflow:hidden;
}
.post .content p {
	margin-bottom:10px;
}
p.under {
	height:16px;
	line-height:16px;
	margin-top:10px;
}
p.under span {
	float:left;
	margin-right:15px;
}
.post .content h4 {
	color:#080;
	margin-bottom:10px;
}
.post .content img {
	max-width:600px;
}
.post .content ul, 
.post .content ol {
	padding-top:10px;
	padding-bottom:10px;
}
.post .content ul li, 
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
.post .content table {
	background:#FFF;
	border:1px solid #CCC;
	margin:5px 0 10px;
}
.post .content table tr td {
	border-top:1px solid #CCC;
	padding:2px 10px;
}
.post .content table tr th {
	padding:1px 10px;
	background:#EDEFF0;
	text-align:left;
}
.box ol li{
	list-style:none;
	border-bottom:1px solid #dfdfdf;
	margin-top: 5px;
}
.post .content .boxcaption {
	background-image:url(images/postbox.gif);
}
.post .content .box {
	background-image:url(images/postbox.gif);
}
#postpath {
	background:url(images/icons.gif) 0 -208px no-repeat;
	height:16px;
	line-height:16px;
	margin:5px 0;
	padding-left:22px;
}
#pagenavi, 
#postnavi {
	margin:10px -5px 0;
	padding:10px 5px 0;
}
#pagenavi {
	font-size:12px;
}
#pagenavi .newer a, 
#postnavi .prev a {
	background:url(images/icons.gif) 0 -224px no-repeat;
	padding-left:22px;
	float:left;
	height:16px;
	line-height:16px;
}
#pagenavi .older a, 
#postnavi .next a {
	background:url(images/icons.gif) 100% -240px no-repeat;
	padding-right:22px;
	float:right;
	height:16px;
	line-height:16px;
}
/* main END */

/* sidebar START */
#sidebar {
    background: #F7F7F7;
    width: 285px; /* padding 15px 포함하여 전체 300px */
    padding: 0 15px 15px 0; /* 우측과 하단 여백 추가 */
    float: right;
    font-size: 95%;
    line-height: 145%;
    overflow: hidden;
}
#sidebar li {
	background:url(images/icons.gif) 0 -320px no-repeat;
	padding-left:22px;
	list-style:none;
	margin-top:6px;
	margin-bottom:6px;
	/*font-size:95%;*/
}
#sidebar .content, 
#sidebar li {
	font-size:12px;
}
#sidebar .widget, #sidebar .module {
        border-bottom:1px solid #cccccc;
	background:#F7F7F7 bottom no-repeat;
	padding:10px 15px 19px;
}
#sidebar, 
#southsidebar {
	font-size:95%;
}
#sidebar .widget h2, 
#southsidebar .widget h2 {
	margin-bottom:10px;
}

.widget h5 {
	font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: bold;
	font-size: 14px;
  font-style: normal;
	letter-spacing: 0.02em;
	margin-top: 5px;
	margin-bottom: 15px;
}

#sidebar .widget .content p, 
#southsidebar .widget .content p {
	margin-bottom:10px;
}

#sidebar #tagcloud ul li {display:inline; background:none; list-style:none; padding:0 2px;}
#sidebar #tagcloud a {line-height:130%;}
#sidebar #tagcloud .cloud1 { font-size:22pt;}
#sidebar #tagcloud .cloud2 { font-size:14pt;}
#sidebar #tagcloud .cloud3 { font-size:11pt;}
#sidebar #tagcloud .cloud4 { font-size:10pt;}
#sidebar #tagcloud .cloud5 { font-size:8pt;}

/* sidebar END */

/* footer START */

/* footer START */
#footer {
	background: url(images/footer_v3.png) no-repeat scroll 0 bottom;
	display:block;
	height:88px;
	border-top:1px solid #CCC;
	font-size:11px;
	line-height:145%;
	width:100%;
}
#footer a {
	color:#2a2a2a;
}
#footer a:hover {
	color:#ff7200;
	text-decoration:none;
}
#logos {
	background: url(images/bottom_logos_big_black.png) no-repeat;
	width:100%;
	height:70px;
	padding-bottom:15px;
}
#tos {
	color:#8a8888;
}
#tos a {
	color:#000000;
}
#tos a:hover {
	color:#dc5d00;
	text-decoration:underline;
}
#copyright {
	margin-top:12px;
	margin-left:20px;
}
#themeinfo {
	margin-left:20px;
}
a#powered {
	background:url(images/wp-logo_ea.png) no-repeat;
	display:block;
	width:92px;
	height:57px;
	float:left;
	margin:0 10px 0 5px;
	text-indent:-999em;
}
a#gotop {
	background:url(images/icons.gif) 0 -304px no-repeat;
	float:right;
	height:16px;
	line-height:18px;
	display:block;
	padding-left:16px;
	margin:5px 15px 0 0 !important;
	margin:5px 8px 0 0;
	text-decoration:none;
}
/* footer END */

/* comment START */
#commentlist {
	background:#FCFCFC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:10px -15px;
	padding:0 15px;
}
#commentlist ol, 
#commentlist li {
	list-style:none;
}
#cmtswitcher {
	background:#FFF;
	font-size:10px;
	padding-top:5px;
}
#cmtswitcher a.tab, 
#cmtswitcher a.curtab {
	padding:5px 10px;
	margin-bottom:-1px;
	display:block;
	float:right;
	color:#555;
	text-decoration:none;
}
#cmtswitcher a.tab {
	border:1px solid #FFF;
	border-bottom-color:#CCC;
}
#cmtswitcher a.curtab {
	background:#FCFCFC;
	border:1px solid #CCC;
	border-bottom-color:#FCFCFC;
}
#cmtswitcher .addcomment, 
#cmtswitcher .addtrackback {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:12px;
	float:left;
	margin-right:15px;
	margin-top:4px !important;
	margin-top:3px;
}
#trackbacks {clear:both; overflow:hidden; position:relative;}
#cmtswitcher .addcomment {
	background:url(images/icons.gif) 0 -112px no-repeat;
}
#cmtswitcher .addtrackback {
	background:url(images/icons.gif) 0 -144px no-repeat;
}
#thecomments, 
#thetrackbacks {
	padding-bottom:15px;
	overflow:hidden;
}
#thecomments .comment, 
#thecomments .messagebox {
	margin-top:15px;
	overflow:hidden;
}
.cmtauthor {
	float:left;
	width:81px;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.cmtpic {
	background:url(images/commentpoint.png) 100% 33% no-repeat;
	padding-right:14px;
	margin-top:10px;
}
.cmtname {
	width:67px;
	padding-right:14px;
	font-weight:bolder;
	overflow:hidden;
}
.avatar {
	padding:1px;
	border:1px solid #999;
}

.cmtname img{ width:32px; height:32px; padding:1px; top:11px; left:16px; 
			position:absolute;  background-color:#FFF;}
.admincomment .cmtname img { left:30px;}

.admincomment .cmtinfo{
	background: #a3a3a3;
}

.cmtinfo {
	background:#dadada url(images/comment.gif) 0 0 no-repeat;
	float:left;
	padding:10px 15px 0;
	width:494px;
}
.cmtdate, 
.tbdate {
	float:left;
	font-size:10px;
}
.cmtact, 
.tbact {
	float:right;
	font-size:10px;
}
.cmtcontent {
	background:url(images/comment.gif) 100% 100% no-repeat;
	margin:0 -15px;
	padding:0 15px 10px;
	line-height:145%;
}
.cmtcontent p {
	margin-top:10px;
}
.comment .content blockquote p {
	margin-top:0;
	margin-bottom:10px;
}
.admincomment .cmtauthor {
	float:right;
}
.admincomment .cmtpic {
	background:url(images/commentpoint.png) 0% 33% no-repeat;
	padding-right:0;
	padding-left:14px;
}
.admincomment .cmtname {
	padding-right:0;
	padding-left:14px;
}
.admincomment .cmtinfo {
	float:right;
}
#comment_login {
	margin-top:15px;
}
#thetrackbacks {
	overflow:hidden;
}
#thetrackbacks li {
	margin-top:15px;
	list-style:none;
}
.trackback {
	background:#EDEFF0 url(images/box.gif) 0 0 no-repeat;
	padding:10px 15px 0;
	width:575px;
}
.tbtitle {
	text-align:center;
	font-size:12px;
	display:block;
	margin:10px 0 -5px;
}
.trackback .title {
	background:#EDEFF0 url(images/box.gif) 100% 100% no-repeat;
	padding:10px 15px !important;
	padding:0 15px 10px;
	width:575px;
	margin:0 -15px;
}
#respond {
	padding:10px 0 0;
	font-size:12px;
}
#respond .row {
	margin-bottom:5px;
}
#respond .textfield {
	width:200px;
}
#emoticon {
	float:right;
	margin-top:1px;
	margin-right:10px;
}
#comment {
	width:720px;
}
#commentnavi {
	background:#EDEFF0 url(images/box.gif) 0 0 no-repeat;
	padding:10px 15px;
	font-size:12px;
}
#commentnavi a.page-numbers {
	padding:5px 7px;
	text-decoration:none;
	border:1px solid #EDEFF0;
	margin:0 -2px;
}
#commentnavi a.page-numbers:hover {	
	background:#F7F7F7;
	border:1px solid #CCC;
	text-decoration:none;
}
#commentnavi span.pages {
	padding:0 7px 0 22px;
	background:url(images/icons.gif) 0 -272px no-repeat;
	height:16px;
	line-height:16px;
	float:left;
}
#commentnavi span.current {
	background:#F7F7F7;
	padding:5px 7px;
	border:1px solid #F7F7F7;
	font-weight:bold;
	margin:0 -2px;
}
#commentnavi #commentpager {
	line-height:16px;
}
#searchbox {
	background: url(images/searchbox_flat_v2.png) no-repeat;
	width:209px;
	height:21px;
	display:block;
	float:right;
	margin-top:4px;
	margin-right:10px !important;
	margin-right:5px;
	padding:3px 2px;
}
#searchbox .textfield {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
}
#searchbox .button {
	background:none;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}
#searchbox .searchtip {
	color:#999;
}

/* comment END */

/* linkcat START */
.post .content .linkcat ul li {
	list-style:none;
	float:left;
	width:25%;
	padding:2px 0;
	overflow:hidden;
}
.post .content .linkcat ul li a {
	background:url(images/icons.gif) 0 -160px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
}
/* linkcat END */

/* image switcher START */
.imageswitcher {
	background:#EDEFF0;
	padding:5px;
	font-size:12px;
}
.imageswitcher_image {
	background:#FFF;
	border:1px solid #BABABA;
	padding:3px;
	margin:0;
}
a .imageswitcher_image:hover {
	border-color:#999;
}
a.imageswitcher_button {
	float:left;
	margin-top:1px !important;
	margin-top:3px;
	margin-bottom:0 !important;
	margin-bottom:5px;
	margin-right:4px;
	padding:2px 5px;
	background:#B4D666;
	border-top:1px solid #B4D666;
	border-right:1px solid #81B840;
	border-bottom:1px solid #81B840;
	border-left:1px solid #B4D666;
	color:#2970A6;
}
a.imageswitcher_button:hover {
	background:#98C64C;
	border-top:1px solid #76B33A;
	border-right:1px solid #98C64C;
	border-bottom:1px solid #98C64C;
	border-left:1px solid #76B33A;
	text-decoration:none;
	color:#074A7E;
}
/* image switcher END */

/*taglog*/
.taglog ul                  { padding:5px; margin:0; text-align:justify;}
.taglog li                  { display:inline;}
.taglog a:hover             { background-color:#eee;  color:#000;}
.taglog li .cloud1          { background-color:#eee;  color:#2970A6;  font-weight:bold;  font-size:16px;}
.taglog li .cloud2          { background-color:#eee;  color:#5a5194;  font-weight:bold;  font-size:15px;}
.taglog li .cloud3          { background-color:#eee;  color:#7870ab;  font-weight:bold;  font-size:14px;}
.taglog li .cloud4          { background-color:#eee;  color:#666;     font-size:13px;}
.taglog li .cloud5          { font-size:12px;  color:#999; }

#sidebar #feedrss, 
#sidebar #feedemail, 
#sidebar #followme {
	height:25px;
	line-height:25px;
	display:block;
	padding:5px 5px 5px 36px;
	float:left;
	text-decoration:none;
	font-size:12px;
}
#sidebar #feedrss {
	background: url(images/feeds_v5.png) 5px 5px no-repeat;
margin-left:10px;

}
#sidebar #feedemail {
	background: url(images/feeds_v5.png) 5px -45px no-repeat;
	margin-left:10px;
}
#sidebar #followme {
	background: url(images/feeds_v5.png) 5px -95px no-repeat;
	margin-left:10px;
}
#tistorytoolbarid {display:none;}

/* cover 관련 */

.cover-thumbnail-1 {
  position: relative;
  margin-bottom: 10px;
}

.cover-thumbnail-1 ul {
  display: inline-block;
  width: 103.378378378378378%;
  margin-left: -3.378378378378378%;
  margin-bottom: -40px;
  vertical-align: top;
}

.cover-thumbnail-1 ul li {
  float: left;
  width: 33.333333333333333%;
  padding-left: 3.26797385620915%;
  margin: 0 0 38px;
  box-sizing: border-box;
}

.cover-thumbnail-1 ul li a {
  display: block;
  text-decoration: none;
}

.cover-thumbnail-1 ul li a:hover .title,
.cover-thumbnail-1 ul li a:focus .title {
  text-decoration: underline;
}

.cover-thumbnail-1 ul li figure {
  display: block;
  height: 0;
  margin-bottom: 9px;
  padding-bottom: 75%;
  background-color: #f8f8f8;
}

.cover-thumbnail-1 ul li figure img {
  width: 100%;
  height: auto;
	transition: opacity 0.3s ease;
}

.cover-thumbnail-1 ul li figure:hover img {
    opacity: 0.8; /* 0.0 ~ 1.0 사이로 조절. 낮을수록 더 흐려짐 */
}

.cover-thumbnail-1 ul li .title {
  display: block;
  overflow: hidden;
  width: 95%;
  margin-bottom: 2px;
  text-overflow: ellipsis;
	text-align: center;
  white-space: nowrap;
  line-height: 1.75;
}

.cover-thumbnail-1 ul li .date {
  display: block;
	text-align:center;
  font-size: 12px;
  color: #999;
}

.cover-thumbnail-1 .more {
  position: absolute;
  top: 4px;
  right: 0;
  font-weight: 300;
  font-size: 0.875em;
  color: #999;
}

.cover-thumbnail-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cover-thumbnail-2 h6 {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 30px;
    border-left: 5px solid #383838;
    border-bottom: 1px solid #bcbcbc;
    padding: 0 12px 1px;
    font-size: 22px;
		font-weight: bold;
    color: #333;
}

.cover-thumbnail-2 ul li {
  overflow: hidden;
  margin-top: 5px;
}

.cover-thumbnail-2 ul li a {
  display: block;
  text-decoration: none;
}

.cover-thumbnail-2 ul li a:hover .title,
.cover-thumbnail-2 ul li a:focus .title {
  text-decoration: underline;
}

.cover-cnt {
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
    display: none; /* 일단 숨겨두고 스크립트가 확인하면 보여줌 */
}

/*--북클럽 메인 썸네일 위치 왼쪽으로--*/
.cover-thumbnail-2 ul li figure {
    float: left;
      margin-right: 27px;
margin-left: 10px;
}

.cover-thumbnail-2 ul li figure img {
  width: 100%;
  height: auto;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
	transition: opacity 0.3s ease;
}

.cover-thumbnail-2 ul li figure:hover img {
    opacity: 0.8; /* 0.0 ~ 1.0 사이로 조절. 낮을수록 더 흐려짐 */
}

.cover-thumbnail-2 ul li .title {
  display: block;
  overflow: hidden;
  max-width: 95%;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
	font-weight: bold;
	color:#000;
  line-height: 1.4;
}

.cover-thumbnail-2 ul li .excerpt {
  display: block;
  overflow: hidden;
  max-width: 95%;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #62625e;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.cover-thumbnail-2 ul li .meta {
  display: flex;
  font-size: 12px;
  color: #b2b2b2;
}

.cover-thumbnail-2 ul li .meta span:before {
  content: none;
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 0 8px 0 5px;
  background-color: #d2d2d2;
  vertical-align: middle;
}

.cover-thumbnail-2 ul li .meta span:first-child:before {
  content: none;
}

/* 카테고리 텍스트 스타일 */
.meta .category {
    color: #cc8b22; /* 진한 노란색 (다크 골드 느낌) */
    font-weight: bold; /* 좀 더 강조하고 싶으면 추가 */
    
}

/* 카테고리와 날짜 사이에 | 넣기 */
.meta .category:after {
    content: '|';
    margin-left: 8px;
    margin-right: 5px;
    color: #ccc; /* 구분선 색상 */
    font-weight: normal; /* 구분선은 얇게 */
}

/* 날짜 스타일 (기존 유지 혹은 수정) */
.meta .date {
    color: #888;
}

.cover-thumbnail-2 .more {
  display: block;
  width: 100%;
  margin-top: 28px;
  padding: 12px 0 11px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 0.875em;
  color: #999;
}

.cover-thumbnail-3 {
  position: relative;
  margin-bottom: 77px;
}

.cover-thumbnail-3 h2 {
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 1em;
  color: #555;
}

.cover-thumbnail-3 ul {
  position: relative;
  display: inline-block;
  width: 103.378378378378378%;
  margin-left: -3.378378378378378%;
  margin-bottom: -25px;
  vertical-align: top;
}

.cover-thumbnail-3 ul li {
  float: left;
  width: 20%;
  margin-bottom: 22px;
  padding-left: 3.26797385620915%;
  box-sizing: border-box;
}

.cover-thumbnail-3 ul li a {
  display: block;
  text-decoration: none;
}

.cover-thumbnail-3 ul li a:hover .title,
.cover-thumbnail-3 ul li a:focus .title {
  text-decoration: underline;
}

.cover-thumbnail-3 ul li figure {
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 11px;
  padding-bottom: 129.6875%;
  background-color: #f8f8f8;
}

.cover-thumbnail-3 ul li figure img {
  width: 100%;
  height: auto;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}

.cover-thumbnail-3 ul li .title {
  display: block;
  overflow: hidden;
  width: 95%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8125em;
  line-height: 1.4;
}

.cover-thumbnail-3 button {
  position: absolute;
  top: -1px;
  width: 24px;
  height: 24px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: url(./images/ico_package.png) no-repeat 0 -50px;
  text-indent: -999em;
  outline: none;
}

.cover-thumbnail-3 .prev {
  right: 30px;
}

.cover-thumbnail-3 .next {
  right: 0;
  background-position-x: -50px;
}

.cover-thumbnail-3 button:focus,
.cover-thumbnail-3 button:hover {
  background-color: #757575;
  background-position-y: -74px;
}

.cover-thumbnail-4 {
  position: relative;
  margin-bottom: 17px;
}

.cover-thumbnail-4 h2 {
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 1em;
  color: #555;
}

.cover-thumbnail-4 ul {
  position: relative;
  display: inline-block;
  width: 103.378378378378378%;
  margin-left: -3.378378378378378%;
  vertical-align: top;
}

.cover-thumbnail-4 ul li {
  float: left;
  width: 33.333333333333333%;
  min-height: 283px;
  padding-left: 3.26797385620915%;
  margin: 0 0 55px;
  box-sizing: border-box;
}

.cover-thumbnail-4 ul li a {
  display: block;
  text-decoration: none;
}

.cover-thumbnail-4 ul li a:hover .title,
.cover-thumbnail-4 ul li a:focus .title {
  text-decoration: underline;
}

.cover-thumbnail-4 ul li figure {
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 5px;
  padding-bottom: 60.869565217391304%;
  background-color: #f8f8f8;
}

.cover-thumbnail-4 ul li figure img {
  width: 100%;
  height: auto;
}

.cover-thumbnail-4 ul li .title {
  display: block;
  overflow: hidden;
  max-width: 95%;
  margin-bottom: 4px;
  padding-top: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}

.cover-thumbnail-4 ul li .excerpt {
  display: block;
  overflow: hidden;
  max-width: 95%;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  font-size: 0.8125em;
  line-height: 1.5rem;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cover-thumbnail-4 ul li .meta {
  display: block;
  font-size: 0.75em;
  color: #999;
}

.cover-thumbnail-4 ul li .meta span:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 7px 8px 9px 5px;
  background-color: #d2d2d2;
  vertical-align: top;
}

.cover-thumbnail-4 ul li .meta span:first-child:before {
  content: none;
}

.cover-thumbnail-4 button {
  position: absolute;
  top: -1px;
  width: 24px;
  height: 24px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: url(./images/ico_package.png) no-repeat 0 -50px;
  text-indent: -999em;
  outline: none;
}

.cover-thumbnail-4 .prev {
  right: 30px;
}

.cover-thumbnail-4 .next {
  right: 0;
  background-position-x: -50px;
}

.cover-thumbnail-4 button:focus,
.cover-thumbnail-4 button:hover {
  background-color: #757575;
  background-position-y: -74px;
}

.cover-list {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 42px;
}

.cover-list h2 {
  margin-bottom: 35px;
  padding-bottom: 19px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  font-size: 1em;
  color: #555;
}

.cover-list ul li {
  overflow: hidden;
  margin-bottom: 33px;
}

.cover-list ul li a {
  display: block;
  text-decoration: none;
}

.cover-list ul li a:hover .title,
.cover-list ul li a:focus .title {
  text-decoration: underline;
}

.cover-list ul li .title {
  display: block;
  overflow: hidden;
  max-width: 95%;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.25em;
  line-height: 1.4;
}

.cover-list ul li .excerpt {
  display: block;
  overflow: hidden;
  max-width: 95%;
  margin-bottom: 18px;
  text-overflow: ellipsis;
  font-size: 0.875em;
  line-height: 1.5rem;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cover-list ul li .date {
  display: block;
  font-size: 0.75em;
  color: #999;
}

.cover-list .more {
  position: absolute;
  top: 4px;
  right: 0;
  font-weight: 300;
  font-size: 0.875em;
  color: #999;
}

.cover-event {
  margin-bottom: -18px !important;
}

.cover-event h2 {
    background-color: #2a2a2a; /* 박스 색상 (검정/진회색) */
    color: #ffffff;            /* 글자 색상 (흰색) */
    padding: 6px 150px 6px 15px; /* 오른쪽 패딩을 넉넉히 줘서 사선 공간 확보 */
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    
    /* 핵심: 오른쪽만 대각선으로 깎는 마법의 코드 */
    /* 85% 지점부터 깎기 시작해서 100% 지점 바닥에서 끝남 */
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    
    white-space: nowrap; /* 텍스트 줄바꿈 방지 */
}

.cover-event ul {
  display: inline-block;
  width: 102.702702702702703%;
  margin-left: -2.702702702702703%;
  vertical-align: top;
}

.cover-event ul li {
  float: left;
  width: 50%;
  padding-left: 2.631578947368421%;
  margin: 0 0 20px;
  box-sizing: border-box;
}

.cover-event ul li a {
  position: relative;
  display: block;
  padding-bottom: 33.333333333333333%;
  border: 1px solid #eee;
  background-color: #757575;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
  color: #555;
}

.cover-event ul li a:hover,
.cover-event ul li a:focus {
  color: #333;
}

.cover-event ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.cover-event ul li .title {
  position: absolute;
  top: 15%;
  left: 24px;
  z-index: 30;
  overflow: hidden;
  max-width: 60%;
  margin-bottom: 7px;
  padding-top: 9px;
  text-overflow: ellipsis;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
	font-size: 16px;
}

.cover-event ul li .more {
  position: absolute;
  bottom: 20.833333333333333%;
  left: 24px;
  z-index: 30;
  text-decoration: underline;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

/* 전체 바의 너비를 80%로 설정하고 가운데 정렬 */
.custom-news-bar {
    display: flex;
    align-items: flex-end; /* 텍스트 박스와 라인의 바닥을 맞춤 */
    width: 100%;
    margin: 20px auto;
    font-family: "Adobe Gothic Std", "Apple SD Gothic Neo", sans-serif;
		border-top: 1px solid transparent;
}

/* 대각선 모양의 텍스트 박스 */
.news-label {
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 6px 0 6px 15px; /* 오른쪽 패딩은 0으로 설정 */
    
    /* 핵심: 너비를 고정합니다 (글자 수에 맞춰 적절히 조절하세요) */
    width: 200px; 
    
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    
    /* 고정된 200px 안에서 끝에서 30px 지점을 깎음 */
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
    
    white-space: nowrap;
}

/* 텍스트 박스 옆으로 이어지는 2px 라인 */
.news-line {
    flex-grow: 1;              /* 남은 가로 공간을 꽉 채움 */
    height: 1px;               /* 네가 원한 선명한 2px 라인 */
    background-color: #757575;  /* 라벨 박스와 동일한 색상 */
}

/* 기본 상태에서는 박스 스타일을 주되, 티스토리의 inline 스타일(display:none)을 방해하지 않게 설정 */
.moreless-content {
    border: 1px solid #5c2424; 
    padding: 20px;
    margin: 20px 0;
    background-color: #7c2424;
		color: #d2d2d2;
    border-radius: 5px;
    /* !important를 빼서 티스토리의 display 제어권(접기/펴기)을 돌려줌 */
}

/* 버튼 스타일은 그대로 유지 */
.btn-toggle-moreless {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 5px;
    border: 1px solid #7c2424;
    background-color: #7c2424;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
}

.btn-toggle-moreless:hover {
    background-color: #7c2424;
    color: #fff !important;
}

/* 티스토리 네임카드 모듈 강제 숨김 (본문과 댓글 사이 작성자 정보) */
[data-tistory-react-app="Namecard"],
.tt_box_namecard {
    display: none;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
}