



body,
.txt-default	{ color: #777777; }
a,
.txt-point	{ color: #7383FF; }



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

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

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

	#gnb_wrapper				{
		}

	#gnb_control_box	{ display: none; }
	.poplogo {display:block;}
}

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

	#gnb_wrapper				{
			background-color: rgba(255, 255, 255, .8);
			background-position: center bottom;
			background-attachment: fixed;
		}

	#gnb_control_box	{
		background: #7383FF;
		border: 3px solid #ffffff;
	}
	.poplogo {display:none!important;}
	#no_design_gnb:before { content: url("http://ori.dothome.co.kr/wonh/data/site/design_logo.png")}
}

#gnb_wrapper{
	position:relative;
	z-index:99;
	text-align:center;
}
#gnb,
#gnb *:not(script)	{
	display:inline-block;
	color: #0B243B;
	font-size: 14px;
}


#footer	{ height:0 !important;padding:0 !important;display: none !important; } 

#body	{ margin-left: 0px; }
#header	{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	width: 200px;
	
	z-index:900;
	top:20%; left:18px;
	text-align:center;
}
#logo	{
	padding:20px 0;
	text-align: center;
	overflow: hidden;
}
.mainlogo {display:none!important;}
.poplogo {display:block;}
.menu_off{top:initial!important; bottom:0;}

#gnb #no_design_gnb li:first-child { margin-top: 15px;}
#gnb #no_design_gnb li	{ 
	display:block;
	margin-bottom: 15px;
	text-align:center;
}

#gnb #no_design_gnb{
	background: #ffffff;
   border-radius: 10px;
   box-shadow: 0px 2px 8px rgb(46 5 29 / 30%);
   padding: 1em;
}
#login_box .ui-btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

#footer{margin-left:200px;}


#gnb p {display:block;}
#gnb a { 
	color : #0B243B; 
	font-size: 14px;
	}
#gnb a:hover {
	color: #01A9DB;
	font-size: 14px;
}
#logo a {
	color: #0B243B;
	font-size: 18.2px;
}
#logo a:hover {
	color: #01A9DB;
	font-size: 18.2px;
}

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



