@charset "utf-8";
@import url(https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css);

/* 초기화 , 공통사용 */
/* 레이아웃 크기 지정 */
#hd,
#wrapper,
#ft {
    min-width: auto;
}
#hd_pop,
#hd_wrapper,
#tnb .inner,
#gnb .gnb_wrap,
#container_wr,
#ft_wr {
    width: 1200px;
}
#ft_wr {
    max-width: 1200px;
}
#container {
    width: 100%;
}

.inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.br-m {
    display: none;
}

ol,
ul {
    padding-left: 0;
}

:root {
    --lm-font-family: "NanumSquareRound", sans-serif;
    --lm-primary-color: #2e9af0;
    --lm-icon-height: 56px;
    --bs-primary-color: #2e9af0;
    --bs-primary-rgb: 46,154,240;
}

.bo_vc_act li a {
    font-size: 0.875rem;
}

.dongne-logo {
    height: 48px;
}

input[name="stx"] {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.layer-preview-image {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3rem 1rem;
    z-index: 9999;
}

.review-image-swiper-pagination {
    align-self: flex-end;
}
.review-image-swiper-pagination > span + span {
    margin-left: 0.25rem;
}

.review-image-swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
}

.layer-preview-image .swiper-slide {
    align-self: center;
    text-align: center;
}

.layer-preview-image img {
    max-height: 90vh;
}

.btn-icon {
    height: var(--lm-icon-height);
}

.btn_search {
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translatey(-50%);
    color: cornflowerblue;
    font-size: 1.25rem;
}

.btn_search::before {
    content: "\f002";
}

.number-slides {
    position: absolute;
    bottom: 0.625rem;
    right: 1rem;
    font-size: 0.875rem;
    color: white;
    z-index: 1;
}

#quick-menu {
    top: 96px;
    right: 32px;
    background-color: #fafafa;
}

.list.list-item-new .about_food > * {
    margin-bottom: 6px;
}

#btn-buy-page button {
    max-width: 730px;
}

.container-dongnemall-popup {
    position: absolute;
    top: 7rem;
    left: 50%;
    transform: translatex(-50%);
    width: 800px;
    max-width: calc(100% - 4px);
    background-color: white;
    overflow: hidden;
    z-index: 3;
}
.container-dongnemall-popup.popup-1 {
    width: 500px;
    max-width: calc(100% - 4rem);
}
.container-dongnemall-popup .header {
    padding: 0.5rem;
    text-align: right;
}
.container-dongnemall-popup .content {
    width: 100%;
}
.container-dongnemall-popup .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}
.container-dongnemall-popup .item {
    overflow: hidden;
    width: calc(50% - 1px);
    margin-bottom: 2px;
}
.container-dongnemall-popup .item:nth-child(2n) {
    margin-left: 2px;
}
.container-dongnemall-popup .item>img {
    transition: all 0.3s ease;
    cursor: pointer;
}
.container-dongnemall-popup .item>img:hover {
    transform: scale(1.1);
}
.container-dongnemall-popup .grid-1 .item {
    width: 100%;
}

.main_ban000.banner-1 {
    /* width: 40%; */
}
.main_ban000 .overflow-hidden::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 1rem;
    height: 100%;
    background: linear-gradient(to right, transparent, #f5f5f5);
    z-index: 1;
}

.background-cover
{
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-ai-banner iframe {
    width: 100%;
    aspect-ratio: 6/5;
}

.main-ai-banner a {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    display: block;
}

@media screen and (max-width: 767px) {
    :root {
        --lm-icon-height: 32px;
    }

    .main-ai-banner a {
        font-size: 1.25rem;
    }
}
