html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-image: url("../images/bg.png") !important;
    background-position: center center;
    background-repeat: repeat;
}

.mbskin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    overflow: hidden;
    font-size: 1.0rem;
    box-shadow: 3px 3px 7px 1px #bbb;
    -moz-box-shadow: 3px 3px 7px 1px #bbb;
    -webkit-box-shadow: 3px 3px 7px 1px #bbb;
}

    .mbskin h1 {
        margin: 0 50px 20px;
        font-size: 2.0em;
        text-align: center;
        padding: 30px 0 20px;
        border-bottom: 1px solid #333;
        letter-spacing: -1px;
        font-weight: 700;
    }

    .mbskin .login_fs {
        padding: 10px 50px 40px;
    }

.login_fs .login_id,
.login_fs .login_pw,
.login_fs .login_label {
    color: #333;
    margin-bottom: 5px;
    display: inline-block;
    font-size:14px;
}

.mbskin .login_fs .frm_input {
    display: block;
    color: #333;
    width: 100%;
    background-color: #f5f5f5 !important;
    border: 1px solid #ddd;
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
    margin-bottom: 10px;
    padding: 0;
    outline: none
}

.required, textarea.required {
    background: url(../img/wrest.gif) #f7f7f7 top right no-repeat !important;
}

.btn_submit {
    width: 60px;
    height: 50px;
    background: #49BAEB;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #1C4658;
    border-bottom: 3px solid #296984;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 5px 0;
    color: #fff;
    cursor:pointer;
}

.mbskin .btn_confirm {
    width: 100%;
    background: #f5f9fa;
    padding: 30px 0;
    margin: 0;
    font-size: 1em;
    text-align: center
}

    .mbskin .btn_confirm a {
        text-decoration: none;
        color: #3c95d5;
        padding-right: 10px;
        display: inline-block;
        font-size:14px;
    }

.txt {text-align:center;
      font-size:14px;
      display:block;
}
/*¹ÝÀÀÇü¼Ò½º*/
@media all and (max-width:768px) {
    .mbskin {
        width: 70%;
    }

        .mbskin h1 {
            font-size: 1.5em;
        }

    #pw_confirm {
        width: 90%
    }

        #pw_confirm fieldset label {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 15px;
        }

    .mbskin .login_fs .frm_input {

        margin: 5px auto 15px;
    }

    .btn_submit {
 
        line-height: 40px;
        height: 40px;
    }
}

@media all and (max-width:450px) {


    .mbskin {
        font-size: 1em;
    }

        .mbskin .tbl_frm01 th {
            width: 25%;
        }

    .mbskin {
        width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

        .mbskin h1 {
            font-size: 1.5em;
            margin: auto 30px;
        }

        .mbskin .login_fs,
        .mbskin .login_info {
            padding: 20px 30px;
        }

    .mb_confirm {
        width: 90%;
        margin: 0 auto;
    }

    .frm_input {
        width: 80%;
    }
}
