* {
    padding: 0;
    margin: 0;
    font-style: normal;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font: 1rem/1 system, -apple-system, 'Roboto', 'Noto Sans CJK KR', sans-serif;
    font-weight: normal;
    color: #222;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

p {
    line-height: 1.3;
}

.wrapperLeb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 80px;
    background: #fff
}

.waiting-box .content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 24px;
    text-align: center;
    transform: translateY(calc(-50% - 34px));
}

.waiting-box h1 {
    padding-bottom: 6%;
}

.waiting-box h1 img {
    width: 18vw;
}

.waiting-box .message {
    margin: 20px 0 10px 0;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -1px;
}



.highlighter {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.highlighter:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 8px;
    background: rgba(123, 205, 32, 0.6);
    border-radius: 4px;
}

.highlighter>* {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    font: inherit
}

.waiting-box .box {
    padding: 0 10px;
}

.waiting-box .data {
    margin: 24px 0 16px;
    padding-top: 24px;
    border-top: 1px solid #eee;
    font-size: 1rem;
    font-weight: bold;
}

.waiting-box .data span {
    display: block;
}

.waiting-box .data span+span {
    margin-top: 1rem;
}

.waiting-box .data em {
    font-weight: bold;
    color: #58a700;
}

.waiting-box .progress-bar {
    position: relative;
    height: 18px;
    margin: 24px 0;
    background-color: #eee;
    border-radius: 9px;
}

.waiting-box .progress-bar span {
    position: absolute;
    height: 18px;
    top: 0;
    left: 0;
    background: linear-gradient(to left, #7bcd20, #b4e864);
    border-radius: 9px;
}

.waiting-box .progress-bar span:after {
    content: '';
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url('../images_kiwi/char/img_roadingpage_bar.png') no-repeat;
    background-size: cover;
    transform: translate(50%, -25%)
}

.waiting-box button {
    position: fixed;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: 56px;
    border: 0;
    border-radius: 28px;
    background-color: #7bcd20;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 320px) {
    html {
        font-size: 14px
    }
}

@media screen and (min-width: 360px) and (max-height: 570px) {
    .wrapper {
        padding-bottom: 0;
    }
    .waiting-box .content {
        position: static;
        padding-top: 1.2rem;
        transform: none;
    }
    .waiting-box button {
        position: static;
        margin-left: 12px;
    }
}