@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?kikvbn');
    src: url('../fonts/icomoon.eot?kikvbn#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?kikvbn') format('truetype'), url('../fonts/icomoon.woff?kikvbn') format('woff'), url('../fonts/icomoon.svg?kikvbn#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.signout-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99;
    font-family: 'comforta';
}

.signout {
    display: block;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
}

.signout-top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    background-color: #444;
}

.signout-top h2 {
    font-size: .3rem;
    font-weight: 400;
    text-align: center;
}

.signout-top i {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    font-family: 'icomoon';
    margin-right: 3vw;
    cursor: pointer;
}

.signout-top i::before {
    content: "\e9be";
    display: inline-block;
    font-family: 'icomoon';
    font-size: 0.45rem;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.signout span {
    display: block;
    width: 4rem;
    height: 1rem;
    margin: .6rem auto;
    line-height: 1rem;
    text-align: center;
    font-size: .4rem;
    font-family: 'comforta';
    font-weight: 800;
    border-radius: 10px;
    color: #fff;
    background-color: #ff3f3f;
    cursor: pointer;
}