.code_wrap{
    background-color: #1E99DF;
    padding-bottom: 40px;
}
.top_bg_box{}
.top_bg_box .top_bg{
    background-image: url("/static/pringles_worldcup_web/img/check_products/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/check_products/logo.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 124.4%;
}

.sec2_img_box{
    margin: 0 7.77% 35px 7.77%;
    background-color: #fff;
    border-radius: 16.67px;
    padding: 2px;
    position: relative;
}
.sec2_img_box .box_title_box{
    background-color: #E40426;
    border-top-right-radius: 16.67px;
    border-top-left-radius: 16.67px;
    text-align: center;
    color: #fff;
    padding: 14px 0;
}
.sec2_img_box .box_title_box .box_title{
    font-size: clamp(10px, calc(11.67 / 360 * 100vw), 13px);
    letter-spacing: -0.29175px;
    padding-bottom: 6px;
    font-family: 'Pinup';
    font-weight: 700;
}
.sec2_img_box .box_title_box .box_title span{
    color: #fcf157;
    font-size: clamp(20px, calc(21.67/360 * 100vw), 23px);
    font-family: 'TTTogether';
    font-weight: 400;
}





.products_list_box{}
.products_list_box .bg{
    background-image: url("/static/pringles_worldcup_web/img/event_products/bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 22.22% 5% 43px 5%;
}
.box_text_box{
    margin-bottom: 24px;
}
.box_text_box .title_box{
    margin-bottom: 11px;
}
.box_text_box .title_box .title{
    background-image: url("/static/pringles_worldcup_web/img/event_products/bottom_title.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 21.018840%;
}
.box_text_box .text_box{
    text-align: center;
}
.box_text_box .text_box .text{
    color: #fff;
    font-size: clamp(14px, 4.166vw, 15px);
    line-height: 18.3px;
    letter-spacing: -0.9px;
}
.box_text_box .text_box .text span{
    color: #F7EA48;
}
.box_text_box .text_box .text span span{
    font-family: 'pinup';
    position: relative;
    top: 1px;
    font-weight: 700;
}
.box_text_box .text_box .sub_text{
    font-family: 'Pretendard';
    font-family: 500;
    font-size: 10px;
    color: #fff;
}
.list_box{
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.list_box .item_box{
    border-radius: 14.33px;
    background-color: #fff;
    overflow: hidden;
}

.list_box .item_box .ex_item_list{
    padding: 16px 18px 29px 18px;
}
.list_box .item_box .ex_img_box{
    margin-bottom: 20px;
}
.list_box .item_box .ex_img_box .text{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: clamp(10px, calc(11.67 / 360 * 100vw), 13px);
    letter-spacing: -0.29175px;
    text-align: center;
    margin-bottom: 12px;
}
.list_box .item_box .ex_img_box .img_box{
    width: 100%;
    padding: 0 13.33%;
}
.list_box .item_box .ex_img_box .img_box .img{
    background-image: url("/static/pringles_worldcup_web/img/check_products/pack_.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 86.0520094%;
}
.ex_item_list {}
.ex_item_list .table_box{
    width: 100%;
}
.ex_item_list .table_box table{
    width: 100%;
    border-collapse: collapse;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
}
.ex_item_list .table_box table th{
    background-color: #1E99DF;
    color: #fff;
    font-size: clamp(10px, 3.2416vw, 12px);
    padding: 17px 0;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: -0.25px;
    /* font-family: 'Pretendard'; */
}
.ex_item_list .table_box table th:first-child{
    border-right: 1px solid #fff;
}
.ex_item_list .table_box table td{
    font-family: 'Pretendard';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #A0CEE8;
    padding: 5px 0;
    letter-spacing: -0.25px;
    line-height: 12px;
}
.ex_item_list .table_box table td:first-child{
    background-color: #D3EAF8;
}
.ex_item_list.type{
    padding: 0!important;
}
.ex_item_list.type .ex_img_box{
    margin-bottom: 0;
}
.ex_item_list.type .ex_img_box .img_box{
    max-width: none;
    width: 100%;
    margin: 0;
    padding-top: 18px;
    padding-right: 12px;
}
.ex_item_list.type .ex_img_box .img_box .img{
    background-image: url("/static/pringles_worldcup_web/img/check_products/code.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 60.88435%;
}