




body,
.txt-default	{ color: #E7EAED; }
a,
.txt-point	{ color: #b69c7e; }


@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: #090909;
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
			background-color: #090909;
		}

	#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: 100px; }
#header	{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	width: 100px;
	
}
#logo	{
	padding:20px 0;
	text-align: center;
}
#gnb #no_design_gnb li	{ 
	display:block;
	margin-bottom: 100px;
	text-align:center;
}

#footer{margin-left:100px;}


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

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



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

@media all and (max-width: 1000px) {
	html			{
			background-image: none;
			background-color: #262626;
			background-position: center center;
			background-size: cover;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: #1d1d1d; }
*::-webkit-scrollbar-thumb			{ background: #b69c7e; }

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

::selection			{ color:#1d1d1d; }
::-moz-selection	{ color:#1d1d1d; }
::-webkit-selection	{ color:#1d1d1d; }


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


.ui-btn	{
	color:			#E7EAED;
	background:		#090909;
	border-color:	#3a5749;
}
.ui-btn:hover	{
	color:			#E7EAED;
	background:		#090909;
	border-color:	#3a5749;
}

.ui-btn.point			{
	color:			#3a5749;
	background:		#b69c7e;
	border-color:	#3a5749;
}
.ui-btn.point:hover		{
	color:			#3a5749;
	background:		#b69c7e;
	border-color:	#3a5749;
}

.ui-btn.etc			{
	color:			#3a5749;
	background:		#090909;
	border-color:	#3a5749;
}
.ui-btn.etc:hover	{
	color:			#3a5749;
	background:		#090909;
	border-color:	#3a5749;
}


.pg_wrap .pg_page	{
	color:			#E7EAED;
	background:		#090909;
	border-color:	#3a5749;
}
.pg_wrap .pg_page:hover	{
	color:			#E7EAED;
	background:		#090909;
	border-color:	#3a5749;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#3a5749;
	background:		#b69c7e;
	border-color:	#3a5749;
}




.bar-equalizer i	{
	background: #3a5749;
	-webkit-box-shadow: 0px 0px 3px 0px #090909;
	-moz-box-shadow: 0px 0px 3px 0px #090909;
	box-shadow: 0px 0px 3px 0px #090909;
}
 


hr.line	{
	background: #b69c7e;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#3a5749;
	background:		#E7EAED;
	border-color:	#D6DADE;
}

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

 
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #E7EAED !important;
  color: #3a5749;
}
 

.theme-box	{
	background-color: #E4E6E9;
	color: #090909;
 
}
.theme-box.no-link a	{
	color: #090909;
}
 

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

#load_log_board	{
			background-color: #090909;
	}

.board-notice	{
			background-color: rgba(0, 0, 0, .0);
			color: #ffffff;
			border-top-color:		#3a5749;
		border-top-style:		solid;
		border-top-width: 1px;
			border-bottom-color:		#3a5749;
		border-bottom-style:		solid;
		border-bottom-width: 1px;
			border-left-color:		#3a5749;
		border-left-style:		solid;
		border-left-width: 1px;
			border-right-color:		#3a5749;
		border-right-style:		solid;
		border-right-width: 1px;
	}

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

#log_list .item .item-inner .ui-pic		{
			background-color: #090909;
	}


#log_list .item .item-inner .item-comment		{
			background-color: #E4E6E9;
			color: #3a5749;
			border-top-color:		#3a5749;
		border-top-style:		solid;
		border-top-width: 1px;
			border-bottom-color:		#3a5749;
		border-bottom-style:		solid;
		border-bottom-width: 1px;
			border-left-color:		#3a5749;
		border-left-style:		solid;
		border-left-width: 1px;
			border-right-color:		#3a5749;
		border-right-style:		solid;
		border-right-width: 1px;
				margin-bottom: 10px !important;
	}

#log_list .item .item-inner .item-comment.parent,
#log_list .item .item-inner .item-comment.item-reply {
 
		border-top-style:dotted; 
	 
		border-bottom-style:dotted; 
	 
		border-left-style:dotted; 
	 
		border-right-style:dotted; 
	 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: #3a5749;
	}

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

#log_list .item .item-inner .co-footer .date	{
			color: #3a5749;
				font-size: 9px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #3a5749;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #50738C;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #3a5749;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



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


/* 발언 등급표 */
.word_grade {
  display: inline;
  color: black;
  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;
}
.word_grade.B {
  background:#9ce9e9;
}
.word_grade.C {
  background:#9ca1e9;
}
.word_grade.D {
  background: #e09ce9;
}
.word_grade.E {
  background: #e99cba;
}
.word_grade.F {
  background: #e04949;
}

[class*="hint--"] {
  display: inline !important;
}

[class*="hint--"]:after {
max-width: 200px !important;
width: max-content !important;
white-space: unset !important;
}

/* 아래는 로드비 코멘트에서 말풍선이 가려져 넣었지만 다른 문제를 일으킨다면 빼주세요! 스크롤이 생기는 로드비 스킨의 경우엔 이 설정 탓에 목록에 오류가 발생할 수 있어요~! 
#log_list .item-comment-box,
#log_list .item .ui-comment {
  overflow: unset !important;
}
*/

/* 폰트 */
@font-face {
    font-family: 'RIDIBatang';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareNeoLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoExtraBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoHeavy';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoVariable';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.ttf) format("truetype");
}

