body {
    margin: 0;
    padding: 0;

}
*{
    box-sizing: border-box;
}
.carousel {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 150px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.carousel .title {
    user-select: none;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 40px;
    font-family: Pretendard;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}

.carousel .content-text {
    margin-top: 40px;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    font-family: Pretendard;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}


.content_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    max-width: 1920px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    box-sizing: border-box;
}

.content .news {
    width: 50%;
    height: 100%;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    border-right: 1px solid #707070;
}

.content .news .item {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.content .news .item .img {
    width: 100%;
    height: 570px;
}

.content .news .item .text {
    width: 100%;
    height: 170px;
    margin-top: 30px;
    /* margin-bottom: 30px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.content .news .item:hover {
    cursor: pointer;
}

.content .news .item:hover .text .title,
.content .news .item:hover .text .text-content,
.content .news .item:hover .text .date {
    color: #0A7FD2;
}



.content .news .item:not(:nth-child(7)) {
    border-bottom: 1px solid #707070;
}


.content .news .item .text .title {
    height: auto;
    /* 높이를 자동으로 설정하여 내용에 맞게 조정 */
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 24px;
    font-family: Pretendard;
    letter-spacing: 0px;
    color: #121212;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content .news .item .text .text-content {
    height: auto;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    font-family: Pretendard;
    letter-spacing: 0px;
    color: #121212;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}

.content .news .item .text .date {
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14px;
    font-family: Pretendard;
    letter-spacing: 0px;
    color: #121212;
    opacity: 1;
}

/* .content  {
    width: 50%;
    height: 100%;
    display: flex;
} */

.content .meeting {
    width: 25%;
    height: 100%;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    border-right: 1px solid #707070;

}

.content .meeting .item {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.content .meeting .item .text {
    width: 100%;
    height: 70px;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content .meeting .item:hover {
    cursor: pointer;
}

.content .meeting .item:hover .text .title,
.content .meeting .item:hover .text .date,
.content .meeting .item:hover .text .date_writer_container .date,
.content .meeting .item:hover .text .date_writer_container .writer .gerneration,
.content .meeting .item:hover .text .date_writer_container .writer .name {
    color: #0A7FD2;
}

.content .meeting .item .text .title {
    height: auto;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 24px;
    font-family: Noto Sans CJK KR;
    letter-spacing: 0px;
    color: #121212;
    opacity: 1;
    height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}


.content .meeting .item .text .date {
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14px;
    font-family: Pretendard;
    letter-spacing: 0px;
    color: #121212;
    opacity: 1;
}

.content .product {
    width: 25%;
    height: 100%;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.content .product .item {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
}

.content .product .item .img_container {
    width: 100%;
    position: relative;
}

.content .product .item .wish {
    width: 26px;
    height: 22px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
}

.wish.off {
    background: url('/img/m12018_heart.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wish.on {
    background: url('/img/m12018_heart_red.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wish.active {
    animation-name: hrt_beat;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
}

.content .product .item .text {
    width: 100%;
    height: 100px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content .product .item:hover {
    cursor: pointer;
}

.content .product .item:hover .text .title,
.content .product .item:hover .text .price,
.content .product .item:hover .text .salePrice .num,
.content .product .item:hover .text .salePrice .unit {
    color: #0A7FD2;
}


.content .product .item .text .title {
    width: 100%;
    height: auto;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 20px;
    font-family: Pretendard;
    letter-spacing: 0px;
    color: #121212;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content .product .item .price-container {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}

.price {
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Pretendard;
    letter-spacing: 0px;
    color: #BBBBBB;
    opacity: 1;
    margin-right: 15px;
    text-decoration: line-through;
}

.salePrice {
    display: flex;
    flex-direction: row;
    height: 30px;
    align-items: center;
}

.salePrice .num {
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 24px;
    font-family: Pretendard;
    letter-spacing: 0px;
    color: #121212;
    margin-right: 5px;
}

.salePrice .unit {
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14px;
    font-family: Pretendard;
    letter-spacing: 0px;
    color: #121212;
}

.detail_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #707070;
    box-sizing: border-box;
}

.detail_container {
    width: 1920px;
    height: 100px;
    display: flex;
    align-items: center;
}

.detail_container .detail {
    width: 25%;
    /* margin-left: 50px; */
    text-align: left;
    color: #707070;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 16px;
    font-family: Pretendard;
    letter-spacing: 0px;
    padding: 0 30px;
    box-sizing: border-box;
}

.detail_container .detail:first-child {
    width: 50%;
}

.detail_container .detail:hover {
    cursor: pointer;
}

.content .m_detail_container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.content .m_detail_container .m_detail {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: flex-end;
    height: 14px;
    color: #000000;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 10px;
    font-family: Pretendard;
    letter-spacing: 0px;
    padding: 20px 0;
    border-top: 1px solid #707070;
}

.carousel_wrapper {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* background-color: red; */
}

.carousel_swiper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.test_color {
    font-size: 40px;
    color: white;
    background-color: red;
    width: 100%;
    height: 100%;
}

.swiper_btn_container {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}

.swiper_btn_container .btn-container {
    width: 100%;
    /* height: 100px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper_btn_container .btn-container i {
    width: 55px;
    height: 55px;
}


.swiper_btn_container .carousel-page {
    width: 100px;
    height: 15px;
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.swiper_btn_container .carousel-page .item {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.swiper_btn_container .carousel-page .item:hover {
    cursor: pointer;
}

.swiper_btn_container .carousel-page .item.active {
    background-color: #FFFFFF;
}

.swiper_btn_container .swiper-pagination {
    width: 120px;
    height: 15px;
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.swiper_btn_container .swiper-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    border: 2px solid #FFFFFF !important;
    opacity: 1 !important;
    background-color: transparent !important;
}

.swiper_btn_container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FFFFFF !important;
}

.swiper_btn_container .sns_btn_container {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.swiper_btn_container .sns_btn_design {
    margin-top: 20px;
    background-color: #000000;
    width: 70px;
    height: 70px;
    color: #FFFFFF;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 20px;
    font-family: Noto Sans CJK KR;
    letter-spacing: 0px;
    opacity: 1;
    /* 현재 연결할 링크가 없으므로 숨김처리 */
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    user-select: none;
}

.swiper_btn_container .sns_btn_design:hover {
    cursor: pointer;
}

.swiper-container .button-next, .swiper-container .button-prev{
    position: absolute;
    top: 100%;
    width: 27px;
    height: 15px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.sns_btn {
    margin-top: 20px;
    width: 70px !important;
    height: 70px !important;
    display: flex;
    user-select: none;
}

.sns_btn.active {
    display: none;
}

.date_writer_container {
    display: flex;
}

.date_writer_container {
    display: flex;
    justify-content: space-between;
}

.date_writer_container .writer {
    display: flex;
}

.date_writer_container .writer .gerneration {
    display: flex;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14px;
    font-family: Pretendard;
    letter-spacing: 0px;
    color: #121212;
    opacity: 1;
}

.date_writer_container .writer .name {
    display: flex;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14px;
    font-family: Pretendard;
    letter-spacing: 0px;
    color: #121212;
    opacity: 1;
    margin-left: 5px;
}


.product_prepare {
    width: 100%;
    /* height: 500px; */
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 30px;
    font-family: Pretendard;
    line-height: 700px;
}

.emptyBoard {
    width: 100%;
    height: 500px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 30px;
    font-family: Pretendard;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.store{
    display: flex;
    gap: 10px;
    padding: 30px 0px;
    flex-direction: column;
    margin-top:20px;
}




.store_name{
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 24px;
    font-family: Noto Sans CJK KR;
    letter-spacing: 0px;
    color: #121212;
    opacity: 1;
    height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.store_person{
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14px;
    font-family: Pretendard;
    letter-spacing: 0px;
    color: #121212;
    opacity: 1;
}

@media (max-width: 1900px) {

    .content {
        width: 100%;
        
    }
}

@media (max-width: 1024px) {

    .carousel {
        width: 100%;
        height: 100vh;
        padding: 100px;
    }

    .content {
        width: 100%;
        flex-direction: column;
    }

    .content .news {
        width: 100%;
        border-right: none;
    }

    .content .meeting {
        width: 100%;
        border-right: none;
    }

    .content .product {
        width: 100%;
    }

    .detail_wrapper {
        display: none;
    }

    .content .m_detail_container .m_detail {
        display: flex;
        font-size: 14px;

    }

    .content .product .item {
        display: none;
    }

    .content .product .item:nth-child(-n+3) {
        display: flex;
    }

    .content .news .item {
        display: none;
    }

    .content .news .item:nth-child(-n+3) {
        display: flex;
    }

    .content .meeting .item {
        display: none;
    }

    .content .meeting .item:nth-child(-n+3) {
        display: flex;
    }

    .content .meeting .item .text .title {
        font-size: 22px;
    }

    .content .meeting .item .text .date {
        font-size: 13px;
    }

    .content .product .item .text {
        height: 90px;
    }

    .content .product .item .text .title {
        font-size: 18px;
    }

    .content .product .item .price-container {
        height: 25px;
    }

    .price {
        font-size: 12px;
    }

    .salePrice .num {
        font-size: 22px;
    }

    .salePrice .unit {
        font-size: 12px;
    }

    .carousel .title {
        /* width: 240px; */
        font-size: 26px;
    }

    .carousel .content-text {
        font-size: 16px;
    }

    .swiper_btn_container {
        padding: 10px;
    }

    .swiper_btn_container .btn-container i {
        width: 30px;
        height: 30px;
    }

    .swiper_btn_container .sns_btn_design {
        width: 40px;
        height: 40px;
        font-size: 11px;
        margin-top: 6px;
    }

    .sns_btn {
        width: 40px !important;
        height: 40px !important;
    }
}

@media (max-width: 768px) {
    .carousel {
        padding: 150px 30px;
    }

    .carousel .title {
        /* width: 240px; */
        font-size: 18px;
    }

    .carousel .content-text {
        font-size: 12px;
    }
}


@media (max-width: 430px) {

    .carousel {
        padding: 80px 30px;
    }

    .content .news .item .text .title {
        font-size: 16px;
        /* height: 20px; */
        width: 100%;
    }

    .content .news .item .text .text-content {
        font-size: 12px;
        /* height: 30px; */
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

    .content .news .item .text .date {
        font-size: 10px;
    }

    .content .news .item .text {
        height: 80px;
    }

    .content .news .item .img {
        height: 200px;
    }

    .content .news .item:nth-child(3) {
        border-bottom: 0px;
    }

    .content .meeting .item .text {
        height: 70px;
    }

    .content .meeting .item .text .title {
        font-size: 22px;
    }

    .content .meeting .item .text .date {
        font-size: 13px;
    }

    .content .product .item .text {
        height: 90px;
    }

    .content .product .item .text .title {
        font-size: 18px;
    }

    .content .product .item .price-container {
        height: 25px;
    }

    .price {
        font-size: 12px;
    }

    .salePrice .num {
        font-size: 22px;
    }

    .salePrice .unit {
        font-size: 12px;
    }

    .carousel .title {
        /* width: 240px; */
        font-size: 24px;
    }

    .carousel .content-text {
        font-size: 12px;
    }

    .swiper_btn_container {
        padding: 10px;
    }

    .swiper_btn_container .btn-container i {
        width: 30px;
        height: 30px;
    }

    .swiper_btn_container .sns_btn_design {
        width: 40px;
        height: 40px;
        font-size: 11px;
        margin-top: 6px;
    }

}

.carousel_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(70%);
    z-index: 1;
}