﻿


body, .txt-default	{ color: #141414; }
a,
.txt-point	{ color: #4d4d4d; }


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

	#header			{
		}

	#gnb_wrapper				{
			background-repeat: repeat-x;
			background-attachment: fixed;
		}

	#gnb_control_box	{ display: none; }
}

@media all and (max-width: 1000px) {
	#header			{
		}

	#gnb_wrapper				{
		}

	#gnb_control_box	{
		display: block;
	}
}

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




#header	{
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	height: 50px;
}
#header .fix-layout	{ height: 100%; }
#logo	{
	display: block;
	float:left;
	position:relative;
	z-index:999;
	padding-right:10px;
	line-height:50px;
} 
#no_design_gnb li	{ display:inline-block; margin-left:5px; line-height:50px;}

#login_box,#bgm_box{float:right;}
 

#gnb p {display:block;}
#gnb a { 
	color : #a4a4a4; 
	font-size: 14px;
font-family: 'Oleo Script', cursive;

	}
#gnb a:hover {
	color: #141414;
	font-size: 14px;
}
#logo a {
	color: #a4a4a4;
	font-size: 18.2px;
}
#logo a:hover {
	color: #141414;
	font-size: 18.2px;
}

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



@media all and (min-width: 1001px) { 
	html			{
			background-color: #f0f0f0;
			background-repeat: no-repeat;
			background-position: center bottom;
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: none;
			background-color: #f0f0f0;
			background-repeat: no-repeat;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: #141414; display: none;}
*::-webkit-scrollbar-thumb			{ background: #4d4d4d; display: none;}

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

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


.highlight {
	border-radius: 2px;
	display:inline-block;
	padding:0 5px;
	margin-bottom:5px;
	line-height:18px;
	font-family:'dotum',sans-serif;

			color:#4d4d4d;
			
}


.ui-btn	{
	color:			#141414;
	background:		#fafafa;
	border-color:	rgba(0, 0, 0, .0);
}
.ui-btn:hover	{
	color:			#141414;
	background:		#fafafa;
	border-color:	rgba(0, 0, 0, .0);
}

.ui-btn.point			{
	color:			#141414;
	background:		#fafafa;
	border-color:	rgba(0, 0, 0, .0);
}
.ui-btn.point:hover		{
	color:			#141414;
	background:		#fafafa;
	border-color:	rgba(0, 0, 0, .0);
}

.ui-btn.etc			{
	color:			#141414;
	background:		#fafafa;
	border-color:	rgba(0, 0, 0, .0);
}
.ui-btn.etc:hover	{
	color:			#141414;
	background:		#fafafa;
	border-color:	rgba(0, 0, 0, .0);
}


.pg_wrap .pg_page	{
	color:			#141414;
	background:		#fafafa;
	border-color:	rgba(0, 0, 0, .0);
}
.pg_wrap .pg_page:hover	{
	color:			#141414;
	background:		#fafafa;
	border-color:	rgba(0, 0, 0, .0);
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#141414;
	background:		#fafafa;
	border-color:	rgba(0, 0, 0, .0);
}


.dday .dday_name{ color:#141414;}
.dday .dday_script{ color:#4d4d4d;}
.dday {top:72px;}


.bar-equalizer{display:none !important;}
.bgm-player ul {margin-left:0 !important;}
.bar-equalizer i	{
	background: #141414;
}
 


hr.line	{
	background: #4d4d4d;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#141414;
	background:		#fafafa;
	border-color:	rgba(0, 0, 0, .0);
}

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

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

.theme-box	{
	background-color: #fafafa;
	border: 1px solid rgba(0, 0, 0, .0);
	color: #141414;
 
}
.theme-box.no-link a	{
	color: #141414;
}
 

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

#load_log_board	{
	}

.board-notice	{
			background-color: #fafafa;
			color: #141414;
	}

#log_list	{
	}
#log_list .item		{
			background-color: #fafafa;
			color: #141414;
	
		padding: 10px;
	<!--padding-top: 10px;
	padding-bottom: 10px;-->
}

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


#log_list .item .item-inner .item-comment		{
			color: #141414;
				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:1;}
#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: #a4a4a4;
	}

#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: #141414;
				font-size: 12px;
	}

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

#log_list .item .item-inner .co-footer .date	{
			color: #a4a4a4;
				font-size: 11px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #141414;
	}
