@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,button{margin:0;padding:0}
fieldset,img{border:0 none}
dl,ul,ol,menu,li{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none}
input,select,textarea,button{vertical-align:middle}
input::-ms-clear{display:none}
button{border:0 none;background-color:transparent;cursor:pointer}
body,th,td,input,select,textarea,button{font-size:15px;line-height:1.5;font-family:HelveticaNeue-Light,AppleSDGothicNeo-Light,'Malgun Gothic','맑은 고딕',sans-serif;letter-spacing:-0.025em;color:#333;-webkit-text-size-adjust: 100%;}
a{color:#333;text-decoration:none}
a:active, a:hover{text-decoration:none}
a:active{background-color:transparent}
a:focus {outline: none}
hr,legend {display:none}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal}
caption{overflow:hidden;left:-9999px;width:0.01em;height:0.01em;font-size:0.01em;line-height:0.01em}
.skip{display:block;overflow:hidden;font-size:0;line-height:0;text-indent:-9999px}
body {background:#fff}
input { appearance: none; }
input::-ms-clear { display: none; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { appearance: none; }
input[type=number] {-moz-appearance: textfield; }

.skip {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px
}

@keyframes icon-loading__donut-rotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-140deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes icon-loading__clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.page-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 750px;
    padding: 158px 0 200px;
    box-sizing: border-box;
    text-align: center;
}

.page-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 106px;
    padding-top: 36px;
    box-sizing: border-box;
    background: #f5f5f5;
}
.page-header .logo__title {
    width: 180px;
    height: 32px;
    margin: 0 auto;
}
.page-header .logo__title>img {
    display: block;
    width: 100%;
    height: auto;
}

.page-body {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-body .icon-check,.page-body .icon-fail {
    display: none;
    overflow: hidden;
    position: relative;
    width: 126px;
    height: 126px;
    margin: 0 auto 36px;
    border-radius: 126px;
    background: #ffd500;
}
.page-body .icon-check:before {
    position: absolute;
    top: 42px;
    left: 36px;
    width: 48px;
    height: 22px;
    border-left: 6px solid #323334;
    border-bottom: 6px solid #323334;
    content:'';
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
}

.page-body .icon-fail:before {
    position: absolute;
    top: 36px;
    left: 56px;
    width: 6px;
    height: 0px;
    border-top: 38px solid #323334;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-radius: 4px;
    content: '';
    transform-origin: 50% 50%;
}
.page-body .icon-fail:after {
    position: absolute;
    top: 82px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #323334;
    margin: 0 0 0 -5px;
    content: '';
}
.icon-loading {
    display: none;
    position: relative;
    width: 126px;
    height: 126px;
    margin: 0 auto 36px;
}
.icon-loading .icon-loading__bg {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 126px;
    margin: 0;
    border: 12px solid #e5e5e5;
    border-radius: 50%
}

.icon-loading .icon-loading__circle {
    display: inline-block;
    position: relative;
    width: 126px;
    height: 126px;
    opacity: .75;
    z-index: 1;
    -webkit-animation: icon-loading__clockwise .5s linear infinite;
    animation: icon-loading__clockwise .5s linear infinite
}

.icon-loading .icon-loading__cut {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 126px;
}

.icon-loading .icon-loading__rotate {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 126px;
    margin: 0;
    border-radius: 50%;
    border-color: #ffd500 #ffd500 transparent transparent;
    border-style: solid;
    border-width: 12px;
    z-index: 1;
    background: none;
    -webkit-animation: icon-loading__donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;
    animation: icon-loading__donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite
}

.page-body .title-message {
    font-size: 44px;
    line-height: 52px;
    color: #323334;
    letter-spacing: -.05em;
    word-break: break-all;
}
.page-body .sub-message {
    color: #666;
    padding-top: 22px;
    margin-bottom: 40px;
    font-size: 30px;
    letter-spacing: -.05em;
    line-height: 38px;
    word-break: break-all;
}

.page-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 145px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
}

.page-footer .footer-copyright {
    display: block;
    font-size: 22px;
    line-height: 28px;
    color: #9c9c9c;
    letter-spacing: -.05em;
}

.page-footer .footer-copyright__link {
    color: #9c9c9c;
}


@media screen and (max-width: 767px) {
    .page-wrapper {
        min-height: 400px;
        padding: 79px 0 100px;
    }

    .page-header {
        height: 53px;
        padding-top: 18px;
    }
    .page-header .logo__title {
        width: 90px;
        height: 16px;
    }

    .page-body {
        padding: 0 25px;
    }

    .page-body .icon-check,.page-body .icon-fail {
        width: 63px;
        height: 63px;
        margin: 0 auto 18px;
        border-radius: 63px;
    }
    .page-body .icon-check:before {
        top: 21px;
        left: 18px;
        width: 24px;
        height: 11px;
        border-left: 3px solid #323334;
        border-bottom: 3px solid #323334;
    }

    .page-body .icon-fail:before {
        top: 18px;
        left: 28px;
        width: 3px;
        border-top: 19px solid #323334;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        border-radius: 2px;
    }
    .page-body .icon-fail:after {
        top: 41px;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        margin: 0 0 0 -2.5px;
    }
    .icon-loading {
        width: 63px;
        height: 63px;
        margin: 0 auto 18px;
    }
    .icon-loading .icon-loading__bg {
        width: 63px;
        height: 63px;
        border: 6px solid #e5e5e5;
    }

    .icon-loading .icon-loading__circle {
        width: 63px;
        height: 63px;
    }

    .icon-loading .icon-loading__cut {
        width: 31.5px;
        height: 63px;
    }

    .icon-loading .icon-loading__rotate {
        width: 63px;
        height: 63px;
        border-width: 6px;
    }

    .page-body .title-message {
        font-size: 22px;
        line-height: 26px;
    }
    .page-body .sub-message {
        padding-top: 11px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 19px;
    }

    .page-footer {
        height: 72px;
    }

    .page-footer .footer-copyright {
        font-size: 11px;
        line-height: 14px;
    }


}

.status-icon {
    display: none;
}