#searchGame {
    /* position: fixed;
    left: 0px;
    top: 45px;
    background: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: calc(100vh - 85px);
    display: flex;
    display: none;
    align-items: center;
    justify-content: space-evenly;
    opacity: 0;
    transition: opacity 1s ease-in; */
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in;
    /* js이후 지울것 */
    /* display: flex;
    opacity: 1; */
}
.search__box {
    width: 63%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    border: 2px solid rgba(208, 233, 252, 0.9);
    margin: 0 auto;
}

.search__inner {
    width: 100%;
    height: calc(100vh - 120px);
    /* border: 2px solid #e27e40cc; */
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    animation: flicker 3.5s infinite alternate;
    background: url(https://img.freepik.com/free-vector/arcade-game-world-and-pixel-scene_24640-45884.jpg?w=996&t=st=1667497458~exp=1667498058~hmac=d9146b3ed747f42b7b6bcf2820e0756aeef31b8b64ff08f67483b7a516f1ba14);
    background-size: cover;
    background-repeat: no-repeat;
}
/* .search__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(https://mblogthumb-phinf.pstatic.net/MjAxNzAzMThfMjcy/MDAxNDg5ODQ3NjEyNjEy.m0E2iMIERwPe6zJSj9XjSbmhftMqPTlwHjZoW4HoHjAg.y9U6XLDv0BtMtg8BqOzg_N1M0ODeHDnmzRFSpMox9GQg.GIF.studygir/lIlislcvt_%2821%29.gif?type=w2);
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    width: 100%;
    height: 100%;
} */

@keyframes flicker {
    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
        box-shadow: 0 0 10px rgba(33, 156, 243, 0.5), 0 0 20px rgba(33, 156, 243, 0.5), 0 0 30px rgba(33, 156, 243, 0.5);
    }
}
.search__inner::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.search__inner::-webkit-scrollbar-track {
    background: transparent;
}
.search__inner::-webkit-scrollbar-thumb {
    background: rgb(5, 28, 44);
    border-radius: 20px;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
}
.search__inner::-webkit-scrollbar-thumb:hover {
    background: rgb(5, 28, 44);
    box-shadow: 0 0 10px rgba(33, 156, 243, 0.5), 0 0 10px rgba(33, 156, 243, 0.5), 0 0 10px rgba(33, 156, 243, 0.5);
}
/* .search__inner > div {
    background: rgba(0,0,0,0.3);
    color: snow;
    box-sizing: border-box;
    padding: 130px auto;
} */
.search__inner .search__game {
    /* display: none; */
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-top: 100px;
}
.search__inner h1 {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 80px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: goldenrod;
    text-shadow: -5px 0 #020313, 0 5px #020313, 5px 0 #020313, 0 -5px #020313;
}

.search__inner .search__start {
    display: block;
}

.search__inner .restart {
    display: none;
}
.search__inner .search__RangkingView,
.search__inner .search__start,
.search__inner .restart {
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 100px;
    color: rgb(212, 212, 212);
    line-height: 120px;
    height: 120px;
    position: relative;
    width: fit-content;
}
.search__inner .search__RangkingView {
    display: block;
    margin-top: 10px;
    line-height: 1;
}
.search__inner .search__RangkingView:hover,
.search__inner .search__start:hover,
.search__inner .restart:hover {
    /* background: rgba(0,0,0,0.5); */
    color: black;
    text-shadow: -5px 0 #fff, 0 5px #fff, 5px 0 #fff, 0 -5px #fff;
}
.search__inner .search__RangkingView:hover::before,
.search__inner .search__start:hover::before,
.search__inner .restart:hover::before {
    content: "▶";
    position: absolute;
    top: 0%;
    left: -70px;
    color: black;
    font-size: 60px;
}

