@charset "utf-8";

.siteimg img { width: 100%; }

.siteimg ul {list-style: none; padding: 0px;}
.siteimg li {position:relative; padding-bottom: 5px;}

/* 떠다니는 메뉴 우측(Floating Menu) */
#floatdiv {
    position:absolute; _position:absolute; _z-index:-1;
    width:235px; /* 가로폭 조절*/
    overflow:hidden;
    right:50%;
    top:162px; /* 이미지 높이 조절 */
    background-color: transparent;
    margin-right: -860px; /* 우측 여백 조절 */
    padding:0;
}
#floatdivleft {
    position:absolute; _position:absolute; _z-index:-1;
    width:160px; /* 가로폭 조절*/
    overflow:hidden;
    right:50%;
    top:162px; /* 이미지 높이 조절 */
    background-color: transparent;
    margin-left: 0px; /* 우측 여백 조절 */
    margin-right: 605px;
}

.widget-div-box { margin-bottom: 5px; }
.side-subject {  text-align: center; background: #29a0d8; color: white; padding: 10px; }
.side-img-box { width: 150px; height: 300px; background: #252728; margin-bottom: 10px; color: white; text-align: center; padding: 140px 0px; color: white; font-size: 18px; font-weight: bold; }
.side-more {  overflow: hidden; padding: 6px; background-color: #525252; text-align: center; color: #999; line-height: 22px; }
.side-more:hover { background-color: #000000; }
#floatdiv a:hover { color: white; }