* .container_stori {
    /*box-sizing: border-box;*/
    margin: 0;
    padding: 0;
    position: relative !important;
    -ms-overflow-style: none !important;
    background-color:#fff !important;
}



::-webkit-scrollbar {
    display: none !important;
}
body {
    -ms-overflow-style: none;
}

::-webkit-scrollbar {
    display: none;
}
p {
    margin: 0;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.87px;
}

.content_container {
    width: 100%;
    height: auto;
    max-width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 40px 16px;
    margin-bottom: 400px;
    box-sizing: border-box;
    /* overflow-x: hidden; */
}
.container_home .content_container{margin-bottom:0;min-height:auto !important;padding:0 16px}

.content_container .carousel_content_box {
    width: 100%;
    max-width: 1024px;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: end;
    align-items: end;
    border-radius: 14px;
    background-color: #e9e9e9;
    overflow: hidden;
    position: relative;
}

#carouselExample {
    width: 100%;
}

/*------------------slide--------------------------*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.slider__wrapper {
    position: relative;
    width: calc(100vw - 24px);
    max-width: 1024px;
    height: 380px;
    overflow: hidden;
}

.sliders {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.slide {
    width: 100%;
    max-width: 1024px;
    height: 380px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #e9e9e9;
    position: relative;
}

.control__button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.6);
    border-radius: 9999px;
    color: #fff;
    font-size: 34px;
}

    .control__button.prev {
        left: 0;
        background-image: none !important;
    }

    .control__button.next {
        right: 0;
        background-image: none !important;
    }

.control__button {
    border: none;
    border-radius: 0;
    width: 48px;
    height: 48px;
    color: #fff;
    cursor: pointer;
    border-radius: 9999px;
}

.slide-count {
    margin-left: 10px;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/*----------------------------------------------------*/

.nav_box {
    width: 100%;
    max-width: 700px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 14px;
    margin-top: 32px;
    padding: 10px 6px;
    background-color: #fff;
}

    .nav_box li {
        width: 100%;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        height: 50px;
        transition: 0.15s ease-in-out;
        cursor: pointer;
        border-right: 1px solid rgb(224, 224, 224);
        font-size: 13px;
        font-weight: 600;
    }

        .nav_box li:last-child {
            border-right: none !important;
        }

        .nav_box li a{position: relative;padding-top:40px;text-align:center;line-height:14px}
        .nav_box li a::before {
            position: absolute;
            top:6px;
            left:0;
            content:'';
            display: block;
            width:100%;
            height:28px;
            background-size:28px 28px;
            background-position:50% 50%;
            background-repeat:no-repeat;
        }
        .nav_box li.nav_box_01 a::before{background-image: url(/images/ic_nav_box_01.png);}
        .nav_box li.nav_box_02 a::before{background-image: url(/images/ic_nav_box_02.png);}
        .nav_box li.nav_box_03 a::before{background-image: url(/images/ic_nav_box_03.png);}
        .nav_box li.nav_box_04 a::before{background-image: url(/images/ic_nav_box_04.png);}
        .nav_box li.nav_box_05 a::before{background-image: url(/images/ic_nav_box_05.png);}

.slider_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    align-items: start;
    padding: 30px 0px;
    max-width: 1024px;
    position: relative;
    overflow: hidden;
}

    .slider_box h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 23.87px;
    }

    .slider_box .content_array {
        width: 100%;
        display: flex;
        -webkit-box-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        align-items: start;
        gap: 10px;
        transition: 0.3s ease-in-out;
        overflow-x: scroll;
    }

        .slider_box .content_array .content_box {
            min-width: 140px;
            max-width: 140px;
            height: auto;
            display: flex;
            flex-direction: column;
            -webkit-box-pack: start;
            justify-content: start;
            -webkit-box-align: start;
            align-items: start;
            cursor: pointer;
        }

            .slider_box .content_array .content_box .img {
                width: 100%;
                height: 200px;
                display: flex;
                -webkit-box-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                align-items: center;
                border-radius: 4px;
                overflow: hidden;
                object-fit: cover;
                background-color: #e9e9e9;
            }

            .slider_box .content_array .content_box .title {
                max-width: 140px;
                width: calc(100% - 10px);
                margin-top: 4px;
                font-size: 14px;
                font-weight: 600;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-bottom: 0 !important;
            }

            .slider_box .content_array .content_box .label {
                margin-top: 4px;
                font-size: 12px;
                padding: 0px 4px !important;
                color: white;
                border-radius: 2px;
                background-color: #ff6348;
            }

