body {
    font-family:Arial;
    font-size:12px;
    background:#fff;
    font-family:NanumGothic,"나눔고딕",ng,sans-serif;
}


#page{
    width:1400px;
    min-height:700px;
    margin:0 auto;
    position:relative;
    padding-top:1px;
    background:url(/img/fmc/intro_bk4.png) no-repeat -30px -105px;
}

#main_contain{
    height:575px;
    margin:90px auto;
    position:relative;
    width:1300px;


}
#main_slide{
    position:absolute;
    width:500px;
    height:100%;
    margin-left:160px;
    margin-top:10px;
    float:left;

}
#main_slide img {
    visibility:hidden; /* hide images until carousel can handle them */
    cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}
.main_login{
    width:350px;
    height:295px;
    margin-top:145px;
    /* border:1px #000 solid; */
    float:left;
    background:#fff;
    padding-top:42px;
    padding-left:41px;
    /* border:1px #e2e2e2 solid; */

}

.login_title{
    width:306px;
}
.login_input{
    float: left;
    width:306px;
    margin-top:0px;

}
.login_input input{
    width:280px;
    height:31px;
    border:1px #b9babd solid;
    margin-top:5px;
    padding:1px 0 2px 25px;
}
.login_chk_id{
    float: left;
    width:306px;
    text-align:right;
    line-height: 20px;
    margin-top:5px;
    margin-bottom:10px;
    vertical-align:middle;
}
.loginBtn {
    float: left;
    height: 41px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    /*background: linear-gradient( to bottom, #DE9164, #e6a842 );*/
    /*background: linear-gradient( to top, #86b625 , #aadb34 );*/
    background-color: #0033a0;
    /* background-image: linear-gradient(to bottom, #86b625, #aadb34); */
    border: 1px #0033a0 solid;
    cursor: pointer;
    font-weight:bold;
    padding:0 0px 0px 0px;
    line-height: 38px;
    letter-spacing:0px;
    margin-right:10px;
    width:304px;

}
.loginBtn:hover {
    float: left;
    height: 41px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    /*background: linear-gradient( to bottom, #DE9164, #e6a842 );*/
    /* background: linear-gradient( to top, #204e83, #5c86b5 ); */
    background-color: #0033a0;
    /* background-image: linear-gradient(to bottom, #204e83, #5c86b5); */
    border: 1px #0033a0 solid;
    cursor: pointer;
    font-weight:bold;
    padding:0 0px 0px 0px;
    line-height:38px;
    letter-spacing:0px;
    margin-right:10px;
    width:304px;
}
.login_search{
    float: left;
    width:304px;
    text-align:right;

    margin-top:15px;

}
.main_copy{
    width:1055px;
    height:25px;
    margin-top:15px;
    float:left;
    text-align:right;
}
.checkbox_align {
    margin:-4px 7px 0 0;
    vertical-align:middle;
}