.search__inputbox {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.search__inputbox > label {
    display: none;
}
.search__inputbox > input {
    width: 100%;
    font-size: 25px;
    line-height: 1;
    padding: 0 20px;
    border: 3px solid #000;
    box-sizing: border-box;
}
.search__inner .search__game > label {
    display: inline-block;
    margin-top: 80px;
    margin-left: 40px;
    color: snow;
    font-size: 20px;
}
.search__inner .search__game > input {
    height: 26px;
    line-height: 1;
    font-size: 20px;
    padding: 2px 8px;
    /* display: none; */
}
.search__inner .search__game > .search__IDdesc {
    line-height: 1;
    font-size: 20px;
    padding: 2px 8px;
    text-decoration: underline;
    display: inline-block;
    display: none;
    font-weight: bold;
}
.search__inner .search__game > .search__IDbtn {
    height: 35px;
    line-height: 1;
    font-size: 20px;
    padding: 2px 8px;
    /* display: none; */
}
.search__inner .search__game > .search__IDbtn2 {
    height: 35px;
    line-height: 1;
    font-size: 20px;
    padding: 2px 8px;
    display: none;
}
.search__game {
    /* display: none; */
}
.search__inner .result__wrap {
    display: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.search__inner .result__wrap .search__backBtn {
    font-size: 25px;
    font-weight: bold;
    color: rgb(212, 212, 212);
    position: relative;
    line-height: 1;
    margin-left: 25px;
    width: fit-content;
    position: relative;
}
.search__inner .result__wrap .search__backBtn:hover {
    color: black;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.search__inner .result__wrap .search__backBtn:hover::before {
    content: "▶";
    position: absolute;
    top: 0%;
    left: -18px;
    color: black;
    font-size: 15px;
    line-height: 1.4;
}
.search__inner .result__wrap .search__Rangking {
    width: 95%;
    height: 80%;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 30px 10%;
}
.search__inner .result__wrap .search__Rangking > h2 {
    color: snow;
    text-shadow: -5px 0 #8994cf, 0 5px #8994cf, 5px 0 #8994cf, 0 -5px #8994cf;
    font-size: 50px;
    border-bottom: 2px solid #a09dda;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto;
}
.search__inner .result__wrap .search__Rangking .search__table {
    width: 100%;
    color: snow;
}
.search__inner .result__wrap .search__Rangking .search__table th {
    font-size: 18px;
    padding-bottom: 15px;
}
.search__inner .result__wrap .search__Rangking .search__table td {
    text-align: center;
}
/* .search__inner .result__wrap .search__Rangking .search__table tr.first td {
    color: gold;
    position: relative;
} */
.search__inner .result__wrap .search__Rangking table tr.mine td {
    color: gold;
    position: relative;
}
.search__inner .result__wrap .search__Rangking table tr.first.mine td:first-child:before {
    content: "🎉";
    position: absolute;
    top: 0;
    left: 10px;
}
.search__inner .result__wrap .result {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: 95%;
    height: 13%;
    margin: 0 auto;
    color: snow;
    box-sizing: border-box;
    padding: 10px 100px;
}
.search__inner .result__wrap .result > table {
    width: 100%;
    border-top: 1px solid snow;
}
.search__inner .result__wrap .result > table th {
    font-size: 25px;
    color: gold;
    line-height: 2.4;
    text-shadow: -2px 0 #414ca9, 0 2px #414ca9, 2px 0 #414ca9, 0 -2px #414ca9;
}

.search__desc {
    width: 35%;
    height: calc(100vh - 120px);
    border-radius: 20px;
    animation: flicker 3.5s infinite alternate;
    border: 2px solid rgba(208, 233, 252, 0.9);
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    box-sizing: border-box;
    color: snow;
}
.search__desc .search__header {
    background: #000;
    color: white;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 15px;
    line-height: 1.2;
    align-items: center;
    border-bottom: 2px solid rgba(208, 233, 252, 0.9);
}
.search__desc .search__header > div {
    /* text-shadow: 0px 0px 2px rgb(235, 148, 49); */
    color: snow;
}
.search__desc .search__header > .search__audio {
    display: flex;
    align-items: center;
}
.search__desc .search__header > .search__audio .play {
    margin-left: 5px;
    display: none;
    transform: translateY(3px);
}
.search__desc .search__header > .search__audio .stop {
    margin-left: 5px;
    display: none;
    transform: translateY(3px);
}
.search__desc .search__header h3 {
    font-size: 40px;
    color: snow;
    text-shadow: 0px 0px 7px rgba(208, 233, 252, 0.9);
}

.search__desc .search__header .search__close {
    cursor: pointer;
    border: 1px solid rgba(208, 233, 252, 0.9);
    border-radius: 50%;
    padding: 4px 10px;
}
.search__desc .search__header .search__close:hover {
    color: rgba(208, 233, 252, 0.9);
    transform: scale(1.2);
    border-color: rgba(208, 233, 252, 0.9);
    transition: all 0.3s;
}
.search__desc .search__info {
    background: #111;
    height: 30%;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 15px rgba(208, 233, 252, 0.9);
}
.search__desc .search__info p {
    text-align: center;
    padding: 40px 20px;
    color: #f5f5f5;
}
.search__desc .search__info p em {
    color: snow;
    text-shadow: 0px 0px 3px rgba(208, 233, 252, 0.9);
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 2;
}
.search__desc .search__result {
    display: flex;
    flex-wrap: wrap;
    background: #111;
    box-sizing: border-box;
    height: 40%;
    max-height: 40%;
    align-items: flex-start;
    padding: 20px;
    justify-content: space-evenly;
}

.search__desc .search__result .search__answers {
    width: 50%;
    border-right: 2px solid rgba(208, 233, 252, 0.9);
    height: 90%;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.search__desc .search__result .search__answers > span {
    display: block;
    line-height: 1.8;
    color: rgb(95, 141, 160);
}
.search__desc .search__result .search__Listbox {
    width: 50%;
    height: 90%;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.search__desc .search__result .search__Listbox::-webkit-scrollbar,
.search__desc .search__result .search__answers::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.search__desc .search__result .search__Listbox .search__missAnswers {
    color: indianred;
}
.search__desc .search__result .search__Listbox .search__missAnswers > span,
.search__desc .search__result .search__Listbox .search__list > span {
    display: block;
    line-height: 1.8;
}
.search__desc .search__result .search__count {
    width: 100%;
    display: flex;
    border-top: 2px solid rgba(208, 233, 252, 0.9);
    margin-top: 15px;
    line-height: 1;
    box-sizing: border-box;
    padding: 6px 5px 0px 5px;
}
.search__desc .search__result .search__count > div:first-child {
    width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
}
.search__desc .search__result .search__count > div:last-child {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}
.search__desc .search__btn__box {
    background: #111;
    border-bottom: 2px solid rgba(208, 233, 252, 0.9);
    box-shadow: inset 0px 0px 15px rgba(208, 233, 252, 0.9);
    box-sizing: border-box;
    height: 22%;
    display: flex;
    align-items: center;
}
.search__desc .search__btn__box .search__time {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
    color: snow;
}

/* .search__desc .search__result .search__timer{
    width: 50%;
    color: #000;
    text-shadow: 0px 0px 5px rgba(208, 233, 252, 0.9);
    font-style: normal;
    font-size: 100px;
    line-height: 1;
    box-sizing: border-box;
    height:fit-content;
}
.search__desc .search__result .search__count {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
}
.search__desc .search__count img{
   width: 90px;
}
.search__desc .search__count p{
    color: #0f0708;
    text-shadow: 0px 0px 5px orange;
    font-size: 60px;
    line-height: 1;
}

.search__desc .search__btn__box{
    background: #111;
    border-bottom: 2px solid rgba(208, 233, 252, 0.9);
    box-sizing: border-box;
    height: 29%;
    display: flex;
    align-items: center;
}
.search__desc .search__btn{
    margin: 0 auto;
    box-shadow: inset 0px 0px 0px 2px rgba(208, 233, 252, 0.9);
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 80px;
    text-shadow: 0px 0px 2px rgba(208, 233, 252, 0.9);
    line-height: 1;
}
.search__desc .search__btn:hover {
    cursor: pointer;
    box-shadow: inset 0px 0px 25px rgba(208, 233, 252, 0.9) ;
    text-shadow: 0px 0px 12px rgba(208, 233, 252, 0.9);
    border: none;
    transition: all .3s ease-in;
}
.search__desc .search__btn:not(:hover){
    transition: all .3s ease-out;
} */
