/*============================= CSS STYLES FOR S919 =============================*/
body {
    margin: 0px;
    font-family: simsun;
    text-align: center;
    background: #FFF;
}

    body#EN, body#KR, #lang_en, #lang_ko {
        font-family: Arial, Helvetica, sans-serif;
    }

form, table {
    margin: 0;
    padding: 0;
}

td {
    font-size: 12px;
}

.title {
    display: block;
    width: 100%;
    min-width: 397px;
    background: linear-gradient(to bottom, #000000 65%, #cc9900 100%);
    text-align: center;
    margin: auto;
    height: 55px;
}

.language {
    display: table;
    padding: 0;
    height: 55px;
    list-style: none;
    margin: auto;
    color: #B2A183;
    text-align: center;
    min-width: 379px;
    width: 397px;
}

    .language li {
        float: left;
        width: 50%;
        height: 55px;
        line-height: 55px;
        font-size: 16px;
    }

.lang2 {
    color: #e6ca9c;
    background: linear-gradient(to bottom, #483720 65%, #6d583b 100%);
}

    .lang2 a {
        color: #e6ca9c;
        text-decoration: none;
    }

.lang {
    color: #B2A183;
}

    .lang a:link, .lang a:visited {
        color: #B2A183;
        text-decoration: none;
    }

    .lang:hover {
        color: #e6ca9c;
        background: #705636;
    }

.log {
    text-align: center;
    width: 359px;
    margin: auto;
    background: #EDE9E2;
    padding: 19px;
}

.mem {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.index_top_pic {
    margin: 27px auto;
    width: 72px;
    height: 72px;
    background: url(../theme/index_top_pic.png) no-repeat;
    display: block;
}

.bordDIV {
    width: 320px;
    border: 1px solid #e0d4c0;
    margin: auto;
}

.bord {
    width: 100%;
    height: 114px;
    background: #fff;
}

.index_ID {
    text-align: left;
    padding: 0 18px 0 12px;
}

.index_line {
    border-bottom: 1px solid #f0e7d8;
}

.place_colorTD {
    position: relative;
}

.place_color, .place_colorBOX {
    width: 240px;
    height: 30px;
    line-height: 30px;
    margin-top: 1px;
    margin-bottom: 2px;
    font-size: 16px;
    border: none;
    outline: none;
    color: #776547 !important;
}

.place_colorBOX {
    background: url(../theme/place_colorBOX.png) repeat;
    font-family: "Arial";
    color: #3d2e14 !important;
    top: 11px;
    left: 0;
}

.index_re {
    text-align: left;
    width: 320px;
    height: 30px;
    line-height: 54px;
    color: #776547;
    font-size: 14px;
    margin-left: 19px;
}

.index_re {
    line-height: 40px;
}

.err_position {
    float: left;
}

.index_box {
    margin: 0px 6px 0 0;
    margin: 0px 3px 0 0;
    position: relative;
    top: -1px;
    top: 2px;
}

.forTXT {
    float: right;
    color: #27a67b;
    font-size: 13px;
    cursor: pointer;
}

    .forTXT:hover {
        color: #33D09B;
    }

.btn {
    width: 320px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 10px auto 0px auto;
}

.za_button {
    width: 320px;
    height: 40px;
    cursor: pointer;
    border-radius: 5px;
    background: #27a67b;
    color: #fff;
    font-size: 16px;
    border: 1px solid #1f9c72;
    transition: background 0.3s ease;
}

    .za_button:hover {
        background: #45BE95;
    }

/********************** Start | TextBox Outline **********************/
:root {
    --size-bezel: .5rem;
}

.input {
    position: relative;
}

.input__label {
    position: absolute;
    top: 0;
    padding: calc(var(--size-bezel) * 0.75) calc(var(--size-bezel) * .5);
    margin: calc(var(--size-bezel) * 0.75 + 3px) calc(var(--size-bezel) * .5);
    white-space: nowrap;
    transform: translate(0, 0);
    transform-origin: 0 0;
    transition: transform 120ms ease-in;
    font-weight: bold;
    line-height: 1.2;
    color: #0000003d;
}

.input_right_en {
    right: 35px;
}

.input_right_cn {
    right: 70px;
}

.input__field {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid #00000052;
    padding: calc(var(--size-bezel) * 1.5) var(--size-bezel);
    color: currentColor;
    background: transparent;
    border-radius: 4px;
}

    .input__field:hover {
        border-color: #33997a;
    }

    .input__field:not(:-moz-placeholder-shown) + .input__label {
        transform: translate(0.75rem, -65%) scale(0.8);
        color: #33997a;
        border-color: #19805c;
        background: white;
    }

    .input__field:not(:-ms-input-placeholder) + .input__label {
        transform: translate(0.75rem, -65%) scale(0.8);
        color: #33997a;
        border-color: #19805c;
        background: white;
    }

    .input__field:focus + .input__label, .input__field:not(:placeholder-shown) + .input__label {
        transform: translate(0.75rem, -65%) scale(0.8);
        color: #33997a;
        border-color: #19805c;
        background: white;
    }
/********************** End | TextBox Outline **********************/
