@charset "UTF-8";
@charset "UTF-8";

* {
    font-family: 'scdream', 'Noto Sans KR', sans-serif !important;
}

html {
    font-size: 17px;
}

@media (max-width:350px) {
    html {
        font-size: 16px;
    }
}

body {
    background: #fff;
    -ms-touch-action: pan-y;
	touch-action: pan-y;
}

button {
    outline: none;
    border: none;
}

.cert_container {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.cert_btn {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 4px 10px 4px 20px;
    border-radius: 100px;
    cursor: pointer;
    width: 200px;
    display: flex;
    justify-content: center;
    margin: 0.9375rem auto 1.875rem;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.44;
    color: #fff;
}

.cert_btn > span{
	margin-right: 10px;
	color:#222;
}

.cert_btn > img{
	margin-top: 1px;
}

.article--conts-wrap {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 60px);
    margin: 0 auto;
}

.certified__index {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.certified__index figure {
    margin: 0 auto 0.9375rem;
    text-align: center;
    font-size: 0;
}

.certified__index h1 {
    color: #F87F09; font-size:28px; font-weight: 700;
}

.btn-bottom-next {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
    background: #F87F09;
}

.btn-bottom-next:disabled {
    background-color: #bbbbbb;
}

.certified_finished p {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36;
    color: #474747;
}

.certified_finished p + small {
    display: block;
    margin-bottom: 1.625rem;
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.4;
    color: #707070;
}

.viewImg { width: 100%; height: 100%; }

.loader_view { z-index: 100; position: fixed; top: 0; left: 0; display: none; width: 100%; height: 100%; }
.loader_view .loader_img { position: absolute; top: 25%; left: 25%; transform: translate(-5%, 20%) }

