




body,
.txt-default	{ color: #222222; }
a,
.txt-point	{ color: #82817d; }


@media all and (min-width: 1001px) {

#gnb,
#gnb *:not(script)	{
	display:inline-block;
}

	#header			{
			background-color: rgba(0, 0, 0, .0);
		}

	#gnb_wrapper				{
			background-image: url('http://nevermind.dothome.co.kr/avo/data/site/design_menu_background.PNG');
			background-color:  #fcfcfc;
		}

	#gnb_control_box	{ display: none; }
}

@media all and (max-width: 1000px) {
	#header			{
			background-color: rgba(0, 0, 0, .0);
		}

	#gnb_wrapper				{
		}

	#gnb_control_box	{
		display: block;
	}
}

#gnb_wrapper{
	position:relative;
	z-index:99;
	text-align:center;
}



#body	{ margin-left: 0px; }
#header	{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	width: 0px;

}
#logo	{
	padding:20px 0;
	text-align: center;
}
#gnb #no_design_gnb li	{
	display:block;
	margin-bottom: 50px;
	text-align:center;
}

#footer{margin-left:0px;}


#gnb p {display:block;}
#gnb a {
	color : #f2f2f0;
	font-size: 14px;
	}
#gnb a:hover {
	color: #cfc395;
	font-size: 14px;
}
#logo a {
	color: #f2f2f0;
	font-size: 18.2px;
}
#logo a:hover {
	color: #cfc395;
	font-size: 18.2px;
}

#footer{
	padding:10px;
	box-sizing:border-box;
	}


@media all and (min-width: 1001px) {
    html.single            {
			background-image: url('http://nevermind.dothome.co.kr/avo/data/site/design_background.png');
			background-color: #eeeeee;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('http://nevermind.dothome.co.kr/avo/data/site/design_m_background.png');
			background-color: #292929;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }

#confetti {
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: -1;
}


*::-webkit-scrollbar-track			{ background-color: #c7c7c5; }
*::-webkit-scrollbar-thumb			{ background: #82817d; }

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

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


.highlight {
	display:inline-block;
	padding:0 5px;
	margin-bottom:5px;
	line-height:18px;
	font-family:'dotum',sans-serif;
			color:#c7c7c5;
				background:#82817d;
	}


.ui-btn	{
	color:			#ffffff;
	background:		#000000;
	border-color:	#000000;
}
.ui-btn:hover	{
	color:			#ffffff;
	background:		#222222;
	border-color:	#000000;
}

.ui-btn.point			{
	color:			#ffffff;
	background:		#82817d;
	border-color:	#82817d;
}
.ui-btn.point:hover		{
	color:			#ffffff;
	background:		#82817d;
	border-color:	#82817d;
}

.ui-btn.etc			{
	color:			#ffffff;
	background:		#555555;
	border-color:	#333333;
}
.ui-btn.etc:hover	{
	color:			#ffffff;
	background:		#555555;
	border-color:	#333333;
}


.pg_wrap .pg_page	{
	color:			#ffffff;
	background:		#000000;
	border-color:	#000000;
}
.pg_wrap .pg_page:hover	{
	color:			#ffffff;
	background:		#222222;
	border-color:	#000000;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#ffffff;
	background:		#82817d;
	border-color:	#82817d;
}




.bar-equalizer i	{
	background: #82817d;
	-webkit-box-shadow: 0px 0px 3px 0px #000000;
	-moz-box-shadow: 0px 0px 3px 0px #000000;
	box-shadow: 0px 0px 3px 0px #000000;
}



hr.line	{
	background: #82817d;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#ccc8b6;
	background:		#555555;
	border-color:	#222222;
}

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


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #555555 !important;
  color: #ccc8b6;
}


.theme-box	{
	background-color: #ffffff;
	color: #222222;
}
.theme-box.no-link a	{
	color: #222222;
}


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

/*** Form Area ***/
.theme-form th	{
	background-color:	#000000;
	color:				#ffffff;
}
.theme-form td	{
	background-color:	rgba(255, 255, 255, .1);
	color:				#ffffff;
	border-top-color:	#333333;
	border-top-style:	solid;
	border-top-width:	1px;
	border-bottom-color:	#333333;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
}

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




#tab_list { border-color: #82817d; }

.swiper_main {
overflow: hidden;
}

.swiper-container {
overflow: hidden;
border-radius:20px;
}

.swiper-wrapper {
height: 500px !important;
border-radius:20px;
}

.swiper-slide {
background-repeat: no-repeat !important;
background-size: cover !important;
border: black;
border-radius:20px;
}

.swiper-prev {
	cursor:pointer;
	float: left;
	padding-left: 5px;

}

.swiper-next {
	cursor:pointer;
	float: right;
	padding-right: 5px;
}


#load_log_board	{
	}

.board-notice	{
			color: #ffffff;
	}

#log_list	{
	}
