




body,
.txt-default	{ color: #ffffff; }
a,
.txt-point	{ color: #1F56E1; }


@media all and (min-width: 1001px) { 
 
#gnb,
#gnb *:not(script)	{ 
	display:inline-block; 
}

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

	#gnb_wrapper				{
			background-color: rgba(255, 255, 255, .0);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 100% 100%;
		}

	#gnb_control_box	{ display: none; }
}

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

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

	#gnb_control_box	{
		display: block;
	}
}

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


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

#body	{ margin-left: 250px; }
#header	{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	width: 250px;
	
}
#logo	{
	padding:20px 0;
	text-align: center;
}
#gnb #no_design_gnb li	{ 
	display:block;
	margin-bottom: 15px;
	text-align:center;
}

#footer{margin-left:250px;}


#gnb p {display:block;}
#gnb a { 
	color : #333333; 
	font-size: 14px;
	}
#gnb a:hover {
	color: #1F56E1;
	font-size: 14px;
}
#logo a {
	color: #333333;
	font-size: 18.2px;
}
#logo a:hover {
	color: #1F56E1;
	font-size: 18.2px;
}

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



@media all and (min-width: 1001px) { 
	html			{
			background-color: D4DAE5;
			background-position: center center;
			background-size: contain;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: none;
			background-color: #D4DAE5;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: #ffffff; }
*::-webkit-scrollbar-thumb			{ background: #1F56E1; }

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

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


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


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

.ui-btn.point			{
	color:			#333333;
	background:		;
	border-color:	gba(255, 255, 255, .0);
}
.ui-btn.point:hover		{
	color:			#333333;
	background:		;
	border-color:	#E8E8E;
}

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


.pg_wrap .pg_page	{
	color:			#333333;
	background:		;
	border-color:	;
}
.pg_wrap .pg_page:hover	{
	color:			#333333;
	background:		;
	border-color:	;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#333333;
	background:		;
	border-color:	gba(255, 255, 255, .0);
}




.bar-equalizer i	{
	background: E8E8E8;
	-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: #1F56E1;
}




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

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

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

.theme-box	{
	background-color: rgba(255, 255, 255, .0);
	color: #333333;
 
}
.theme-box.no-link a	{
	color: #333333;
}
 

.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: gba(255, 255, 255, .0); }
 

#load_log_board	{
			background-size: cover;
	}

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

#log_list	{
	}
#log_list .item		{
			color: #333333;
	
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: gba(255, 255, 255, .0);
			color: #333333;
				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		{
	
	}


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

#log_list .item .item-inner .co-header p.owner,
#log_list .item .item-inner .co-header p.owner a	{
			color: #333333;
				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: #1F56E1;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #1F56E1;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #1F56E1;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



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

.night {
  position: fixed;
  width: 100%;
  height: 100%;
  transform: rotateZ(43deg) scale(1.5);
  top:-20%;
}
 
.shooting_star {
  position: absolute;
  height: 1px;
  background: linear-gradient(-45deg, white, rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px var(--color-point2));
  animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}
.shooting_star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 1px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), white, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  animation: shining 3000ms ease-in-out infinite;
}
.shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 1px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), white, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
 
.shooting_star:nth-child(1) {
  top: calc(50% - 708px);
  left: calc(50% - 217px);
  animation-delay: 8842ms;
}
.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after {
  animation-delay: 8842ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - 99px);
  left: calc(50% - -272px);
  animation-delay: 2635ms;
}
.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after {
  animation-delay: 2635ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - -140px);
  left: calc(50% - 243px);
  animation-delay: 2574ms;
}
.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after {
  animation-delay: 2574ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - 204px);
  left: calc(50% - 248px);
  animation-delay: 2904ms;
}
.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after {
  animation-delay: 2904ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - -364px);
  left: calc(50% - 546px);
  animation-delay: 1810ms;
}
.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after {
  animation-delay: 1810ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - 459px);
  left: calc(50% - -130px);
  animation-delay: 7644ms;
}
.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after {
  animation-delay: 7644ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - 173px);
  left: calc(50% - -22px);
  animation-delay: 3185ms;
}
.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after {
  animation-delay: 3185ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% - -116px);
  left: calc(50% - 370px);
  animation-delay: 3870ms;
}
.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after {
  animation-delay: 3870ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% - -306px);
  left: calc(50% - -180px);
  animation-delay: 75ms;
}
.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after {
  animation-delay: 75ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% - 369px);
  left: calc(50% - 305px);
  animation-delay: 3459ms;
}
.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after {
  animation-delay: 3459ms;
}
.shooting_star:nth-child(11) {
  top: calc(50% - 349px);
  left: calc(50% - -44px);
  animation-delay: 3068ms;
}
.shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after {
  animation-delay: 3068ms;
}
.shooting_star:nth-child(12) {
  top: calc(50% - -315px);
  left: calc(50% - 177px);
  animation-delay: 6192ms;
}
.shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after {
  animation-delay: 6192ms;
}
.shooting_star:nth-child(13) {
  top: calc(50% - 1px);
  left: calc(50% - 345px);
  animation-delay: 797ms;
}
.shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after {
  animation-delay: 797ms;
}
.shooting_star:nth-child(14) {
  top: calc(50% - -254px);
  left: calc(50% - 491px);
  animation-delay: 7089ms;
}
.shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after {
  animation-delay: 7089ms;
}
.shooting_star:nth-child(15) {
  top: calc(50% - 63px);
  left: calc(50% - 51px);
  animation-delay: 3933ms;
}
.shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after {
  animation-delay: 3933ms;
}
.shooting_star:nth-child(16) {
  top: calc(50% - -22px);
  left: calc(50% - -184px);
  animation-delay: 1017ms;
}
.shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after {
  animation-delay: 1017ms;
}
.shooting_star:nth-child(17) {
  top: calc(50% - 479px);
  left: calc(50% - -61px);
  animation-delay: 5913ms;
}
.shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after {
  animation-delay: 5913ms;
}
.shooting_star:nth-child(18) {
  top: calc(50% - -436px);
  left: calc(50% - 78px);
  animation-delay: 2980ms;
}
.shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after {
  animation-delay: 2980ms;
}
.shooting_star:nth-child(19) {
  top: calc(50% - -138px);
  left: calc(50% - -95px);
  animation-delay: 5005ms;
}
.shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after {
  animation-delay: 5005ms;
}
.shooting_star:nth-child(20) {
  top: calc(50% - -996px);
  left: calc(50% - 107px);
  animation-delay: 4438ms;
}
.shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after {
  animation-delay: 4438ms;
}
 
@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 80px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
