body,html {
    height: 100%;
    background: url('../img/scoreInquiry/bg.png');
}
.search-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 845px;
    height: 528px;
    background: url(../img/scoreInquiry/secorate.png);
}
.search-bar {
    position: relative;
    top: 240px;
    left: 230px;
    display: flex;
    align-items: center;
}
.search-bar .title {
    font-size: 22px;
    color: #2a91c8;
}
.search-bar .idNum {
    margin-left: 18px;
    margin-right: 10px;
    width: 325px;
    height: 54px;
    border: 1px solid #2a91c8;
    border-radius: 8px;
    overflow:hidden;
}
.search-bar .idNum input {
    padding: 0 12px;
    width: 325px;
    height: 54px;
    font-size: 16px;
}

.search-box .ctrl-btn {
    position: absolute;
    left: 354px;
    bottom: 110px;
    padding: 0 4px;
    width: 256px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box; 
}
.search-box .ctrl-btn button {
    display: inline-block;
    height: 46px;
    width: 100%;
    border-radius: 22px;
    background-image:linear-gradient(90deg,#8ed8b0,#47c39c);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    /* -webkit-text-stroke: 1px #fff; */
    text-shadow: #52ab81 -2px 2px 6px;
    transition: all 220ms ease-in;
    cursor: pointer;
}

.search-box .ctrl-btn button:hover {
   letter-spacing: 6px;
}

.search-box .ctrl-btn .noabled {
    text-shadow: #565756 -2px 2px 6px;
    background-image: linear-gradient(90deg,#e0dfdf,#bebebe);
}
.search-box .errorInfo {
    position: absolute;
    top: 302px;
    left: 364px;
    font-size: 14px;
    color: rgb(248, 29, 29);
}