.main_wrap {
    width: 100%;
    margin: 0 auto;
}
.top__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1280px;
    margin: 80px auto;
    margin-bottom: 100px;
}
.top__main > p {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
}
.ul__cate {
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 20px;
}
.ul__cate li {
    text-align: center;
    cursor: pointer;
    position: relative;
}
.ul__cate li:nth-last-child(2) {
    margin-left: 30px; 
}
.enter__txt {
    position: absolute;
    top: -44px;
    left: 20px;
    padding: 8px 20px;
    color: #fff;
    background: #c00032;
    font-size: 14px;
    border-radius: 30px; 
    white-space: nowrap; 
} 
.enter__txt::after {
    content: ""; 
    position: absolute;
    top: 100%;
    left: 20px;
    border-width: 5px;
    border-style: solid;
    border-color: #c00032 transparent transparent transparent;
}
.ul__cate li > div + span {
    display: block;
    margin-top: 14px; 
    font-size: 15px;
    color: #191919;
}
.top__notice {
    width: 100%;
    background-color: #323232;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.entire__wrap {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}
.items_wrap {
    position: relative;
    margin-bottom: 100px;
}  
.items_wrap .items_top {
    position: relative;
}
.items_wrap .items_top .items_top_txt {
    position: absolute;
    width: 100%;
    bottom: 58px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}
.items_top .items_top_txt span {
    font-size: 20px;
    font-weight: 600;
}
.items_top .items_top_txt p {
    font-size: 26px;
    margin-top: 10px; 
    font-weight: 600;
}
.items_top .items_top_txt a {
    font-size: 18px;
    margin-top: 14px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 22px;
    display: inline-block;
    transition: all .3s;
}
.items_top .items_top_txt a:hover {
    background-color: #c00032 !important;
} 
.sub_sticker {
    position: absolute;
    top: 14px;
    left: 18px;
    width: 78px;
}
.items_section .section__title {
    margin-top: 40px;
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.items_section .section__title p {
    font-size: 22px;
    font-weight: 600;
} 
.items_section .section__title span.items_notice {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    border: 1px solid #797979;
    color: #797979;
    font-weight: 600;
    margin-top: 3px; 
    position: relative;
} 
.notice_wrap {
    display: none;
    position: absolute;
    bottom: -4px;
    left: 20px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    background-color: #fff;
}
span.items_notice:hover .notice_wrap {
    display: block;
}
.notice_wrap ul li {
    font-size: 13px;
    color: #797979;
    white-space: nowrap;
    margin-bottom: 5px;
}
.notice_wrap ul li:last-child {
    margin-bottom: 0;
}
.items_section  .product {
    width: 412px;
}
.items_section  .product .product_img img {
    width: 100%;
}