/* 로그인 영역 시작*/
.login-wrap {
    width: 350px;
    height: 300px;
    position: absolute;
    top: 45%!important;
    left: 50%!important;
    margin-top: -225px;
    margin-left: -225px;
    font-size: 25px;
    vertical-align: middle;
}
.login-wrap input:not([type="radio"]):not([type="checkbox"]) {
    font-family: "Noto Sans KR", "sans-serif";
    display: block;
    width: 100%;
    margin: 5px 0;
}
.login-wrap input:not([type=radio]):not([type=checkbox]), #snnh-ui select {
    display: inline-block;
    min-width: 150px;
    font-size: 13px;
    height: 35px;
    border: 1px solid #dae0ea;
    background: #f4f6f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 2px;
    cursor: pointer;
}
.login-wrap .logo {
    font-size: 25px;
    vertical-align: middle;
    padding-left: 5px

}
.login-wrap .logo label {
    padding-left: 5px;
    font-size: 100%;
    font-weight: bold;
}
.login-wrap button {
    width: 100%;
    line-height: 35px;
    font-size: 17px !important;
    font-weight: normal;
    letter-spacing: 3px;
    border: 1px solid #dae0ea;
    background: #f4f6f9;
    color: #777777;
}
.login-wrap .btn:hover {
    border: 1px solid #d3dbea;
    background: #edf0f9;
    cursor: pointer;
}
.login-wrap p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.login-wrap input[type="checkbox"] {
    display: none;
}
.login-wrap input[type="checkbox"] + span {
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #dae0ea;
    cursor: pointer;
}
.login-wrap input[type="checkbox"]:checked + span {
    background-color: #a9b1ea;
}
.login-wrap label {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
    padding: 5px;
    align-items: center;
}
/* 로그인 영역 끝*/

input[type="text"], input[type="password"]{
    width: 100%;
}
textarea {
    /*width: 100%;*/
    /*height: 300px;*/
    font-size: 14px;
}
.table-list tr:hover, input:not([type=button]) {
    background: #89d4da;
}
.table-list tr {
    height: 43px;
}

.booth-info {
    border: 2px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
.booth-box div {
    margin: 5px;
    font-weight: 400;
    font-size: 14px;
}