@media all and (min-width: 1001px) { 
	html			{
			background-image: url('http://ori.dothome.co.kr/wonh/data/site/design_background.jpg');
			background-color: rgba(0, 0, 0, .5);
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('http://ori.dothome.co.kr/wonh/data/site/design_background.jpg');
			background-attachment: fixed;
		}

#footer {margin-left:0;} }



*::-webkit-scrollbar-track			{ background-color: #ffffff; }
*::-webkit-scrollbar-thumb			{ background: #7383FF; }

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

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


.highlight {
	display:inline-block;
	padding:0 5px;
	margin-bottom:5px;
			color:#ffffff; 
				background:#7383FF;
	}

/* TOOLTIP */
[data-tooltip]{position:relative;}
[data-tooltip]:before,
[data-tooltip]:after{visibility:hidden;opacity:0;position:absolute; z-index:999; left:50%;transform:translateX(-50%);white-space:nowrap;transition:all .2s ease; color:#ffffff; font-size:12px; line-height:13px; letter-spacing:-1px;}
[data-tooltip]:before{content:attr(data-tooltip); height:13px; position:absolute; top:-20px; padding:5px 10px; border-radius:5px; background:#7383FF; box-shadow:0 3px 8px rgba(165, 165, 165, 0.5);}
[data-tooltip]:after{content: '';border-left:5px solid transparent;top:2px;border-right:5px solid transparent;border-top:5px solid #7383FF;}
[data-tooltip]:not([data-tooltip=""]):hover:before{visibility:visible;opacity:1;top:-30px}
[data-tooltip]:not([data-tooltip=""]):hover:after{visibility:visible;opacity:1;top:-8px}

/* textggu 전역 설정 */
:root {
  --effect-text: #777777;
  --effect-text2: #fff;
  --effect-text3: #ffffff;
  --effect-point: #63CAF2 ; 
  --effect-point1: #7383FF; 
  --effect-point2: #01A9DB;
  --effect-point3: #0B243B;
}

/* word버튼 */
.word_link{
  display: inline;
  background: #63CAF2 ;
  color: #ffffff;
    padding: 5px 20px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    height: 1rem;
    position: relative;
    margin-left: 2px;
    margin-right: 2px;
}
.word_link:hover::before {
  content: 'LINK ▶ ';
  font-weight: bold;
}

/* 발언 등급표 */
.word_grade {
  display: inline;
  background: #63CAF2 ;
  color: #ffffff;
    padding: 3px 5px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    height: 1rem;
    position: relative;
    margin-left: 2px;
    margin-right: 2px;
}
.word_grade:hover::before {
  content: '발언 등급 ';
}
.word_grade:hover {
  padding: 3px 7px;
}
.word_grade.A {
  background: #9ce9a9; color:#777777;
}
.word_grade.B {
  background:#9ce9e9; color:#777777;
}
.word_grade.C {
  background:#9ca1e9; color:#f0f0e1;
}
.word_grade.D {
  background: #e09ce9; color:#f0f0e1;
}
.word_grade.E {
  background: #e99cba; color:#f0f0e1;
}
.word_grade.F {
  background: #e04949; color:#f0f0e1;
}
#log_list .item-comment-box,
#log_list .item .ui-comment {
  overflow: unset !important;
}
/* ↑로드비 코멘트서 말풍선이 가려져 넣었지만 다른 문제를 일으킨다면 빼주셔도 OK */
[class*="hint--"] {
  display: inline !important;
}
[class*="hint--"]:after {
max-width: 200px!important;
width: max-content!important;
background: #7383FF!important;
color: #ffffff!important;
text-shadow: none!important;
white-space: normal!important;
line-height:14px!important;
}
[class*="hint--"]:before {border-top-color: #7383FF!important;}


.ui-btn	{
	color:			#ffffff;
	background:		#63CAF2 ;
	border-color:	#63CAF2 ;
}
.ui-btn:hover	{
	color:			#ffffff;
	background:		#7383FF;
	border-color:	#7383FF;
}

.ui-btn.point			{
	color:			#ffffff;
	background:		#63CAF2 ;
	border-color:	#63CAF2 ;
}
.ui-btn.point:hover		{
	color:			#ffffff;
	background:		#7383FF;
	border-color:	#7383FF;
}

.ui-btn.etc			{
	color:			#ffffff;
	background:		#7C9AEB ;
	border-color:	#7C9AEB ;
}
.ui-btn.etc:hover	{
	color:			#ffffff;
	background:		#63CAF2 ;
	border-color:	#63CAF2 ;
}


#goto_top	{ width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
	background:#ffffff; color:#63CAF2 ;
	}

#goto_top:hover	{ background:#7383FF; color:#ffffff;}


.pg_wrap .pg_page	{
	color:			#ffffff;
	background:		#63CAF2 ;
	border-color:	#63CAF2 ;
}
.pg_wrap .pg_page:hover	{
	color:			#ffffff;
	background:		#7383FF;
	border-color:	#7383FF;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#ffffff;
	background:		#63CAF2 ;
	border-color:	#63CAF2 ;
}




.bar-equalizer{display:none !important;}
.bgm-player ul {margin-left:0 !important;}
.bar-equalizer i	{
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 3px 0px #ffffff;
	-moz-box-shadow: 0px 0px 3px 0px #ffffff;
	box-shadow: 0px 0px 3px 0px #ffffff;
}
 


hr.line	{
	background: #7383FF;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#01A9DB ;
	background:		#ffffff;
	border-color:	#ffffff;
}

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

 
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff !important;
  color: #01A9DB ;
}
 

.theme-box	{
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid #ffffff;
	color: #424242;
 
}
.theme-box.no-link a	{
	color: #424242;
}
 

.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: #63CAF2 ; }
 

#load_log_board	{
	}

.board-notice	{
			background-color: rgba(0, 0, 0, .0);
			color: #086A87;
	}

#log_list	{
	}
#log_list .item		{
			background-color: rgba(255, 255, 255, 1);
	
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: rgba(255, 255, 255, .5);
			color: #424242;
				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: #bbbbbb;
	}

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


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

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

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



#bo_gall .bo_tit.on {
	background-color: rgba(255, 255, 255, .9);
 
}