#log_list .item		{
			background-color: #c7c7c5;
	
	}

#log_list .item .item-inner .ui-pic		{
	}


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

#log_list .item .item-inner .item-comment.parent,
#log_list .item .item-inner .item-comment.item-reply {
 margin-bottom:1px !important;
 }
 #log_list .item .item-inner .item-comment.item-reply {opacity:0.8;}
#log_list .item .item-inner .item-comment.item-reply.last{ 			margin-bottom: 10px !important;
	}
#log_list .item .item-inner .item-comment.item-reply .co-header:before { 		color: #ccc8b6;
	}

#log_list .item .item-inner	.ui-comment		{
			background-color: #c7c7c5;
	
			padding-left: 15px;
		padding-right: 15px;
	}


#log_list .item .item-inner .co-header p,
#log_list .item .item-inner .co-header p a	{
			color: #ccc8b6;
				font-size: 12px;
	}

#log_list .item .item-inner .co-header p.owner,
#log_list .item .item-inner .co-header p.owner a	{
			color: #ffffff;
				font-size: 12px;
	}

#log_list .item .item-inner .co-footer .date	{
			color: #ccc8b6;
				font-size: 11px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #9e9883;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #9e9883;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #9e9883;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



#bo_gall .bo_tit.on {
	background-color: #ffffff;
}


#character_profile {
	background: #ffffff;
}
#character_profile * {
	color: #222222;
}
option {
	background: #ffffff;
	color: #222222;
}
#character_profile .ch_name {
	color: #82817d !important;
}
#character_profile .ch_script {
	background: linear-gradient(to right, transparent, #82817d);
	color: #ffffff !important;
}
#character_profile .button .ui-btn {
	background: transparent !important;
	color: #222222 !important;
	border-color: #22222233 !important;
}
#character_profile .button .ui-btn.point {
	border-color: #82817d !important;
}
#profile-up,
#profile-down {
	color: #82817d !important;
}

.title-list {
	padding: 10px;
	background-color: #82817d22;
	color: #c7c7c5;
}

#couple_list li {
	background: #c7c7c5;
}
#couple_list li .visual i {
	color: #82817d;
}
#go_secret {
	color: #82817d;
}
.closet-list ul li .ui-btm {
	color: #c7c7c5 !important;
	font-size: 8pt;
	opacity:.8;
}

@media all and (max-width:1000px) {
	.closet-list ul .ui-btn {
		border: 1px solid #222222 !important;
	}
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: rgba(0, 0, 0, .5); }

.hint--top-right:before {
  border-top-color: rgba(0, 0, 0, .5); }

.hint--top:before {
  border-top-color: rgba(0, 0, 0, .5); }

.hint--bottom-left:before {
  border-bottom-color: rgba(0, 0, 0, .5); }

.hint--bottom-right:before {
  border-bottom-color: rgba(0, 0, 0, .5); }

.hint--bottom:before {
  border-bottom-color: rgba(0, 0, 0, .5); }

.hint--left:before {
  border-left-color: rgba(0, 0, 0, .5); }

.hint--right:before {
  border-right-color: rgba(0, 0, 0, .5); }

[class*="hint--"]:after {
background: rgba(0, 0, 0, .5);
border-radius: 5px; }

.ban-basic .flex-control-paging a {
	background: #dddddd;
}
.ban-basic .flex-control-paging a.flex-active {
	background: #82817d;
}