@font-face {
    font-family: 'prologue';
    src: url('../font/prologue.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'signerica';
    src: url('../font/SIGNERICA_MEDIUM.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@import url("https://cdn.jsdelivr.net/npm/galmuri/dist/galmuri.css");
img.emoji { 
    width: 13px; 
    vertical-align: top; 
    padding: 3px 0.5px;
    pointer-events: none;  
}

@font-face {
    font-family: 'Gyeonggi_Batang_Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Batang_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'MaruBuriSemiBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: 'MaruBuriBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'MaruBuriLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.ttf) format("truetype");
}

@font-face {
    font-family: 'MaruBuriExtraLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.ttf) format("truetype");
}

@font-face {
    font-family: 'Mabinogi Classic';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/MabinogiClassic/MabinogiClassic.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/MabinogiClassic/MabinogiClassic.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/MabinogiClassic/MabinogiClassic.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/MabinogiClassic/MabinogiClassic.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@900&display=swap');

@font-face {
    font-family: 'NanumBarunpen';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumBarunpen.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ownglyph_corncorn-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2412-1@1.0/Ownglyph_corncorn-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-1Thin';
    src: url('https://tistory1.daumcdn.net/tistory/5193653/skin/images/Paperlogy-1Thin.woff2') format('woff2');
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-2ExtraLight';
    src: url('https://tistory1.daumcdn.net/tistory/5193653/skin/images/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-3Light';
    src: url('https://tistory1.daumcdn.net/tistory/5193653/skin/images/Paperlogy-3Light.woff2') format('woff2');
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-4Regular';
    src: url('https://tistory1.daumcdn.net/tistory/5193653/skin/images/Paperlogy-4Regular.woff2') format('woff2');
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-5Medium';
    src: url('https://tistory1.daumcdn.net/tistory/5193653/skin/images/Paperlogy-5Medium.woff2') format('woff2');
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-6SemiBold';
    src: url('https://tistory1.daumcdn.net/tistory/5193653/skin/images/Paperlogy-6SemiBold.woff2') format('woff2');
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-7Bold';
    src: url('https://tistory1.daumcdn.net/tistory/5193653/skin/images/Paperlogy-7Bold.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy-8ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-9Black';
    src: url('https://tistory1.daumcdn.net/tistory/5193653/skin/images/Paperlogy-9Black.woff2') format('woff2');
    font-style: normal;
}

@font-face {
  font-family: 'KoPub Batang';
  font-style: normal;
  font-weight: 300;
  src: url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubBatang-Light.eot);
  src: url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubBatang-Light.eot?#iefix) format('embedded-opentype'),
       url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubBatang-Light.woff) format('woff'),
       url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubBatang-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'KoPub Batang';
  font-style: normal;
  font-weight: 400;
  src: url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubBatang-Medium.eot);
  src: url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubBatang-Medium.eot?#iefix) format('embedded-opentype'),
       url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubBatang-Medium.woff) format('woff'),
       url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubBatang-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'KoPub Batang';
  font-style: normal;
  font-weight: 700;
  src: url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubBatang-Bold.eot);
  src: url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubBatang-Bold.eot?#iefix) format('embedded-opentype'),
       url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubBatang-Bold.woff) format('woff'),
       url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubBatang-Bold.ttf) format('truetype');
}