@charset "utf-8";
/* SIR 지운아빠 */

@font-face {
    font-family: 'RoundedFixedsys';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/DungGeunMo.woff') format('woff');
    font-display: swap;
}

/* 새글 스킨 (latest) */
.main_lt {
    font-family: RoundedFixedsys;
}
/* 컬러 설정 */
.main_lt_mas {
	background: rgb(0,0,0,.5);
    box-shadow: inset 0 0 0 1px #0000ff;
}

.main_lt_mas:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.35);
    /*
	color: var(--mainskin-base);
	background: var(--mainskin-point);
    */
}

/*
.main_lt_mas:hover .material-icons {
	color: var(--mainskin-base);
}
.main_lt_mas:hover .main_lt_ma {
	color: var(--mainskin-base);
}
.main_lt_ma {
	color: var(--mainskin-text);
}
.main_lt_ma .material-icons {
	color: var(--mainskin-point);
}
*/

/* 메인 최신글 스킨 (다른 스킨 이용 시엔 skin>latest>해당 스킨 부분을 수정해주세요) */

.main_lt {
  width: 100%;
}
.main_lt_title {
    font-size: 16px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    height: 22px;
}
.main_lt ul {
    height: 130px;
    position: sticky;
    top: 22px;
    left: 0;
    overflow-y: auto;
}
.main_lt_ma {
    position: absolute; 
    top: 0; 
    left: 6px; 
    height: 100%;
    display: flex; 
}
.main_lt_mas:not(:first-child) {
  margin-top: 5px;
}
.main_lt_mas {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: fit-content;
  position: relative;
  transition-duration: 0s;
  left: 0px;
  padding: 0px 10px;
}
.main_lt_mas a {
    cursor: pointer !important;
}
.main_lt_ma li {
  display: flex;
  font-size: 12px !important;
  align-items: center;
}
.main_lt_ma img {
    margin-right: 5px;
}
.main_lt_name {
    opacity: 1;
    
    /* 💥 이 블록을 전체적으로 확인하고 수정하세요 */
    text-align: left; 
    padding: 2px 10px 2px 50%; 
    flex-grow: 1; 
    flex-shrink: 1; 
    max-width: calc(100% - 250px); 
}

.main_lt_time {
    white-space: nowrap;  /* 글자가 길어도 절대 줄바꿈 하지 않음 */
}

.main_lt_mas:hover {
    left: 0px;
}
.main_lt_mas:hover .main_lt_name {
    opacity: 1;
}
.main_lt_ma .material-icons {
  font-size: 12px;
  margin: 0px 4px;
}