body {
    overflow-x: hidden;
}
.partner-box-form { float: inherit; }
.owl-carousel .owl-item img { height: auto; }
.giftImg { border: none !important; }
.slick-prev { left: 5px; z-index: 9; }
.slick-next { right: 5px; }
.partner-box-form div h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 20px;
    font-weight: 600;
}
.partner-box-form div p {
    margin: 0px 20px 10px 20px;
}
.partner-box-form div p:nth-child(4) {
    margin-bottom: 10px;
    height: 60px;
}
.soldOut {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 10px;
}
.slick-slide {
    aspect-ratio: 16 / 11;
    background: #eaecee;
}
.portfolioFilterCon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.portfolioFilterCon p { margin-bottom: 0; }
.portfolioFilterCon a {
    font-weight: 600;
    display: block;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    margin: 0 13px;
    padding: 0 2px;
    position: relative;
}
.portfolioFilterCon a:after {
    display: block;
    width: 0;
    border-bottom: 2px solid #bfaa88;
    content: "";
    transition: all 0.3s;
}
.portfolioFilterCon .active a:after { width: 100%; }
.portfolioFilterCon p:hover a:after { width: 100%; }
.tab_btn {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 270px;
}
.tit_btn {
    color: #000;
    font-size: 18px;
    border: 1px solid #999;
    padding: 10px 20px;
    font-weight: 600;
    width: 130px;
    display: block;
}
.active { color: #bfaa88; }

.container {
    padding: 0;
    margin: 0 auto;
}

/* 이미지 백그라운드 스타일 */
.partner-box-form > div {
    border: 1px solid #eaecee;
}
.giftImg {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 비율 */
    background-size: cover;
    background-position: center;
}
.partner-box-form div h5 a {
    color: #000;
    text-decoration: none;
}

/* 미디어 쿼리 */
@media (max-width: 920px) and (min-width: 551px) {
    .partner-box-form {
        width: 50%;
        padding: 1%;
    }

    .partner-box-form div h5 {
        margin: 15px;
        font-size: 18px;
        line-height: 14px;
    }

    .portfolioFilterCon a {
        font-size: 19px;
        margin: 0 10px;
    }

    .slick-prev, .slick-next {
        display: none;
    }
}
@media (max-width: 920px) {
    .partner-box-form div h5 {
        line-height: 2.4rem;
    }

}
@media (max-width: 450px) {
    .mo_Btn {
        width: 100%;
        background: #bfaa88 !important;
        color: #fff !important;
        border: 1px solid #bfaa88 !important;
    }
    .mo_Btn:hover { color: #fff !important; background: #bfaa88 !important; }
}
.swal2-popup { width: 70em; }
.swal2-title { line-height: 1.4; word-break: keep-all; }
.swal2-styled { padding: 0.625em 2.1em; }

@media (max-width: 406px) { .portfolioFilterCon a { font-size: 18px; margin: 0 8px; } }
@media (max-width: 337px) { .portfolioFilterCon a { font-size: 16px; margin: 0 5px; } }
#header>.container { max-width: unset; width: 100%; }
#header-sticky>.container { max-width: unset; width: 100%; }
.swiper-button-next, .swiper-button-prev {
    background: transparent!important;
}