@charset "utf-8";
/***************************************************************
	Design Manager Setting Style: 자동생성 CSS
---------------------------------------------------------------
	- 최종 수정일 : 2025-08-17 20:50:38
***************************************************************/
:root {
	--dft-color: #454545;
	--point-color: #a11a1a;
	--point-color2: #ecd7c9;
	--bak-color:#f4f2f2cc;
}

body,
.txt-default	{ color: #454545; }
a,
.txt-point	{ color: #a11a1a; }


@media all and (min-width: 1025px) { 
	html.single:before	{
		background-image: url('https://i.imgur.com/7it0q1H.png');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		}
}

@media all and (max-width: 1024px) {
	html.single:before	{
		background-image: url('https://i.imgur.com/7it0q1H.png');
		background-repeat: no-repeat;
		background-position: right top;
		background-size: cover;
		}
}


@media all and (min-width: 1025px) { 
	#header	{
		background-image: url('https://i.imgur.com/bQ4ERIn.png');
		background-repeat: no-repeat;
		background-attachment: fixed;
		}

	#gnb	{
		background-repeat: no-repeat;
		}

	#gnb_control_box	{ display: none; }
}

@media all and (max-width: 1024px) {

	#header	{
		}

	#gnb	{
		background-image: url('https://i.imgur.com/bQ4ERIn.png');
		background-repeat: no-repeat;
		background-position: left bottom;
		}

	#gnb_control_box	{
	display: block;
	}
}



#body	{ max-width:calc(100% - 506px);margin-left: 506px; }
#header	{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	width: 506px;
	
}
#logo	{
	padding:20px 0;
	text-align: center;
}



/*#gnb	{ float: right; }*/
#gnb,
#gnb *	{
	color: #454545;
	font-size: 24px;
}
#gnb a:hover {
	color: #a11a1a;
	font-size: 24px;
}




