.wrap{
    max-width:100%;
    height:100vh;
    overflow:scroll;
    overflow-x:hidden;
}


/*** »ó´Ü ³×ºñ°ÔÀÌ¼Ç ¹Ù **************************************/

.top_navi{
    position:fixed;
    top:0;
    width:100%;;
    height:120px;
    display:flex;
    justify-content:space-evenly;
    flex-direction:column;
    background-color:#fff;
    z-index: 99;
    transition: height 0.3s ease-in-out;
}
.top_navi:after{
    content:'';
    position:absolute;
    bottom:0px;
    left:0;
    width:100%;
    height:3px;
    background: linear-gradient(to right, #e65880 0%, #ee3338 30%, #ffbc98 100%);
    transition: all 0.1s ease-in-out;
    overflow: hidden;
}
    .top_noti{
        width:100%;
        height:30px;
        background-color:#121212;
        color:#fff;
        font-size:1.4rem;
        line-height:27px;
        font-weight:300;
        overflow: hidden;
        white-space: nowrap;
        transition: height 0.3s ease-in-out;
    }
    .top_noti p {
        display: inline-block;
        padding-left: 100%;
        animation: top_notice 15s linear infinite;
    }
    .logo_line{
        width:100%;
        height:50px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding-top:4px;
    }
        .logo_line img{
            height:20px;
            width:auto;
        }
        .logo{
            width:50%;
            height:24px;
            font-weight:bold;
            padding-left:8px;
            padding-top:1px;
        }
        .slc_box{
            width:50%;
            display:flex;
            justify-content:right;
            margin-right:8px;
        }
        .slc_box img{
            width:24px;
            height:auto;
        }
            .search_btn{
                width:calc(100% - 64px);
                max-width:150px;
                height:24px;
                text-align:right;
                padding-right:8px;
                border:1px solid #ee3338;
                border-radius:20px;
                display:flex;
                justify-content:right;
                align-items:center;
            }
                .search_btn img{
                    width:18px !important;
                    height:auto;
                }
            .share_btn{
                width:24px;
                height:24px;
                text-align:center;
                margin-left:8px;
            }
            .mycart_btn{
                widtH:24px;
                height:24px;
                text-align: center;
                margin-left:8px;
            }

    .category_box{
        width:100%;
        height:auto;
        font-size:1.4rem;
        padding-bottom:4px;
        border-top:1px solid #F9F9F9;
    }
        .category_box ul{
            width:100%;
            height:auto;
            display:flex;
            justify-content:space-evenly;
        }
            .category_box ul li{
                padding:4px;
                width:16.6%;
                font-weight:500;
                position:relative;
                display:flex;
                justify-content:center;
                color:#555;
            }
            .category_box ul li:before{
                content:'';
                position:absolute;
                right:0;
                top:50%;
                height:22px;
                background-color:#f3f3f3;
                width:1px;
                transform:translate(0,-50%);
            }
            .category_box ul li:last-child:before{
                content:'';
                display:none;
            }
            .category_box ul li.active{
                color:#121212;
                font-weight:700;
            }
                .category_box ul li:after{
                    content:'';
                    position:absolute;
                    right:0;
                    top:50%;
                    transform:translate(0,-50%);
                    width:0;
                    height:3px;
                    background-color:#e9e9e9;
                }
                .category_box ul li.active:after{
                    content:'';
                    position:absolute;
                    bottom:-5px;
                    left:0;
                    width:100%;
                    height:4px;
                    background-color:#ee3338;
                    display:block;
                    transition: all 0.3s ease-in-out;
                    top: auto; /* Reset top property */
                    transform: none; /* Reset transform property */
                    z-index: 99;
                }

                .top_navi.category-selected:after {
                    height: 1px;
                    opacity: 1;
                    background: linear-gradient(to right, #e9e9e9 0%, #e9e9e9 30%, #e9e9e9 100%);
                }

                

/*** ÇÏ´Ü ³×ºñ°ÔÀÌ¼Ç ¹Ù *******************************/

.bottom_navi{
    position:fixed;
    bottom:0;
    width:100%;;
    height:70px;
    background-color:rgb(255, 255, 255);
    z-index: 99;
}
    .bottom_navi:before{
        content:'';
        position:absolute;
        top:-14px;
        left:0;
        width:100%;;
        height:15px;
        z-index: -1;
        backdrop-filter: blur(10px);
        mask-image: linear-gradient(to top, black 10%, transparent 100%);
        -webkit-mask-image: linear-gradient(to top, black 10%, transparent 100%);
    }

    .login_btn{
        position:absolute;
        width:60px;
        height:60px;
        border-radius: 100%;
        top:50%;
        left:50%;
        transform:translate(-50%,-75%);
        display:flex;
        flex-direction:column;
        align-items:center;
        cursor:pointer;
        overflow: hidden;
        background-color:#eb3d43;
        border:1px solid #eb3d43;
    }
    .login_btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #e65880, #ee3338, #ee3338, #ff9380);
        animation: rotate 8s linear infinite;
        z-index: -1;
    }
        .disumer_name{
            font-size:1.2rem;
            font-weight:400;
            color:#fff;
            line-height:1.2rem;
            text-align:center;
            margin-top:15px;
        }
        .login_txt{
            font-size:1.5rem;
            font-weight:800;
            color:#fff;
            line-height:2.2rem;
            text-align:center;
        
        }
        .disumer_name_login{
            font-size:1.2rem;
            font-weight:400;
            color:#fff;
            line-height:1.2rem;
            text-align:center;
            margin-top:12px;
        }
        .login_txt_login{
            font-size:1.5rem;
            font-weight:800;
            color:#fff;
            line-height:2.2rem;
            text-align:center;
        }
        .disumer_number{
            font-size:1.2rem;
            position:absolute;
            bottom:1px;
        }

    .menu_btn_box{
        display:flex;
        justify-content:space-evenly;
    }
        .bicon_box{
            width:18%;
            height:70px;
            display:flex;
            justify-content:center;
            flex-direction:column;
            text-align:center;
            align-items:center;
            font-size:1.4rem;
            line-height:2.2rem;
            font-weight:500;
        }
        .bicon_box img{
            width:24px;
            height:auto;
        }

/*** ¸ÞÀÎ ÄÜÅÙÃ÷ ¹Ù *******************************/
.main_contents{
    width:100%;
    padding-top:120px;/*topnavi°íÁ¤*/
    padding-bottom:70px;/*bottomnavi°íÁ¤*/
    height:auto;
    position:relative;
}
    .main_contents:after{
        content:'';
        position:absolute;
        top:20px;
        left:0;
        width:100%;
        height:100px;
        background: linear-gradient(to right, #e65880 0%, #ee3338 30%, #ffbc98 100%);
    }

.main_banner_slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main_banner_slide .swiper-slide img {
    width: 100%;
    display: block;
}

.main_banner_slide .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.7;
}

.main_banner_slide .swiper-pagination-bullet-active {
    background-color: #ee3338;
    opacity: 1;
}

.main_banner_slide .swiper-button-prev, .main_banner_slide .swiper-button-next {
    color: #fff;
    width: 12px;
    height: 20px;
    margin-top: -10px;
}

.main_banner_slide .swiper-button-prev::after, .main_banner_slide .swiper-button-next::after {
    font-size: 20px;
    font-weight: 900;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
/*** ¾ËÆ®´º½º BAR ¹Ù *******************************/
.altnews_bar{
    height:30px;
    width:100%;
    background-color:#fff;
    display:flex;
    justify-content:space-between;
    padding:0 10px;
    align-items:center;
    font-weight:400;
}
    .altnews_bar_icon{
        display:flex;
        align-items:center;
    }
        .altnews_bar_icon_wrap{
            position:relative;
        }
            .altnews_new_icon{
                position:absolute;
                top:1px;
                left:6px;
                transform: rotate(5deg);
            }
                .altnews_new_icon img{
                    display: block !important;
                    height:10px !important;
                    width:auto !important;
                }
        .altnews_bar_icon img{
            height:18px;
            width:auto;
            display:block;
        }
        .news_txt{
            margin-left:16px;
            font-size:1.4rem;
            font-weight:400;
            width: 230px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
    .more_btn{
        font-size:1.4rem;
        color:#777;
    }
        .r_point{
            margin-left:2px;
        }

    .arrow_right_icon {
        margin-bottom:1px;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        border-radius:0 2px 0 0;
    }


/*** Ä«µå ¹è³Ê ÇÒºÎ ¾È³» *******************************/
.card_banner_slide{
    position: relative;
    width:94vw;
    max-width:540px;
    height:65px;
    border-radius:10px;
    margin:0 auto;
    margin-top:3%;
    overflow: hidden;
}
    .card_banner_text{
        width: 100%;
        height: 100%;
        padding: 2px 10px 0 10px;
        display: flex !important;
        flex-direction: column;
        justify-content: right !important;
        color:#fff;
        font-size:1.8rem;
        font-weight:700;
    }
    .card_banner_text_title{
        font-size:1.8rem;
        font-weight:700;
        line-height:1.5;
    }
    .card_banner_text_subtitle{
        font-size:1.3rem;
        font-weight:400;
        line-height:1.3;
    }
    .card_image{
        width:68px;
        height:auto;
        position:absolute;
        top:2px;
        right:15px;
        /* µÕµÕ ¶° ÀÖ´Â ¾Ö´Ï¸ÞÀÌ¼Ç È¿°ú Ãß°¡ */
        animation: floating_card_image 2.5s ease-in-out infinite;
        transition: opacity 0.5s ease-in-out;
    }
    .card_noise{
        position:absolute;
        top:0;
        left:0;
        width:300%;
        height:auto;
        mix-blend-mode: soft-light;
    }
    @keyframes floating_card_image {
        0% {
            transform: translateY(1px);
        }
        50% {
            transform: translateY(-2px);
        }
        100% {
            transform: translateY(1px);
        }
    }
    .card_banner_slide .swiper-pagination {
        bottom: 0 !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        position: absolute !important;
        width: auto !important;
    }
    .card_banner_slide .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 1);
        margin: 0 4px;
    }
    .card_banner_slide .swiper-pagination-bullet-active {
        background-color: #ffffffcc;
    }


/*** º£½ºÆ® »óÇ° ÅØ½ºÆ® Å¸ÀÌÆ² ¹Ù *******************************/

.best_items_title{
    margin-top:3%;
    text-align:center;
    padding:15px 0;
    background-color:#fff;
}
    .mtt_bestitems{
        line-height:20px;
        font-size:2rem;
        font-weight:800;
    }
    .stt_bestitems{
        margin-top:6px;
        line-height:12px;
        font-size:1.4rem;
        font-weight:500;
    }

/*** ºê·£µå½ºÅä¸® ¹Ù *******************************/
.brand_story_title{
    margin-top:3%;
    padding:15px 10px;
    background-color:#fff;
    line-height:20px;
    font-size:2rem;
    font-weight:800;
}
.brand_story_box{
    width:100%;
    display: flex;
    overflow:scroll;
    background-color:#fff;
}
    .brand_btn{
        width: 33.33%;
        height:auto;
        padding:4px 0 10px 0;
        margin-left:10px;
        flex-shrink: 0;
        position:relative;
    }
        .brand_btn img{
            width:100%;
            height:auto;
            border-radius:10px;
        }
    
    .brand_btn_txt{
        position:absolute;
        display:flex;
        flex-direction:column;
        color:#fff;
        text-align:right;
        bottom:25%;
        left:8%;
        filter:drop-shadow(1px 1px 5px #000000ad);
    }
        .brand_e{
            font-weight:300;
            font-size:1.2rem;
            line-height:16px;
        }
        .brand_k{
            font-weight:600;
            font-size:1.6rem;
            line-height:20px;
        }

/*** ÇÏ´Ü¹è³Ê ¹Ù *******************************/
.bottom_banner{
    width:98vw;
    height:80px;
    border-radius:10px;
    margin:0 auto;
    margin-top:3%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:1.6rem;
    line-height:20px;
    padding:0 14px;
    color:#fff;
    font-weight:400;
}
    .bottom_banner img{
        height:calc(100% - 20%);
        width:auto;
    }
.buywell_banner{
    background-color:#2E7235;
}
.altwell_app_banner{
    background-color:#EE3338;
}
.altwell_app_banner p{
    font-size:1.7rem;
    line-height:24px;
    padding-bottom:15px;
}
    .bb_t{
        font-weight:900 !important;
    }

/*** ÇªÅÍ ¹Ù *******************************/
.footer{
    background-color:#ececec;
    color:#888;
    margin-top:60px;
}
    .footer_btn_box{
        font-size:1.4rem;
        font-weight:400;
        line-height:14px;
        display:flex;
        justify-content:center;
        padding: 20px 0;
        position:relative;
    }
        .footer_btn_box:after{
            content:'';
            position:absolute;
            bottom:0;
            left:50%;
            transform:translate(-50%,0);
            width:90%;
            height:1px;
            background-color:#dadada;
        }

        .footer_btn{
            box-shadow:inset -1px 0 0 0 #d3d3d3;  
            padding:0 10px;
        }
            .footer_btn:last-child{
                box-shadow:none;
            }
            
    .footer_info{
        font-size:1.4rem;
        font-weight:300;
        line-height:20px;
        text-align:center;
        padding-top:20px;
        padding-bottom:50px;
    }
        .footer_info img{
            display:block;
            width:150px;
            height:auto;
            margin:0 auto;
            margin-top:30px;
            margin-bottom:32px;
            filter:contrast(0);
            opacity:0.5;
        }
        .footer_copyright{
            opacity:0.7;
            font-size:1.2rem;
        }

/*** ¾Ö´Ï¸ÞÀÌ¼Ç CSS ¹Ù *******************************/

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes top_notice {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}


.reorder_notice_btn{
    position:absolute;
    right:15px;
    font-size:1.2rem;
    width:64px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:2px;
    justify-content:center;
}

.noti_btn_title{
    font-size:1.2rem;
    line-height:1.2;
    font-weight:400;
    color:#777;
}
.noti_choice_btn{
    border-radius:5px;
    display: flex;
    overflow: hidden;
    width:100%;
    text-align:center;
    height:18px;
    align-items:center;
}
.noti_choice_btn input {
    display: none;
}
.noti_choice_btn label {
    border: none;
    background: #fff;
    color: #b9b9b9;
    font-size: 1.2rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    border-radius: 0;
    width:50%;
    background-color:#f1f1f1;
}
.noti_choice_btn label.noti_yes {
}
.noti_choice_btn label.noti_no {
}
.noti_choice_btn input[type="radio"]:checked + label {
    background-color: #ee3338;
    color: #fff;
}