body{
    width: 1220px;
    margin: 0 auto;
    background-color: #ffffff;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
}

a:link {text-decoration: none; color: inherit;}
a:visited {text-decoration: none; color: inherit;}
a:active {text-decoration: none; color: inherit;}
a:hover {text-decoration: none; color: inherit;}

input[type=text]{
  border: solid 1px #aaaaaa;
  display: table-cell;
  vertical-align:middle;
  font-size: 1em;
  color: #333333;
  height: 28px;
}

input[type=password]{
  border: solid 1px #aaaaaa;
  display: table-cell;
  vertical-align:middle;
  font-size: 1em;
  color: #333333;
  height: 28px;
}

textarea{
  border: solid 1px #aaaaaa;
  font-size: 1.1em;
  color: #333333;

}

select{
  border: solid 1px #aaaaaa;
  font-size: 1em;
  color: #333333;

}

.toparea{
    height: 193px;
    background-color: #ffffff;
}

.middlearea{
    display: flex;
}

.leftarea{
    width: 200px;
    margin-right: 20px;
    background-color: #ffff;
    text-align: right;
}

.mainarea{
    width:1000px;
    background-color: #ffffff;
}

.bottomarea{
    height: 100px;
    margin-top: 10px;
    background-color: #ffffff;
}

.topmenu{
    height: 60px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}

.page_title{
    background-color: #fff7f0;
    padding: 20px;
    font-weight: 600;
    color: #775555;
}

.main_container{
    padding: 20px 0px 20px 20px;
    width: 97%;
}

.button{
    border: solid 0px #ffffff;
    border-radius: 5px;
    padding: 16px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    font-size: 1em;
    font-weight: 500;
    color: white;
    background-color: #14AFB7;
}

.button:hover{
  transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.25);    
}

.type1.button{
  background-color: #14AFB7;    
}

.type2.button{
  background-color: #14B76E;    
}

.input_line{
  width: 100%;
  border-bottom: solid 1px #dddddd;
  padding-top: 14px;
  padding-bottom: 14px;
}

.input_title{
  width: 180px; 
  text-align: right;
  margin-right: 30px;
  float: left;
  margin-top: 4px;
}

.input_content{
  display: table;
}

/* 엣지에서 갑자기 <input 및 <select button 이후 개행이 일어나서 제미나이 협력으로 추가 */
.input_content input, .input_content select, .input_content button {
    display: inline-block !important; /* 인라인 블록 속성 유지 */
    vertical-align: middle;          /* 세로 정렬 맞춤 */
}

td input, td select, td img, td button {
    display: inline-block !important;
    vertical-align: middle;          /* 세로 정렬 맞춤 */
    float: none !important; /* 혹시 모를 float 간섭 제거 */
}
/* 추가 끝 */

.plain_content{
  display: table;
  margin-top: 2px;
  line-height: 24px;
}

.input_helptext{
  color: #aa5555;
  display: table-cell;
  vertical-align:middle;
  padding-left: 20px;
}

.input_br_helptext{
  color: #aa5555;
  margin-top: 20px;
  line-height: 24px;
}

.input_check_button{
  height: 28px;
  border: solid 1px #aaaaaa;
  border-radius: 6px;
  display: table-cell;
  vertical-align:middle;
}

.input_check_button:hover{
  transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.25);    
}

.image_upload_blank_icon{  
  border: solid 1px #cccccc;
  max-width: 100px;
  max-height: 66px;
  vertical-align: bottom;
}

.image_upload_container{
  margin-bottom: 20px;
}

.login_window{
  border: solid 2px #e0e0e0;
  background-color: #f7f7f7;
  width: 197px;
  margin-bottom: 10px;
}

.login_button{
  width:60px;
  height: 60px;
  border: solid 1px #a0a0a0;
  border-radius: 6px;
  margin-left: 4px;
}

.logout_button{
  width:68px;
  height: 26px;
  border: solid 1px #a0a0a0;
  border-radius: 6px;
  margin-left: 4px;
}

.menu_star{
  color: red;
}

.my_menu{
  margin: 10px 12px 10px 10px;
  text-align: right;
  color: #224499;
  line-height: 22px;
}

.my_list_wrap_line{
  width:100%;
  height:2px;
  background-color:#e0e0e0;
}

.my_list_top{
  background-color:#f7f7ff;
  height:45px;
  color: #3333aa;
}

.employ_list_top{
  background-color:#f7ffff;
  height:42px;
  color: #3333aa;
}

.margin_category_icon{
  vertical-align: bottom;
}

.list_title{
  font-size: 1.3em;
  font-weight: bold;
  vertical-align: middle;
}

.power_box{
  width: 100%;
  background-color: #f7f7f7;
  padding: 20px 0px 20px 0px ;
}

.power_title{
  font-size: 1.1em;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 16px;
}

.power_banner{
  border: solid 1px #e7e7e7;
}

.search_form_record{
  height: 48px;
}

.search_form_title{
  padding-left: 20px;
  padding-right: 20px;
}

.topmenu_text{
  color: white;
  font-size: 1.1em;
}

.id_menu{
  width: 70px;
  height: 70px;
  background-color: #f0f0f0;
  color: #333333;
  line-height: 26px;
  padding: 10px 10px 10px 10px;
  position: absolute;
  z-index: 1000;
}