.link_hash_tag {
position: relative;
font-weight:bold;
margin-left: 7px;
padding: 0px 5px;
color: #2E2E2E;
background-color: #E6E6E6;
border-radius: 0px 3px 3px 0px;
<!--filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.5));-->
transition-duration: 0.2s;
}
.link_hash_tag:after {
content: "";
position: absolute;
left: -5px;
bottom: 0;
width: 0;
height: 0;
border-right: 5px solid #E6E6E6;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
}
.link_hash_tag:before {
content: "";
width: 4px;
position: absolute;
height: 4px;
left: -2px;
top: 5px;
background: #151515;
color: #151515;
border-radius: 50%;
z-index: 2;
}
.link_hash_tag:hover {
color: #D8D8D8;
background-color: #2E2E2E;
}
.link_hash_tag:hover:after {
border-right-color: #2E2E2E;
}
.log_link_tag	{
			color: #141414;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



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

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

/*********
폰트적용by지비님
*********/
	.sce {font-family:'Eulyoo1945-SemiBold'; 
	font-size: 24px;
	line-height: 100%;}	
	.sce1 {font-family:'KoreanFrenchTypewriter'; 
	font-size: 32px;
	line-height: 100%;}
	.sce2 {font-family:'Independence_hall'; 
	font-size: 24px;
	line-height: 100%;}
	.sce3 {font-family:'HSBombaram3_Regular'; 
	font-size: 24px;
	line-height: 100%;}
	.sce4 {font-family:'BinggraeSamanco-Bold'; 
	font-size: 32px;
	line-height: 100%;}
	.sce5 {font-family:'LAB디지털'; 
	font-size: 24px;
	line-height: 100%;}
	.sce6 {font-family:'InkLipquid'; 
	font-size: 32px;
	line-height: 100%;}
	.sce7 {font-family:'MaplestoryOTFBold'; 
	font-size: 24px;
	line-height: 100%;}
	.sce8 {font-family:'Chosunilbo_myungjo'; 
	font-size: 24px;
	line-height: 100%;}
	.sce9 {font-family:'HSBombaram3_Thin'; 
	font-size: 24px;
	line-height: 100%;}
	.sce10 {font-family:'Cafe24Oneprettynight'; 
	font-size: 24px;
	line-height: 100%;}
	.sce11 {font-family:'MapoGoldenPier'; 
	font-size: 24px;
	line-height: 100%;}
	.sce12 {font-family:'HeirofLightBold'; 
	font-size: 24px;
	line-height: 100%;}


        

.tippy-box[data-theme~='custom'] 
{ background-color: #fafafa; color: #141414; 	font-family: 'S-CoreDream-3Light';} 



.tippy-box[data-theme~='custom'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color:  #fafafa;
}
.tippy-box[data-theme~='custom'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color:  #fafafa;
}
.tippy-box[data-theme~='custom'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color:  #fafafa;
}
.tippy-box[data-theme~='custom'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color:  #fafafa;
}


.fc .fc-button-primary {
    color:  #4d4d4d;
    color: var(--fc-button-text-color,  #4d4d4d);
  }
.fc .fc-button-primary:hover {
    color: #141414;
    color: var(--fc-button-text-color, #fff);
    background-color:  #4d4d4d;
    background-color: var(--fc-button-hover-bg-color,  #4d4d4d);
  }

  .fc-toolbar-title{
	color: #141414;
}



.fc .fc-view-harness {
    background-color:#f7f7f7;
	border-radius: 15px;
  }
.fc .fc-daygrid-day.fc-day-today {
    background-color: #e6e6e6;
    background-color: var(--fc-today-bg-color,#e6e6e6);
  }

.fc-day{ color:#141414; }  
.fc-day a{ color:#141414;; }

.fc-day-sat  .fc-daygrid-day-number{ color:; }     /* 토요일 */
.fc-day-sun .fc-daygrid-day-number{ color:; }    /* 일요일 */
.fc-day-sat  .fc-col-header-cell-cushion { color:; }     /* 토요일 */
.fc-day-sun .fc-col-header-cell-cushion{ color:; }    /* 일요일 */


.fc-day-sat .fc-list-day-text{ color:; }     /* 토요일 */
.fc-day-sun .fc-list-day-text{ color:; }    /* 일요일 */
.fc-day-sat  .fc-list-day-side-text { color:; }     /* 토요일 */
.fc-day-sun .fc-list-day-side-text{ color:; }    /* 일요일 */

.fc-theme-standard .fc-scrollgrid {
	 /* bootstrap does this. match */
  }

  .fc-theme-standard td,
  .fc-theme-standard th {
  }


  .fc .fc-cell-shaded,
  .fc .fc-day-disabled {
  }




  
.tippy-box[data-theme~='whippy'] 
{ background-color: ; color: ; 	font-family: 'S-CoreDream-3Light';} 

.tippy-box[data-theme~='whippy'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color:  ;
}
.tippy-box[data-theme~='whippy'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color:  ;
}
.tippy-box[data-theme~='whippy'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color:  ;
}
.tippy-box[data-theme~='whippy'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color:  ;
}

span.txt-box 
{
color:#141414; /*박스 안 색깔*/
background-color: #4d4d4d; /*박스 색깔*/
padding: 0px 2px;
}


        

  /* Estilo del thumb para webkit */
  input[type=range]::-webkit-slider-thumb {
    background-color: #4d4d4d;
    width: 10px;
    height: 10px;
    /*border: 1px solid var(--music-base);*/
    border-radius: 100%;
    margin: -3px;
  }
  /* Estilo del thumb para moz */
  input[type=range]::-moz-range-thumb {
    background-color: #4d4d4d;
    width: 10px;
    height: 10px;
    /*border: 1px solid var(--music-base);*/
    border-radius: 100%;
    margin: -3px;
  }
  /* Estilo para el thum para ms */
  input[type=range]::-ms-thumb {
    background-color: #4d4d4d;
    width: 10px;
    height: 10px;
/*    border: 1px solid var(--music-base);*/
    border-radius: 100%;
    margin: -3px;
  }
  /* El estilo del track para webkit */
  input[type=range]::-webkit-slider-runnable-track {
    background: #4d4d4d;
    height: 3px;
    border-radius:2px;
    margin:0px 7px;
    filter: drop-shadow(0px 0px 2px rgba(6, 17, 29, 0.1))
  }