*::-webkit-scrollbar-track	{ background-color: #eee; }
*::-webkit-scrollbar-thumb	{ background: #a11a1a; }

* { outline-color: #a11a1a; }
::selection	{ background:#a11a1a; }
::-moz-selection	{ background:#a11a1a; }
::-webkit-selection	{ background:#a11a1a; }

::selection	{ color:#eee; }
::-moz-selection	{ color:#eee; }
::-webkit-selection	{ color:#eee; }




.ui-btn	{
	color:	#333333;
	background:	#f4f2f2;
	border-color:	#e2dcd6;
}
.ui-btn:hover	{
	color:	#333333;
	background:	#e2dcd6;
	border-color:	var(--point-color2);
}

.ui-btn.point	{
	color:	#ffffff;
	background:	#a11a1a;
	border-color:	#7c0707;
}
.ui-btn.point:hover	{
	color:	#ffffff;
	background:	#7c0707;
	border-color:	#7c0707;
}

.ui-btn.etc	{
	color:	#ffffff;
	background:	#555555;
	border-color:	#333333;
}
.ui-btn.etc:hover	{
	color:	#ffffff;
	background:	#555555;
	border-color:	#333333;
}
.swiper-pagination-bullet-active {background:	#7c0707;}


.pg_wrap .pg_page	{
	color:	#333333;
	background:	#f4f2f2;
	border-color:	#e2dcd6;
}
.pg_wrap .pg_page:hover	{
	color:	#333333;
	background:	#e2dcd6;
	border-color:	var(--point-color2);
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:	#ffffff;
	background:	#a11a1a;
	border-color:	#7c0707;
}





.bar-equalizer i	{
	background: #a11a1a;
	-webkit-box-shadow: 0px 0px 3px 0px #ecd7c9;
	-moz-box-shadow: 0px 0px 3px 0px #ecd7c9;
	box-shadow: 0px 0px 3px 0px #ecd7c9;
}



.status-bar dd p	{
	background: #454545;
}
.status-bar dd p span	{
	background: #a11a1a;
	opacity: .5;
}
.status-bar dd p sup	{
	background: #a11a1a;
}
.status-bar dd p i	{
	color: #eee;
}



hr.line	{
	background: #a11a1a;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select	{
	color:	#454545;
	background:	var(--bak-color);
	border-color:	#f4f2f2;
	
	border-top-left-radius:2px;	border-top-right-radius:2px;	border-bottom-right-radius:2px;	border-bottom-left-radius:2px;}

::-webkit-input-placeholder {
	color: #454545;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #454545;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #454545;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #454545;
}


*::-webkit-input-placeholder,
*::placeholder	{ color: #454545; } 
textarea:-moz-placeholder, input:-moz-placeholder	{ color:#000; }
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: var(--bak-color) !important;
  color: #454545;
}




.flex-control-paging a	{ background: #454545; }
.flex-control-paging a.flex-active	{ background: #a11a1a; }




.theme-box	{
	background-color: var(--bak-color);
	color: #454545;
				}
.theme-box.no-link a	{
	color: #454545;
}



.inven-popup-viewer {
	background-color: var(--bak-color);
	color: #454545;
}




.timeline-Tweet:before { border-top-color: #eee; }
.TweetAuthor-name	{ color: #a11a1a; }




#submenu	{
	background-color:	#f4f2f2cc;
	color:	#454545;
	border-top-color:	#ecd7c9;
	border-top-style:	dashed;
	border-top-width: 1px;
	border-bottom-color:	#ecd7c9;
	border-bottom-style:	dashed;
	border-bottom-width: 1px;
}
#submenu a	{
	color: #454545;
}
#submenu a:hover	{
	color: #7c0707;
}




.theme-list,
.theme-form	{
	background-color:	;
	color:	#333333;
}

/*** Form Area ***/
.theme-form th	{
	background-color:	#f4f2f2ee;
	color:	;
	border-top-color:	#f4f2f2cc;
	border-top-style:	solid;
	border-top-width:	1px;
	border-bottom-color:	#f4f2f2cc;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
}
.theme-form td	{
	background-color:	#f4f2f2bb;
	color:	#333333;
	border-top-color:	#f4f2f2cc;
	border-top-style:	solid;
	border-top-width:	1px;
	border-bottom-color:	#f4f2f2cc;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
}

/*** List Area ***/
.theme-list th	{
	background-color:	#f4f2f2cc;
	color:	;
	border-top-color:	#f4f2f2cc;
	border-top-style:	double;
	border-top-width:	1px;
	border-bottom-color:	#f4f2f2cc;
	border-bottom-style:	double;
	border-bottom-width:	1px;
}
.theme-list td	{
	background-color:	#f4f2f2bb;
	color:	#333333;
}




#tab_list { border-color: #7c0707; }




.inventory-list a {
	/*border: 1px solid #a11a1a;*/

	border: 1px solid #a11a1a;
}
.inventory-list a i	{
	/*
	background: #a11a1a;
	color: #eee;
	*/

	border: 1px solid #a11a1a;
	background: rgba(0, 0, 0, .7);
	color: #fff;
}





#load_log_board	{
	}

.board-notice	{
		color: #333;
	}

#log_list	{
		color: #f4f2f2;
	}
#log_list .item	{
		color: #333;
	
	}

#log_list .item .item-inner .ui-pic	{
		color: #f4f2f2;
	}


#log_list .item .item-inner .item-comment	{
		color: #333;
			margin-bottom: 10px !important;
	}


#log_list .item .item-inner	.ui-comment	{
		color: #333;
	
	}


#log_list .item .item-inner .co-header p,
#log_list .item .item-inner .co-header p a	{
		color: #4d4242;
		}

#log_list .item .item-inner .co-header p.owner,
#log_list .item .item-inner .co-header p.owner a	{
		color: #a11a1a;
		}

#log_list .item .item-inner .co-footer .date	{
		color: #bbbbbb;
			font-size: 12px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
		color: #a11a1a;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
		color: #a11a1a;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
		color: #a11a1a;
	}
#log_list .item .item-inner .co-content .member_call	{
		color: #a11a1a;
	}