body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
}

.lb-container{
    width: 100%;
    height: 471px;
    background-color: black;
    align-items: center;
    color: #ffcc66;
}


.lb-header{
    border: 0px solid white;
    width: 100%;
    max-width: 1024px;
    margin: auto;
    background: url(../../img/scr/lb-header.png) no-repeat center;
    height: 12%;
    display: flex;
    align-items: center;
    background-size: 100%;
}

.lb-title{
    margin-left: 5%;
    font-size: 2em;
}

.lb-body{
    position: relative;
    border: 0px solid white;
    margin: auto;
    max-width: 1024px;
    width: 100%;
    background: url(../../img/scr/lb-frame.png) no-repeat center;
    height: auto;
    background-size: 100%;
}

.lb-upper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.kiss918logo{
    width:15%;
    height: 15%;
    top: 5%;
}


.lb-qr{
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-top: 10px;
    position: relative;
}
.lb-qr img{
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

.dl-918{
    font-size: 148%;
}

.qr1{
    position: absolute;
    left: 2%;
    top: 14%;
}

.dl-txt{
    position: absolute;
    right: 13%;
    top: 19%;
}

.qr2{
    position: absolute;
    right: 13%;
    bottom: 0%;
}

.dl-txt2{
    position: absolute;
    left: 7%;
    bottom: 1%;
    text-align: right;
}

.tiang1{
    position: relative;
    margin:0 5%;
}

.tiang2{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin:2% 0;
}

.lb-lower{
    display: flex;
    align-items: center;
}

.lb-user{
    border: 0px solid white;
}


.user-txt{
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    top: 6%;
}

.user-txt > div{
    display: flex;
    align-items: center;
    position: relative;
    margin:3% 0;
}

.user-txt > div > span{
    font-weight: bold;
    white-space: nowrap;
}

.copy-btn{
    right: 1%;
    cursor: pointer;
    position: absolute;
}

.tb1{
    height: 22px;
    margin-left: 3%;
    text-align: center;
    color: white;
    font-size: 1em;
    background-color: rgba(0, 0, 0, 0.678);
    border: 1px solid #ffcc66;
    border-radius: 10px;
}

.chg-pw{
    border: 0px;
    margin-top: 4%;
    margin-right: 2%;
    width: 170px;
    height: 30px;
    border-radius: 10px;
    background-image: linear-gradient(180deg,#990000,#ff0000,#990000);
    color: white !important;
    font-weight: bold;
    font-size: 80%;
}

.step-1{
    left: 7%;
    position: relative;
    width: 190px;
    height: 170px;
    margin: 0 5%;
}

.step-no1{
    position: absolute;
    left: 0%;
}

.step-1-txt{
    position: absolute;
    top:8%;
    left: 30%;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.step-icon1{
    position: absolute;
    top:40%;
    left: 20%;
}

.step-2{
    left: 7%;
    position: relative;
    width: 200px;
    height: 170px;
    margin: 0 5%;
}

.step-no2{
    position: absolute;
    left: 0%;
}

.step-2-txt{
    position: absolute;
    top:0;
    left: 30%;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.step-icon2{
    position: absolute;
    top:40%;
    left: 20%;
}

.step-3{
    left: 7%;
    position: relative;
    width: 190px;
    height: 170px;
    margin: 0 5%;
}

.step-no3{
    position: absolute;
    left: 0%;
}

.step-3-txt{
    position: absolute;
    top:8%;
    left: 30%;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.step-icon3{
    position: absolute;
    top:40%;
    left: 20%;
}