@import url('https://cdn.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css');

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'HancomSans-Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2406-1@1.0/HancomSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: '양진체';
    src: url('https://fastly.jsdelivr.net/gh/supernovice-lab/font@0.9/yangjin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
     font-family: 'DungGeunMo';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/DungGeunMo.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
    font-family: 'DOSGothic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/DOSGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CoolGuy-Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2403@1.0/CoolGuy-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GrandifloraOne-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_JAMO@1.0/GrandifloraOne-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PyeongChangPeace-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/PyeongChangPeace-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Cafe24ClassicType-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Cafe24ClassicType-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFStardust';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/PFStardust.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}





body,
.txt-default	{ color: #191919; }
a,
.txt-point	{ color: #ffea9d; }


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

	#header			{
		}

	#gnb_wrapper				{
			background-color: #451f04;
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
			background-color: #fff8e6;
		}

	#gnb_control_box	{
		display: block;
	}
}

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


#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: 0px;
	
}
#logo	{
	padding:20px 0;
	text-align: center;
}
#gnb #no_design_gnb li	{ 
	display:block;
	margin-bottom: 70pxpx;
	text-align:center;
}

#footer{margin-left:0px;}


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

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



@media all and (min-width: 1001px) { 
	html			{
			background-image: url('https://totheb612.com:443/data/site/design_background.png');
			background-color: #fafafa;
			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: #fafafa;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: #f6f7ee; }
*::-webkit-scrollbar-thumb			{ background: #ffea9d; }

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

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


.highlight {
	display:inline-block;
	padding:1px 5px;
	margin-right:3px;
	margin-bottom:5px;
	line-height:18px;
    border-radius: 5px;
			color:#f6f7ee; 
				background:#ffea9d;
	}


.ui-btn	{
	color:			#191919;
	background:		#ffffff;
	border-color:	#eeeeee;
}
.ui-btn:hover	{
	color:			#191919;
	background:		#eeeeee;
	border-color:	#eeeeee;
}

.ui-btn.point			{
	color:			#191919;
	background:		#fff8e6;
	border-color:	#FBEFD1;
}
.ui-btn.point:hover		{
	color:			#191919;
	background:		#ffe1b3;
	border-color:	#ffe1b3;
}

.ui-btn.etc			{
	color:			#191919;
	background:		#51ffcd;
	border-color:	#14FBB8;
}
.ui-btn.etc:hover	{
	color:			#191919;
	background:		#14FBB8;
	border-color:	#14FBB8;
}


.pg_wrap .pg_page	{
	color:			#191919;
	background:		#ffffff;
	border-color:	#eeeeee;
}
.pg_wrap .pg_page:hover	{
	color:			#191919;
	background:		#eeeeee;
	border-color:	#eeeeee;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#191919;
	background:		#fff8e6;
	border-color:	#FBEFD1;
}




.bar-equalizer i	{
	background: #fff8e6;
	-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: #ffea9d;
}




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

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

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

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

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

#load_log_board	{
	}

.board-notice	{
			background-color: #ffffff;
			color: #191919;
			border-top-color:		#eaeaea;
		border-top-style:		solid;
		border-top-width: 1pxpx;
			border-bottom-color:		#eaeaea;
		border-bottom-style:		solid;
		border-bottom-width: 1pxpx;
			border-left-color:		#eaeaea;
		border-left-style:		solid;
		border-left-width: 1pxpx;
			border-right-color:		#eaeaea;
		border-right-style:		solid;
		border-right-width: 1pxpx;
	}

#log_list	{
	}
#log_list .item		{
	
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: #fafafa;
			color: #191919;
				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: #191919;
				font-size: 12px;
	}

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



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


/**** 프리즘 효과 ****/

/* 전경 레이어 */
.background-effect-prism {
         width: 100vw; 
         height: 100vh; 
         position:fixed; 
         top:0;
         left:0;
         pointer-events:none;
      z-index: 2;
      }
      
/* 원경 레이어 */
.background-effect-prism-back {
         width: 100vw; 
         height: 100vh; 
         position:fixed; 
         top:0;
         left:0;
         pointer-events:none;
      z-index: 0;
      }
/* 파티클 */
    .particle {
      position: absolute;
      width: 50px;
      height: 50px;
      display: block;
      border-radius: 100%;
      opacity: 0;
      animation-iteration-count: infinite;
      box-shadow: 10px -5px 3px rgba(255,255,255,0.2);
    }

    @keyframes spark1 {
      0% {opacity: 0;}
      30% {opacity: 1;}
      31% {opacity: 0;}
      32% {opacity: 1;}
      33% {opacity: 0;}
      34% {opacity: 1;}
      35% {opacity: 0;}
      70% {opacity: 1;}
      71% {opacity: 0;}
      90% {opacity: 1;}
      100% {opacity: 0;}
    }

    @keyframes spark2 {
      0% {opacity: 0;}
      70% {opacity: 1;}
      71% {opacity: 0;}
      90% {opacity: 1;}
      100% {opacity: 0;}
    }

    @keyframes sparkmove1 {
      0% {
        translate: -0px 0px;
      filter: blur(4px);}
      100% {translate: -900px 1200px;
      filter: blur(6px);}
    }

    @keyframes sparkmove2 {
      0% {
        translate: 0px 0px;
      filter: blur(1px);}
      100% {translate: -600px 800px;
      filter: blur(3px);}
    }

    /* 전경 */

    .background-effect-prism .particle:nth-child(n) {
      animation-name: spark1, sparkmove1;
      animation-duration: 20s;
      scale:200%;
    }
    .distance1-p {
    }

    .distance2-p {
    }

    /* 원경 */
 .background-effect-prism-back .particle:nth-child(n) {
      animation-name: spark2, sparkmove2;
      animation-duration: 40s;
      scale: 100%;
    }

/**** -프리즘 효과 ****/