body {
    display: block;
    margin: 0;
    padding: 0;
    background: url("../images/bg_new2.png");
    background-size: auto;
    background-repeat: repeat;
    overflow-x: hidden;
    overflow-y: scroll;
    background-position: left top;
}
body p {
    margin: 0 0 12px;
    display: block;
}
.section_top {
    display: block;
    min-height: calc( 100vh - 80px );
    padding: 40px 0;
}
.wrap_top {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: calc( 100vh - 80px );
    flex-wrap: wrap;
    justify-content: center;
    max-width: 616px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
body .top {
    font-family: 'TTNormsStdCond';
    font-style: italic;
    font-weight: bold;
    font-size: 39.0634px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FF3008;
}
.line img {
    margin-top: -10px;
    display: block;
    transform: translateX(20px);
}
body .heading {
    font-family: 'TTNormsStdCond';
    font-style: normal;
    font-weight: 900;
    font-size: 64.3805px;
    line-height: 51px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FF3008;
    margin-top: 13px;
    margin-bottom: 0px;
}
.bn img {
    display: block;
    margin-top: -5px;
}
body .pro_code {
    font-family: 'TT Norms Pro';
    font-weight: 600;
    font-size: 24.1517px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FF3008;
    display: block;
    margin-top: -22px;
}
body .code_text {
    font-style: normal;
    font-weight: 900;
    font-size: 36.4744px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #000000;
    font-family: 'TTNormsStdCond';
    background: #FFFFFF;
    border: 1.39522px solid #FF3008;
    border-radius: 10.2316px;
    padding: 13px 20px;
    min-width: 240px;
    margin-bottom: 19px;
}
body .content {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24.1517px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FF3008;
    max-width: 345px;
    margin-bottom: 5px;
}
body .content.content_two {
    margin-bottom: 30px;
}
.content.content_one {
    font-weight: 600;
}
body .btn a {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 15.3587px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background: #FF3008;
    border-radius: 31.1458px;
    width: 181px;
    display: inline-block;
    padding: 3.5px 0px;
}
body .logo {
    margin-top: 8px;
}
body img {
    display: block;
}
.lose_page .line img {
    margin-top: 0px;
    display: block;
    transform: translateX(1px);
}
.lose_page .pro_code {
    margin-top: 27px;
    margin-bottom: 20px;
}
.lose_page .btn {
    margin-top: 29px;
}
.hotbag .content {
    max-width: 410px;
}
body .term {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 8.86364px;
    line-height: 120%;
    text-align: center;
    color: #000000;
    margin-top: auto;
    margin-bottom: 0;
}
.hotbag .bn img {
    margin-top: -20px;
    margin-right: -54px;
}
body .hotbag .pro_code {
    margin-top: -13px;
}
.hotbag .code_text {
    font-size: 39.2136px;
    line-height: 31px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #000000;
    padding: 15px 20px;
    min-width: 258px;
    margin-bottom: 24px;
}
@media all and ( min-width: 1600px ) {
}
@media all and ( max-width: 999px ) { 
    .section_top {
        min-height: calc( 100vh - 100px );
        padding: 25px 0 75px;
    }
    .wrap_top {
        min-height: calc( 100vh - 100px );
    }
    .line img {
        max-width: 100px;
    }
    body .top {
        font-size: 26px;
        line-height: 28px;
    }
    body .pro_code, body .content {
        font-size: 18px;
        line-height: 22px;
    }
    body .heading {
        font-size: 44px;
        line-height: 44px;
    }
    body .hotbag .pro_code {
        font-size: 19px;
        line-height: 28px;
    }

}