
body{
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    padding: 0px 60px;
    margin: 0;
}
.logo {
    width: 130px;
    margin-left: 15px;
}
.head{
    text-align: center;
    margin-top: 80px;
}
.content{
    text-align: center;
    color: #3C3C3C;
}
.title{
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    display: block;
}
.desc{
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    display: block;
    font-family: 'Gotham';
}
.box{
    display: flex;
    justify-content: space-between;;
    margin-top: 50px;
}
.box input{
    width: 73px;
    box-sizing: border-box;
    height: 100px;
    border: 1px solid gray;
    text-align: center;
    font-size: 42px;
    color: #3B7AB7;
}
.bottom{
    font-weight: 900;

    line-height: 140%;
    text-align: center;
    width: 100%;
}
.bottom input{
    background: #009EFF;
    width: 100%;
    height: 100px;
    margin-top: 100px;
    font-size: 2.5em;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}
.alert{
    display: none;
    background-color: #CB0018;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin: 0 -60px 30px;
    padding: 12px;
}
.loading{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}
.loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}
.plus-one {
    width: 24px;
    height: 24px;
}
#confirm {
    width: 100%;
    background: #009EFF;
    padding: 12px 0;
    font-size: 14px;
    margin-top: 60px;
    border: none;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 900;
    color: #FFFFFF;
    opacity: 0.3;
    height: auto;
}
.error{
    width: 270px;
    text-align: center;
    color: #000000;
    background: rgba(242, 242, 242);
    border-radius: 14px;
    backdrop-filter: blur(11px);
    position: absolute;
    left: 15%;
    top: 41%;
}
.head1{
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}
.br{
    border-bottom: 1px solid rgba(60, 60, 67, 0.36);
    width: 100%;
}
.error-head{
    padding: 16px 16px 6px 16px;
}
.head2{
    font-weight: 400;
    font-size: 13px;
    height: 18px;

}
.error-bottom{
    font-weight: 600;
    font-size: 17px;
    color: #007AFF;
    padding: 16px;
}
.error-background{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
