/* 상단 background 속성의 오타(#transparent)도 투명하게 잘 적용되도록 수정했습니다. */
.newest_document3_default_normal { -webkit-border-radius: 10px; overflow:hidden; position:relative; width:100%; background:transparent top left repeat-x; padding-bottom:0px;}
.newest_document3_default_normal .bottom_mid {  position:relative; background:url(../images/white/bottom_mid.png) 0 100% repeat-x; }
.newest_document3_default_normal .box_mid_left { position:relative; background:url(../images/white/box_mid_dot.png) left repeat-y;}
.newest_document3_default_normal .box_mid_right { position:relative; background:url(../images/white/box_mid_dot.png) top right repeat-y;}
.newest_document3_default_normal .bottom_left { position:relative; background:url(../images/white/bottom_left.png) 0 100% no-repeat; }
.newest_document3_default_normal .bottom_right {position:relative; background:url(../images/white/bottom_right.png) 100% 100% no-repeat;}

.newest_document3_default_normal .newest_document3_default_box {
    /* border: 1px solid #B8CEED;  */
    -webkit-border-radius: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden; 
    margin: 5px 5px 5px 0px;
}

.title_box2 { border-bottom: 1px solid #CAD9E8;}

.newest_document3_default_normal .newest_document3_default_box .title_box2 {
    font-weight:bold; 
    float: none;
    box-sizing: border-box;
    background-color: #f4f7fc;
    color: #41538f;
    font-size: 12px;
    text-align: left;
    padding: 8px 12px;
    -webkit-border-radius: 10px;
}

.newest_document3_default_normal .newest_document3_default_box .title_box2 .more A {
    position:absolute; top:6px; right:9px; 
    color:#666; 
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
}

.newest_document3_default_normal .newest_document3_default_box .document_box2 {
    padding:0px 6px 0px 6px;
    clear:both;
    border-bottom:0px solid #555555;
    height:20px;
    margin:0px 0px 4px 0px;
    overflow:hidden;
}

.newest_document3_default_normal .newest_document3_default_box .document2 {
    padding: 0 5px 0 4px;
    background: url() no-repeat left;
    float: left;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-evenly;
    align-items: baseline;
}

/* 1. 기본 글자색 어두운 회색으로 변경 및 밑줄 제거 (파란색 방지) */
.newest_document3_default_normal .newest_document3_default_box .document2 A {
    text-decoration:none;
    color: #333333; 
    padding: 0px 4px 0px 5px;
    line-height: 2;
    font-family: -apple-system, BlinkMacSystemFont, malgun gothic, 맑은 고딕, helvetica, apple sd gothic neo, sans-serif; 
}

/* 2. 마우스 오버 시 밑줄 제거 및 색상 살짝 진하게 */
.newest_document3_default_normal .newest_document3_default_box .document2 A:hover {
    text-decoration:none;
    color: #000000;
    line-height: 2;
}

/* 3. 방문했던 링크 색상 지정 (UX 개선) */
.newest_document3_default_normal .newest_document3_default_box .document2 A:visited {
    color: #555555;
}

/* 4. 댓글 오타(nomal -> normal) 수정 및 충돌하던 색상 코드 정리 */
.newest_document3_default_normal .newest_document3_default_box .document2 .comment A {
    font-size:12px; 
    font-weight:normal;
    color:#EC0047;
    padding:0px;
    font-family: -apple-system, BlinkMacSystemFont, malgun gothic, 맑은 고딕, helvetica, apple sd gothic neo, sans-serif;
    letter-spacing:-1px;
}

.newest_document3_default_normal .newest_document3_default_box .document2 .writer {
    color:#555555;
}

.newest_document3_default_normal .newest_document3_default_box .regdate {
    color:#555555;
    font-size:12pt;
    float:right;
    white-space:nowrap;
}

.newest_document3_default_normal .left-corner{ position:relative; background:url(../images/white/tb_left.png) top left no-repeat;    }   
.newest_document3_default_normal .right-corner{ background:url(../images/white/tb_right.png) top right no-repeat; padding: 6px; }