
.accumulate_box{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #E40426;
}
.top_bg_box{}
.top_bg_box .top_bg{
    background-image: url("/static/pringles_worldcup_web/img/code/flag.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 26.944%;
    position: relative;
}
.top_bg_box .top_bg .logo_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(45 / 360 * 100%);
}
.top_bg_box .top_bg .logo_box .logo{
    background-image: url("/static/pringles_worldcup_web/img/code/logo.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 124.4%;
}

.accumulate_content{
    padding: 0 10% 31px 10%;
    flex: 1;
    align-content: center;
}
.accumulate_content .title_box{
    width: 100%;
    margin:0 auto 20px auto;
    text-align: center;
}
.accumulate_content .title_box .title{
   font-size: clamp(28px, calc(33.08 / 360 * 100vw), 35px);
   letter-spacing: -0.827px;
   line-height: 33.08px;
   color: #fff;
}
.accumulate_content .title_box .title span{
    color: #F7E948;
}
.code_box{
    margin-bottom: 20px;
}
.code_box .code_bg{
    background-image: url("/static/pringles_worldcup_web/img/code/stamp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 100.53105%;
    position: relative;
}

.code_box .code_bg .code_input_box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15.852% 12.499%;
}
.code_box .code_bg .code_input_box .flex{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.code_box .code_bg .text_box{
    text-align: center;
}
.code_box .code_bg .text_box .text{
    font-family: 'Pretendard';
    font-size: clamp(10px, calc(12.58 / 360 * 100vw), 14px);
}
.code_box .code_bg .text_box .text span{
    color: #E70624;
    font-weight: 700;
}

.secret_code_box{}
.input_box{}
.input_box .input_item{
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 3px; 
}
.input_box .input_item input{
    border: 2px solid; 
    font-size: 18px; 
    flex-basis: calc(16.666% - 5px); 
    width: 26px; 
    height: 37px; 
    background-color: #fff; 
    padding: 2px; 
    text-align: center;
    font-family: 'TTTogether';
}
.input_box .input_item input::placeholder{
    font-family: 'TTTogether';
    color: #D2D2D2;
}

.reset_btn_area{
    text-align: center; 
}
.reset_btn_area .reset{
    font-family: 'Pretendard'; 
    font-size: 11.28px;
    font-weight: 500;
    display: flex;
    gap: 6.67px;
}
.reset_btn_area .reset .icon_box{
    position: relative;
    top: 2px;
}
.reset_btn_area .reset img{
    width: 10.67px; 
    cursor: pointer;
    transform: rotate(90deg) scaleX(-1);
}

.btn_area{}
.btn_area .btn_list{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
.btn_area .btn_list .accumulate_btn{
    width: 100%;
    text-align: center;
}
.btn_area .btn_list .accumulate_btn button{
    font-family: 'TTTogether';
    background-color: #45BF2E;
    border: 0;
    border-radius: 100px;
    width: calc(216 / 360 * 100%);
    height: 47px;
    margin: 0 auto;
    font-size: clamp(20px, calc(23.33 / 360 * 100vw), 25px);
    line-height: 47px;
    color: #fff;
}   
.btn_area .btn_list .text{
    font-family: 'Pretendard';
    font-size: clamp(10px, calc(11.67 / 360 * 100vw), 12px);
    color: #fff;
    text-align: center;
    letter-spacing: -0.1167px;
}
.btn_area .btn_list .text span{
    font-weight: 700;
    color: #F7E545;
}
.btn_area .btn_list .guide_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_area .btn_list .guide_btn a{
    display: block;
    height: 30px;
    border-radius: 15px;
    background-color: #282828;
    font-family: 'TTTogether';
    font-size: clamp(10px, calc(11.67 / 360 * 100vw), 12px);
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 11px;
}

footer{
    background-color: #282828;
    color: #fff;
    padding: 19px 20px;
}
footer a{color: #fff;}
.notice_contant{
    color: #fff;
}
.notice_contant ul{
    list-style: disc!important; 
    padding-left: 15px; 
    margin: 0;
    font-family: 'Pretendard';
}
.notice_contant ul li{
    font-size: 10px;
    line-height: 15px; 
    letter-spacing: -0.7px; 
    color: #fff;
}
.notice_contant ul li::marker{font-size: 6px;}
.notice_contant ul div{
    font-family: 'TTTogether';
    margin-bottom: 6px;
    font-size: 10.89px;
}




