.wrap-full-page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.wrap-full-page .full-header {
    padding: 25px 0 0 64px;
}
.wrap-full-page .full-body {
    text-align: center;
}
.area-browser-list {
    display: flex;
    justify-content: center;
}
.area-browser-list img {
    margin: 0 16px 0;
}
.area-browser-list img.arrow-right {
    width: 35px;
    height: 50px;
    margin-top: 10px;
}
.browser-support-title {
    color: #777;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin: 64px 0 32px;

}
.browser-support-txt {
    color: #777;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;

}
.area-move-btn {
    margin-top: 32px;
}
.area-move-btn a {
    border: 1px solid  #ccc;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #777;
    padding: 14px 0 14px;
    width: 200px;
}
.area-move-btn a:first-child {
    margin-right: 8px;
}
.wrap-full-page .full-footer {
    border-top: 1px solid #ededed;
    padding: 16px 0 64px;
    color: #aaa;
    text-align: center;
}

/*서비스 점검중, 네트웍에러 화면*/
.full-no-link {
    height: calc(100vh - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.full-contents {
    color: #333;
    /*padding: 174px 0;*/
    text-align: center;
}
.top-icon {
    width: 120px;
}
.full-contents h1 {
    font-size: 32px;
}
.full-contents .desc {
    margin: 10px auto 0;
    font-size: 20px;
    color:#555;
    font-weight: 500;
    line-height: 1.78;
}
.full-contents .service-time {
    color: #333;
    font-size: 18px;
    border-top: 1px solid #ededed;
    padding-top: 32px;
    line-height: 1.5;
    width: 50%;
    margin: 32px auto 0
}
.full-btm-info {
    position: fixed;
    bottom: 50px;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
}
.full-contents .logo {
    margin-bottom: 20px;
}
.full-contents .logo img {
    width: 180px;
}
@media all and (max-width: 1023px) {
    .full-contents h1 {
        font-size: 22px;
    }
    .full-contents .desc {
        font-size: 15px;
        line-height: 1.5;
    }
    .full-contents .service-time {
        font-size: 15px;
        width: 80%
    }
    .full-btm-info {
        bottom: 20px;
    }
}