<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* (2024.12.14, 李⑥옱蹂�, Cha Jae Bok, cjbword@gmailcom) */

/* �� 臾몄옄�� �� �섑룊�� (以꾨컮轅덉꽑) */
	#line-with-text {
		display: flex;
	    align-items: center; /* flex-end; center; baseline;*/
		margin-top: 5px;
		margin-bottom: 10px;
	}
/*
	#line-with-text::before {
		content: '';
		flex-grow: 1;
	    height: 1px;
		background-color: #000;
	    margin-right: 10px;
	}
*/
	#line-with-text::after {
		content: '';
	    flex-grow: 10;
		height: 0.5px;
	    background-color: #000;
		margin-left: 10px;
	  }
	#line-with-text span {
		white-space: nowrap;
		font-size:0.7em;
		font-style:italic;
		background-color:yellow;
		color:red;
	  }


/* history_div */
	div#history_div {
		margin : 15px 0 0 20px;
		padding-bottom : 0;
		width : 80%;
		white-space: nowrap;
		overflow:hidden;
/*		text-overflow: ellipsis; */
		overflow-x: auto; 
/*		visibility: hidden; */
	}
	div#history_div::-webkit-scrollbar {
	  height: 7px; /* �ㅽ겕濡ㅻ컮 �믪씠瑜� �뉕쾶 */
	}
	div#history_div::-webkit-scrollbar-thumb {
	  background: gray; /* �ㅽ겕濡ㅻ컮 �됱긽 */
	}
	div#history_div a, div#history_div span {
		display : inline;
		color : gray;
	}
	div#history_div &gt; :first-child {
/*		font-weight : bold; */
		color : orange;
	}</pre></body></html>