#curation_list {
    max-width: 100vw;
}

.recent_box {
    width: 100%;
    max-width: 1024px;
    height: auto;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    gap: 14px;
    margin-top: 24px;
    padding: 0 16px;
}
.recent_box.recent_box_home{margin:48px auto 0;}

    .recent_box .containers {
        width: 100%;
        padding: 14px 26px;
        height: 140px;
        border: 1px solid #C6CFDC;
        border-radius: 14px;
        transition: 0.15s ease-in-out;
        margin: 60px 0px;
        position: relative;
        background-color: rgb(255, 255, 255) !important;
    }

        .recent_box .containers .title_a {
            position: absolute;
            top: -16px;
            left: 20px;
            font-size: 16px;
            padding: 4px 10px;
            line-height:20px;
            background-color: #fff;
            font-weight: 600;
            border-radius:14px;
        }

        .recent_box .containers .recent_content_box {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            -webkit-box-pack: start;
            justify-content: start;
            -webkit-box-align: start;
            align-items: start;
            gap: 6px;
            padding: 4px 0px 0px;
            overflow-y: scroll !important;
            text-overflow: ellipsis;
        }

            .recent_box .containers .recent_content_box p {
                font-size: 16px;
                font-weight: 400;
                line-height: 17.9px;
                letter-spacing: -.4px;
                --tw-text-opacity: 1;
                margin-bottom: 4px;
                color: #585858;
                cursor: pointer;
                width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
                /* max-width: 350px; */
            }

                .recent_box .containers .recent_content_box p:hover {
                    text-decoration: underline;
                }

.recent_box.recent_box_column {
    max-width:530px;
    margin:0;
    padding:0;
    flex-direction: column;
    flex:1 !important;
}     
.recent_box.recent_box_column .containers {
    margin:16px 0 0 0;
    box-sizing: border-box;
    min-height:170px;
    flex:1;
}   

