﻿@charset "utf-8";
/********************************************************************
Covision UXD team
  - Name : 노수진
  - Deta : 2016.10.06
 ********************************************************************/


@font-face {
   font-family: 'RixGoM';
   src: url('RixSGoM.eot');
   src: url('RixSGoM.eot?#iefix') format('embedded-opentype'),
        url('RixSGoM.woff') format('woff'),
        url('RixSGoM.ttf') format('truetype'),
        url('RixSGoM.svgz') format('svgz'),
        url('RixSGoM.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
   font-family: 'RixGoL';
   src: url('RixSGoL.eot');
   src: url('RixSGoL.eot?#iefix') format('embedded-opentype'),
        url('RixSGoL.woff') format('woff'),
        url('RixSGoL.ttf') format('truetype'),
        url('RixSGoL.svgz') format('svgz'),
        url('RixSGoL.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
   font-family: 'RixGoB';
   src: url('RixSGoB.eot');
   src: url('RixSGoB.eot?#iefix') format('embedded-opentype'),
        url('RixSGoB.woff') format('woff'),
        url('RixSGoB.ttf') format('truetype'),
        url('RixSGoB.svgz') format('svgz'),
        url('RixSGoB.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}


html,body{width:100%; height:100%; margin:0; padding:0;} 
form {height:100%;}
ul li{list-style:none;}
table th td{ border-collapse:collapse;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button {margin:0;padding:0;}


/* 로그인 */
.bpms_log_bgcolor{ width:100%; height:100%;; background-color:#4d4344;}
.bpms_log_img{ width:100%; height:100%; background:url(../images/login/bpms_bg_login.png) no-repeat right top;  float:right;}
.bpms_logbox_bg{ width:494px; height:567px; background:url(../images/login/bpms_loginbox2.png) no-repeat; margin:0 auto; position: absolute; top:50%; left:50%; margin-left:-242px; margin-top:-270px;}
.bpms_logbox{ position:absolute; top:165px; left:46px;}
.bpms_logbox input{ width:378px; height:38px; border:1px solid #d9d9d9; margin-top:10px; padding-left:10px;font-family:'RixGoM'; font-size:13px; font-weight:bold; }
.bpms_logbtn{ width:400px; height:57px; background:url(../images/login/bpmp_btn_login.png) no-repeat;  display:block; margin-top:18px;}
.bpms_btn_join{ width:61px; height:30px; background:url(../images/login/btn_join.png) no-repeat; display:block; margin-top:7px; float:left;}
.bpms_btn_manager{ width:71px; height:30px; background:url(../images/login/btn_manager.png) no-repeat; display:block; margin-top:7px; float:left; margin-left:6px;}