html{
    /*overflow-y: scroll;*/
}

html, body {
    margin: 0px;
    font-size: 12px;
    -webkit-text-size-adjust: none;
    font-family: 굴림, 돋음, Dotum, Arial, Helvetica, sans-serif;
    background-color: #f0f3f6;
    color: #626262;
    position: relative;
    /*background-image: url('/img/Site_Bg.jpg?ver=201910111823');
    background-position: top center;
    background-repeat: no-repeat;*/
}

table, th, td {
    font-size: 12px;
    font-family: 굴림, 돋음, Dotum, Arial, Helvetica, sans-serif;
}

a {
    color: #c5c5c5;
    text-decoration: none;
}

    a:hover {
        color: #ff6a00;
        text-decoration: none;
    }

            a:focus {
                color: #c5c5c5;
                text-decoration: none;
            }

            a:hover {
                color: #c5c5c5;
                text-decoration: none;
            }

#div_Block_Layer {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    background-color: #000;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
}

#img_Loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -180px;
    z-index: 500;
    width: 360px;
}

#div_Block_Layer_2 {
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
    background-color: #000;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    display: none;
}

#div_Content_Box {
    position: relative;
    top: 0px;
    margin: 0px auto;
    width: 100%;
}

#div_Default_Frm {
    position: relative;
    top: 0px;
    margin: 0px auto;
    width: 480px;
    height: 689px;
    background-image: url('/img/login_frm_mca.jpg?ver=201910111823');
    background-repeat: no-repeat;
}

    #div_Default_Frm label {
        position: absolute;
        width: 290px;
        height: 44px;
        left: 95px;
        padding: 7px 10px 0px 58px;
    }

    #div_Default_Frm div {
        position: absolute;
    }

#lb_Log_id_1 {
    top: 314px;
}

#txt_Log_id, #txt_Log_Pass {
    width: 100%;
    border: 0px;
    background-color: transparent;
    color: #626262;
}

.txt_Log_id_1 {
    /*top: 267px;
    left: 163px;*/
}

#lb_Log_Pass_1 {
    top: 368px;
}

.txt_Log_Pass_1 {
    /*top: 311px;
    left: 163px;*/
}

.div_Login_1 {
    top: 432px;
    width: 144px;
    height: 60px;
    cursor: pointer;
    left: 95px;
}

.div_Join {
    top: 432px;
    width: 144px;
    height: 60px;
    cursor: pointer;
    left: 241px;
}

#div_Log_Frm {
    position: relative;
    top: 0px;
    margin: auto;
    width: 480px;
    height: 689px;
    background-image: url('/img/login_frm_mca_2.jpg?ver=201910111823');
    overflow: hidden;
}

    #div_Log_Frm > label {
        position: absolute;
        width: 290px;
        height: 44px;
        left: 95px;
        padding: 7px 10px 0px 58px;
    }

    #div_Log_Frm > div {
        position: absolute;
        width: 290px;
        left: 95px;
    }

#lb_Log_id_2 {
    top: 314px;
}

#lb_Log_Pass_2 {
    top: 368px;
}

.div_Login_2 {
    height: 60px;
    top: 432px;
    cursor: pointer;
}

.div_Chrome {
    width: 290px;
    height: 60px;
    top: 502px;
    left: 95px;
    cursor: pointer;
}

#div_Join_Box {
    position: absolute;
    width: 780px;
    top: 0px;
    left: 50%;
    margin-left: -390px;
    z-index: 1100;
    display: none;
    margin-bottom: 50px;
}

    #div_Join_Box input[type=text], #div_Join_Box input[type=password], select, textarea {
        border: solid 1px #e0e0e0;
        background-color: #fff;
        color: #626262;
    }

    #div_Join_Box a {
        vertical-align: middle;
    }

/*#div_Join_Top {
    width: 100%;
    height: 140px;
    background-image: url('/img/Join_Frm_Top_bg.jpg?ver=201910111823');
}*/

#div_Join_Body {
    width: 100%;
}

#div_Join_Tilte {
    width: 100%;
    height: 294px;
    background-image: url('/img/Join_Frm_Title_mca_bg.jpg?ver=201910111823');
}

#div_Join_Con {
    width: 100%;
    padding: 30px 80px 0px 80px;
    background-image: url('/img/Join_Frm_Content_mca_bg.jpg');
    background-repeat: repeat-y;
}

.div_Join_Tr {
    width: 100%;
    display: table;
    border-top: solid 1px #e0e0e0;
}

    .div_Join_Tr > div {
        display: table-cell;
        height: 40px;
        padding-left: 10px;
        vertical-align: middle;
    }

.div_Join_Tr_Last {
    margin: 0px;
    border-bottom: solid 1px #e0e0e0;
}

.div_Join_Th {
    width: 120px;
    font-weight: bold;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    background-color: #f1f1f1;
    color: #626262;
}

.div_Join_Td {
    width: 500px;
    border-right: solid 1px #e0e0e0;
    background-color: #fff;
    color: #626262;
}

#a_Check_Overlap {
    margin: 0px 10px;
    display: inline-block;
    width: 70px;
    height: 28px;
    background: url('/img/btn_All_mca.png?ver=201910111823') repeat-x 0px -272px;
}

#a_Check_Phone {
    margin:0px 10px;
    display: inline-block;
    width: 94px;
    height: 28px;
    background: url('/img/btn_All_mca.png?ver=201910111823') repeat-x -80px -272px;
}

#div_Join_Foot {
    width: 100%;
    height: 196px;
    background-image: url('/img/Join_Frm_Foot_mca_bg.jpg?ver=201910111823');
    text-align: center;
}

#div_btn_Join {
    display: inline-block;
    position: relative;
    top: 20px;
    width: 150px;
    height: 48px;
    cursor: pointer;
}