.native_box {
    width: 100%;
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    align-items: start;
    padding: 30px 0px;
    background-color: rgb(242, 242, 242);
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

    .native_box h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 23.87px;
        padding-left: 14px;
    }

    .native_box .content_box {
        width: 100%;
        padding: 20px 14px;
        display: flex;
        -webkit-box-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        align-items: start;
        border-radius: 6px;
        margin-top: 6px;
        gap: 8px;
        transition: all ease-in-out .2s;
    }

        .native_box .content_box .content {
            width: 120px;
            min-width: 120px;
            height: auto;
            display: flex;
            flex-direction: column;
            -webkit-box-pack: start;
            justify-content: start;
            -webkit-box-align: start;
            align-items: start;
            margin-right: 0px;
            cursor: pointer;
        }

            .native_box .content_box .content .image-box {
                width: 100%;
                height: 172px;
                border-radius: 6px;
                overflow: hidden;
                background-color: #fff;
            }

            .native_box .content_box .content .image-box .img {
                width: 100%;
                height: 172px;
                display: flex;
                -webkit-box-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                align-items: center;
                border-radius: 4px;
                overflow: hidden;
                object-fit: cover;
                background-color: #e9e9e9;
            }

            .native_box .content_box .content .image-box .desc_box { 
                background-color: gray; /* 배경색 회색 */
                height: 172px;
                width: 100%;
            }

            .native_box .content_box .content .image-box .default_image{
                width: 60px;
                height: 60px;
                border-radius: 8px;
                overflow: hidden;
                background-color: #e9e9e9;
            }

            .native_box .content_box .content .title {
                letter-spacing: -0.4px;
                width: calc(100% - 10px);
                margin-top: 4px;
                font-size: 14px;
                font-weight: 600;
                margin: 0;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .native_box .content_box .content .sco_label {
                font-size: 12px;
                font-weight: 500;
            }

            .native_box .content_box .content .sco_label_value {
                font-size: 12px;
                line-height: 12px;
                color: #869197;
            }

.new_content {
    width: 100%;
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    align-items: start;
    padding: 40px 14px 5px;
}

    .new_content h2 {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        -webkit-box-pack: start;
        justify-content: start;
        -webkit-box-align: end;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        line-height: 23.87px;
    }
    .new_content h2 span {
        position: absolute;
        right: 0;
        font-size: 28px;
        height: 28px;
        cursor: pointer;
    }

    .new_content .content_box {
        width: 100%;
        display: flex;
        -webkit-box-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        align-items: start;
        overflow-x: scroll;
        position: relative;
    }

        .new_content .content_box .content_array {
            width: 100%;
            display: flex;
            -webkit-box-pack: start;
            justify-content: start;
            -webkit-box-align: start;
            align-items: start;
            gap: 10px;
            transition: 0.3s ease-in-out;
        }

            .new_content .content_box .content_array .content {
                position: relative;
                min-width: 150px;
                padding: 10px 20px;
                height: auto;
                min-height: 240px;
                display: flex;
                flex-direction: column;
                -webkit-box-pack: start;
                justify-content: start;
                -webkit-box-align: center;
                align-items: center;
                cursor: pointer;
                border-radius: 8px;
                overflow: hidden;
                background-color: #e9e9e9;
                z-index: 10;
            }
            .new_content .content_box .content_array .content:hover .image .img  {
                transform: scale(1.1);
            }

                .new_content .content_box .content_array .content .head_kind {
                    z-index: 10;
                    margin-bottom: 8px;
                }
                .new_content .content_box .content_array .content .head_kind.white {
                    color: white !important;
                }
                

                .new_content .content_box .content_array .content .image {
                    width: 100%;
                    max-width: 120px;
                    height: 160px;
                    display: flex;
                    -webkit-box-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    align-items: center;
                    overflow: hidden;
                    border-radius: 8px;
                    background-color: #fff;
                    z-index: 10;
                    overflow: hidden !important;
                }

                .new_content .content_box .content_array .content .image .img{
                    width: 100%;
                    height: 160px;
                    display: flex;
                    -webkit-box-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    align-items: center;
                    border-radius: 4px;
                    overflow: hidden;
                    object-fit: cover;
                    background-color: #e9e9e9;
                    transition: all ease-in-out .15s;
                }

                .new_content .content_box .content_array .content .title {
                    max-width: 160px;
                    margin-top: 6px;
                    font-size: 14px;
                    font-weight: 600;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    z-index: 10;
                }
                .new_content .content_box .content_array .content .title.white {
                    color: white !important;
                }

.real_time {
    margin-top: 80px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    align-items: start;
    max-width: 1024px;
    position: relative;
    min-height: 500px
}

    .real_time h2 {
        width: 100%;
        display: flex;
        -webkit-box-pack: start;
        justify-content: start;
        -webkit-box-align: end;
        align-items: end;
        font-size: 20px;
        font-weight: 700;
        line-height: 23.87px;
        color: white;
        z-index: 9999;
        padding-top: 8px;
    }
    .real_time .black_box{
        position: absolute;
        transform: translateX(-30vw);
        width: 200vw;
        min-height: 500px;
        background-color: #141414;
    }

    .real_time .content_array {
        width: 100vw;
        max-width: 1024px;
        left: 50% !important;
        transform: translateX(-50%);
        margin-top: 4px;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

        .real_time .content_array .content_box {
            width: 100%;
            max-width: 1024px;
            display: flex;
            flex-direction: row;
            -webkit-box-pack: justify;
            justify-content: start;
            -webkit-box-align: center;
            align-items: start;
            gap: 20px;
            padding: 30px 0px;
            transition: 0.3s ease-in-out;
            position: relative;
        }

            .real_time .content_array .content_box .array {
                width: auto;
                max-width: 1024px;
                display: flex;
                flex-direction: column;
                -webkit-box-pack: start;
                justify-content: start;
                -webkit-box-align: start;
                align-items: start;
            }

                .real_time .content_array .content_box .array .box {
                    width: auto;
                    max-width: 300px;
                    margin: 14px 0px;
                    min-height: 110px;
                    display: flex;
                    -webkit-box-pack: justify;
                    justify-content: start;
                    -webkit-box-align: center;
                    align-items: start;
                    cursor: pointer;
                    overflow: hidden;
                    border-right: 1px solid transparent;
                }

                    .real_time .content_array .content_box .array .box h2 {
                        width: auto;
                        color: white !important;
                        width: 24px;
                        letter-spacing: -.4px;
                        font-weight: 400;
                        padding-top: 2px;

                    }

                    .real_time .content_array .content_box .array .box .image {
                        width: 78px;
                        height: 111px;
                        margin-left: 6px;
                        border-radius: 8px;
                        overflow: hidden;
                        background-color: #e9e9e9;
                    }

                    .real_time .content_array .content_box .array .box .default_image{
                        width: 60px;
                        height: 60px;
                        border-radius: 8px;
                        overflow: hidden;
                        background-color: #e9e9e9;
                    }

                    .real_time .content_array .content_box .array .box .image .img {
                        width: 100%;
                        height: 111px;
                        display: flex;
                        -webkit-box-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        align-items: center;
                        border-radius: 4px;
                        overflow: hidden;
                        object-fit: cover;
                        background-color: #e9e9e9;
                    }

                    .real_time .content_array .content_box .array .box .text_content {
                        width: 180px;
                        height: auto;
                        min-height: 110px;
                        position: relative;
                        display: flex;
                        flex-direction: column;
                        -webkit-box-pack: start;
                        justify-content: start;
                        -webkit-box-align: start;
                        align-items: start;
                    }

                        .real_time .content_array .content_box .array .box .text_content .title {
                            font-size: 16px;
                            font-weight: 600;
                            line-height: 18px;
                            padding-left: 10px;
                            width: calc(100% - 20px);
                            color: white;
                            margin: 0;
                        }

                        .real_time .content_array .content_box .array .box .text_content .sub_info {
                            position: absolute;
                            left: 10px;
                            bottom: 0px;
                            width: calc(100% - 28px);
                            color: rgb(163, 163, 163);
                        }

                            .real_time .content_array .content_box .array .box .text_content .sub_info .holder {
                                color: white;
                                width: calc(100% - 20px);
                                font-size: 14px;
                                font-weight: 500;
                                line-height: 15px;
                                margin: 0;
                            }

                            .real_time .content_array .content_box .array .box .text_content .sub_info .paytype {
                                width: 100%;
                                padding-right: 8px;
                                margin: 0;
                                overflow: hidden;
                                margin-top: 2px;
                                font-size: 12px;
                                line-height: 14px;
                                color: rgb(234, 234, 234);
                            }
.slide__title {
    width: 100%;
    height: 380px;
    position: relative;
}
.slide__title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide .linearGradientBack {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 380px;
    background-image: linear-gradient(transparent, transparent, transparent, black);
    z-index: 10;
}
.slide .h1_title {
    position: absolute;
    bottom: 50px;
    left: 40px;
    color: white;
    font-size: 28px;
    z-index: 20;
}
.slide .h4_title_sub {
    position: absolute;
    bottom: 20px;
    left: 40px;
    color: #e9e9e9;
    font-size: 24px;
    font-weight: 500;
    z-index: 20;
}
.slide__title .mini_img{
    position: absolute;
    left: 40px;
    bottom: 90px;
    border-radius: 8px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}
.slide__title .mini_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide__title .height_img{
    position: absolute;
    right: 40px;
    top: 20px;
    border-radius: 8px;
    overflow: hidden;
    width: 170px;
    height: 220px;
}
.slide__title .height_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_container .more {
    margin-top: 140px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #444444;
}
.content_container .more:hover {
    color: #000000;
}
.content_container .more ion-icon {
    margin-left: 10px;
}
@media screen and (max-width: 1024px) {
    .content_container {
        /* padding: 40px 0; */
    }

    .slider__wrapper {
        width:100%;
    }

    .nav_box {
        width: calc(100% - 24px);
    }
        /* .nav_box li {
            flex-direction: row;
            justify-content: start;
            border-right: none;
            width: 200px;
            font-size: 16px;
            border: 2px solid #e9e9e9 !important;
            padding-left: 44px;
            border-radius: 8px;
            transition: all ease-in-out .15s;
        } */
            .nav_box li:hover {
                transform: scale(1.05);
            }

.nav_box ion-icon {
    margin-bottom: 4px;
    font-size: 22px !important;
}

.recent_box {
    width:auto;
    flex-direction: column;
    padding-bottom:48px;
}

    .recent_box .containers {
        margin: 20px 0 0 0;
    }

.slider_box .content_array {
    overflow-x: scroll;
}

    .slider_box .content_array .content_box {
        min-width: 120px;
        max-width: 120px;
    }

        .slider_box .content_array .content_box .img {
            height: 156px;
        }

        .slider_box .content_array .content_box .label {
            margin-top: 0;
            font-size: 10px;
            padding: 1.5px 3px;
        }

.native_box h2 {
    margin-bottom: 0px;
}

.native_box .content_box {
    padding: 10px;
    margin-top: 0px;
}

    .native_box .content_box .content {
        width: 110px;
        min-width: 110px;
    }

.new_content .content_box .content_array .content {
    min-width: 140px;
    min-height: 220px;
    padding: 10px;
}

    .new_content .content_box .content_array .content .image {
        width: 100px;
        height: 134px;
    }

    .new_content .content_box .content_array .content .head_kind {
        font-size: 14px !important;
        margin-bottom: 4px;
    }

.new_content .content_box .content_array {
    gap: 6px;
}

.new_content h2 {
    margin-bottom: 14px !important;
}
.new_content h2 span {
    margin-right: 20px;
    font-size: 22px;
}

.slider_box h2 {
    margin-bottom: 4px !important;
}

.real_time h2 {
    margin: 0px;
}

.real_time .content_array .content_box {
    padding: 14px 0 14px 14px;
}

    .real_time .content_array .content_box .array .box .image {
        margin-left: 4px;
        min-width: 78px;
    }

    .real_time .content_array .content_box .array .box {
        margin: 10px 0px;
    }

        .real_time .content_array .content_box .array .box .text_content {
            width: 160px;
        }
    .native_box .content_box .content .image-box {
        height: 158px;
    }
    .recent_box .containers {
        width: 100%;
        box-sizing: border-box;
    }

    .native_box .arrow {
        display: none !important;
    }

    .real_time .arrow {
        display: none !important;
    }

    .curation_list .arrow {
        display: none !important;
    }
    .slide__title .height_img{
        display: none !important;
    }
    .real_time .content_array {
        overflow-x: scroll !important;
    }
    #curation_top_data:hover .arrow{
        display: none !important;
    }
    .native_box:hover .arrow{
        display: none !important;
    }
    .curation_list:hover .arrow{
        display: none !important;
    }
    .content_array:hover .arrow{
        display: none !important;
    }
    .new_content h2 span {
        right: 14px;
    }
    .native_box .content_box {
        overflow-x: scroll !important;
    }
}

@media all and (max-width:768px){
.content_container {margin-bottom:0;}
}

.native_box .arrow {
    position: absolute;
    top: 140px;
    font-size: 28px;
    padding: 6px 0px;
    color: white;
    display: none;
    cursor: pointer;
    background-image: none !important;
}
.native_box .arrow.prev {
    left: 4px;
    z-index: 9999;
    background-image: none !important;
}
.native_box .arrow.next {
    right: 4px;
    z-index: 9999;
    background-image: none !important;
}
.native_box:hover .arrow{
    display: block;
}

#curation_top_data .arrow {
    position: absolute;
    top: 140px;
    font-size: 28px;
    padding: 6px 0px;
    color: white;
    display: none;
    cursor: pointer;
    background-image: none !important;
}
#curation_top_data .arrow.prev {
    left: 4px;
    z-index: 9999;
    background-image: none !important;
}
#curation_top_data .arrow.next {
    right: 4px;
    z-index: 9999;
    background-image: none !important;
}
#curation_top_data:hover .arrow{
    display: block;
}

.content_array .arrow {
    position: absolute;
    top: 200px;
    font-size: 28px;
    padding: 6px 0px;
    color: white;
    display: none;
    cursor: pointer;
    background-image: none !important;
}
.content_array .arrow.prev {
    left: 10px;
    z-index: 9999;
    background-image: none !important;
}
.content_array .arrow.next {
    right: 10px;
    z-index: 9999;
    background-image: none !important;
}
.content_array:hover .arrow{
    display: block;
}

.curation_list .arrow {
    position: absolute;
    top: 100px;
    font-size: 28px;
    padding: 6px 0px;
    color: white;
    display: none;
    cursor: pointer;
    background-image: none !important;
}
.curation_list .arrow.prev {
    left: 6px;
    z-index: 9999;
    background-image: none !important;
}
.curation_list .arrow.next {
    right: 6px;
    z-index: 9999;
    background-image: none !important;
}
.curation_list .group :hover .arrow{
    display: block;
}


.arrow .bg-black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6 !important;
    border-radius: 9999px;
}

.arrow {
    width: 34px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow ion-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
}

.bg_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg_image .white_blur {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.bg_image .white_blur .back_image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: blur(14px);
}