﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#body {
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
    background: url('../images/background.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

#footer {
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-content-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    padding-bottom: 20%;
    padding-top: 8px;
}

.footer-text {
    font-size: 10px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.3);
}

.footer-text-agreement {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 110px;
}

.footer-link {
    font-size: 10px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.3);
    display: inline-block;
}

#modal {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    font-size: 14px;
    width: 88px;
    text-align: center;
    color: #fff;
    line-height: 48px;
    height: 48px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 50%;
    z-index: 999;
}

#explainBlock {
    box-sizing: border-box;
    /* padding-top: 20%; */
    width: 100%;
    height: 400px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.explain {
    align-items: center;
    margin-bottom: 24px;
}

.explainInfo {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.408px;
    color: #FFFFFF;
    opacity: 0.9;
}

.explainInfo-margin {
    margin-top: 4px;
}

.boldInfo {
    letter-spacing: -0.408px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    margin: 0 4px;
    opacity: 1;
}

#contentSection {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    padding-bottom: 80px;
}

#codeSection {
    background: #FFFFFF;
    width: 240px;
    height: 76px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 32px;
    box-sizing: border-box;
    margin: 0 40px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.codeContentSection {
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.92);
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 194px;
    padding: 0 4px 0 16px;
    margin-bottom: 8px;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
}

#copyButton {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    align-items: center;
    background-color: #FF2962;
    border-radius: 40px;
    padding: 4px 8px;
    color: #FFFFFF;
    text-align: center;
}

#downloadSection {
    width: 194px;
    height: 60px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: center;
}

#notifyCard {
    position: fixed;
    box-sizing: content-box;
    max-width: 500px;
    /* margin: 24px; */
    margin: 24px auto;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 68%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 24px;

}

.numberLogo {
    width: 48px;
}

.notifyBlock {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 8px;
    color: rgba(0, 0, 0, 0.92);
}

.notifyImgBlock {
    text-align: center;
    height: 48px;
}

#notifyCopy {
    background: #FF2962;
    border-radius: 40px;
    color: #F8F7FA;
    font-weight: 600;
    width: 88%;
    max-width: 264px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
}

#notifyDownload {
    background: #FFD74A;
    border-radius: 40px;
    color: #141106;
    width: 88%;
    font-weight: 600;
    max-width: 264px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
}

.notify-block-download-shell {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.notify-block-download-box {
    background-color: #fff;
    border-radius: 24px;
    padding: 40px 32px;
    width: 263px;
    margin-bottom: 24px;
}

.notify-block-download-box-text {
    text-align: center;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.92);
    font-weight: 600;
}

.notify-block-download-button {
    margin-top: 16px;
    border-radius: 40px;
    background-color: #FFD74A;
    padding: 12px 0;
    text-align: center;
    color: #141106;
    font-weight: 600;
}

.notify-block-back {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.notify-block-download-box-hide {
    display: none;
}

.notify-block-download-box-show {
    display: flex;
}

.guide-browser-block {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    height: 100%;
    width: 100%;
}

.guide-browser-block-back {
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 0x;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.guide-browser-top {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: #fff;
    height: 208px;
    width: 100%;
    border-radius: 0px 0px 16px 16px;
    flex-direction: column;
    padding-top: 52px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
}

.guide-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: rgba(0, 0, 0, 0.84);
}

.guide-content {
    margin-top: 23px;
}

.guide-content-text {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.84);
    line-height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.guide-content-text-line-second {
    margin-top: 10px;
}

.guide-browser-icon-more {
    width: 18px;
    height: 18px;
    margin-left: 4px;
}

.guide-browser-icon-borwser {
    width: 18px;
    height: 18px;
    margin-left: 3px;
    margin-right: 3px;
}

.guide-browser-icon-arrow {
    position: absolute;
    top: 10px;
    right: 20px;
}

.guide-browser-block-show {
    animation: FadeIn 200ms;
}

.guide-browser-block-hide {
    animation: FadeOut 200ms;
}

@keyframes FadeOut{
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes FadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}