﻿/* ======================== */

#Fds제목칸 { width: 850px; }
  #Lgd제목줄   { font-size: 30pt; font-weight: bold; font-family: HY나무L;  color: Maroon; letter-spacing: 0px; }

#Fds로그인   { width: 400px; border-radius: 9px; line-height: 175%; padding: 10px 5px 10px 5px; background-color: #EEE; }
  #Lbl사용자 { border: dashed 1px gray; }
  #Inp사용자 { letter-spacing: 1px; }
  #Btn로그인 { height: 42px; width: 60px; cursor: pointer; margin-left: 7px;}

.Login_emerald { z-index: 1; position:relative; width: 100%; height: 100%;
               border: solid 0px red; border-radius:5px;
              
               background-image: url('/images/emerald-3.jpg') ;
               background-position: left center;
               background-origin: content-box;
               background-size: cover;
               background-repeat: no-repeat;
              /*opacity: 0.2!important; filter:alpha(opacity=10);*/
            }

#Fds공지사항   { float: left; width: 400px; height: 500px; border-radius: 9px; line-height: 175%; 
                padding: 10px 5px 10px 5px; background-color: #EEE; opacity: 0.5; 

}

#Lgd공지사항   { font-size: large; font-weight: bold; color: #0A6ACD; }
  #Div공지사항 { width: 100%; background-color: #EEE; }
  #Div공지사항 tr { height: 24px; }

/* ======================== */