@charset "utf-8";

html, body {
    width: 100%;
    height: 100dvh;
}

body {
    background-color: #FFFFFF;
	margin: 0;
    touch-action: pan-x pan-y;
}

#header {
    position: fixed;
    background-color: #000000;
	height: 60px;
	width: 100%;
}
#header_logo {
    width: 60%;
    padding-left: 15px;
    float: left;
}
#header_logo img {
    max-height: 50px;
    margin-top: 10px;
}

#header_add {
    width: 30%;
    float: right;
    height: 100%;
}
#header_add_btn {
    margin-top: 15px;
    padding: 3px 15px;
    font-size: 100%;
}

#footer {
    position: fixed;
    bottom: 0;
    min-height: 60px;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 75%;
    text-align: center;
}

#wrap {
    width: 100%;
}

.login_title {
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

.form_area {
    width: 100%;
    text-align: center;
}

.login_box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.login_tbl {
    width: 100%;
}

.co-ime-disabled {
    ime-mode: disabled;
}

.co-mt15 {
    margin-top: 15px !important;
}

#user_id, #user_password {
    width: 75%;
    font-size: 18px;
    margin-bottom: 25px;
    padding: 15px 10px;
}





.co-btn {
    display: table;
    margin: 0 auto;
    white-space: nowrap;
}

.co-btn-m {
    min-width: 110px;
    line-height: 36px;
    font-size: 32px;
}

.co-btn-grn span {
    border-color: #8ec70e #7dac14 #7dac14;
    border-width: 1px;
    border-style: solid;
}
.co-btn span {
    display: block;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    position: relative;
}

.co-btn-grn a, .co-btn-grn input {
    color: #ffffff;
    background-color: #8ec70e;
    background-image: -moz-linear-gradient(center top, #8ecd02, #7dac14);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7dac14), color-stop(1, #8ecd02));
    background: -ms-linear-gradient(top, #8ecd02 0%, #7dac14 100%);
    background: linear-gradient(top, #8ecd02 0%, #7dac14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8ecd02', endColorstr='#7dac14');
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
}

.co-btn-m input {
    min-width: 110\9;
}
.co-btn-m input {
    min-width: 150px;
    padding: 0 20px;
    height: 56px;
    font-size: 18px;
}
.co-btn input {
    border: none;
    cursor: pointer;
}

#err_txt {
    font-weight: bold;
    color: #FF0000;
}

#new_add_link {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}