.headerContainer {
    border-bottom: none;
}

/* 배너 전체 컨테이너 */
.peek-slider {
    max-width: 1300px;
    margin: 0px auto;
}

/* 슬라이더 자체는 오버플로우 보이기 */
.peek-slider .swiper {
    overflow: visible;
}

/* 슬라이드 카드 비율/모서리/그림자 */
.peek-slider .swiper-slide {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
    height: 376px;
    position: relative;
    cursor: pointer;
}

.peek-slide-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* 도트 */
.peek-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #333;
    opacity: .35;
}

.peek-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner-text-box {
    position: absolute;
    left: 108px;
    top: 87px;
}

.banner-text-box h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
}

.banner-text-box p {
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 38px;
}

.banner-card-tag {
    background: #fff;
    color: #000;
    border-radius: 20px;
    padding: 7px 14px;
    font-size: 18px;
    font-weight: 600;
}

.main-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}

.store-crafted {
    margin-top: 180px;
}

.store-crafted h2 {
    font-size: 32px;
    color: #000;
    font-weight: 800;
    margin-bottom: 26px;
    text-align: center;
}

.store-crafted p {
    font-size: 22px;
    color: #000;
    margin-bottom: 60px;
    text-align: center;
}

.img-crafted-box-1 {
    display: flex;
    gap: 33px;
}

.img-crafted-box-1 div {
    width: 300px;
    height: 416px;
    transition: all 0.3s ease-in-out;
    will-change: transform;
    cursor: pointer;
}

.img-crafted-box-1 div:hover {
    transform: translateY(-10px);
} 
.img-crafted-box-1 a {
    width: 300px;
    height: 416px;
    transition: all 0.3s ease-in-out;
    will-change: transform;
    cursor: pointer;
}

.img-crafted-box-1 a:hover {
    transform: translateY(-10px);
}

.img-crafted-box-1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.next-site-flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.next-site-box {
    border: 1px solid #000;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 14px 29px;
    cursor: pointer;
    margin-top: 70px;
}

.next-site-box span {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

.next-site-icon-box {
    width: 18.5px;
    height: 18.5px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-crafted-box-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.img-crafted-box-2 img {
    object-fit: cover;
    width: 100%;
    height: 306px;
}

.img-crafted-box-2 div {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.img-crafted-box-2 h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.img-crafted-box-2 span {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.img-crafted-box-3 {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.img-crafted-box-3 img {
    object-fit: cover;
    width: 100%;
    height: 358px;
    transition: transform 0.4s ease;
    will-change: transform;
}

/* 마우스 오버 시 확대 */
.box-3-h {
    position: relative;
    overflow: hidden;
    height: 358px;
}

.box-3-h:hover .img-3-h {
    transform: scale(1.1);
    /* 1.1~1.2 정도가 자연스러움 */
}

.img-crafted-box-3>a:nth-child(n+5) {
    margin-top: 111px;
}

.img-crafted-box-3 h3 {
    font-size: 22px;
    margin-top: 18px;
    margin-bottom: 16px;
    line-height: 30px;
}

.price {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    gap: 14px;
    align-items: center;
}

.discount {
    color: #7800FF;
}

.original {
    color: #666;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 700;
}

.img-crafted-box-4 {
    display: flex;
    justify-content: space-between;
    gap: 28px;
}

.store-gra {
    background: linear-gradient(180deg, #fff 0%, #F3EFFF 100%);
    padding-bottom: 218px;
}

.store-gra-list {
    box-shadow: 5px 5px 10px #0000001A;
    border-radius: 16px;
    width: 25%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

.store-gra-list:hover .store-gra-txt-1 {
    color: #7800FF;
}

.store-gra-txt-1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 23px;
}

.store-gra-txt-2 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.market-btn {
    margin-top: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.market-btn>a {
    width: 270px;
    height: 68px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
}

.creater-btn {
    background: #7800FF;
    color: #fff;
}

.blog-btn {
    background: #fff;
    color: #7800FF;
    border: 1px solid #7800FF;
}

.product-item-link{
    display: block;
     width: 304px;
    height: 100%;
    cursor: pointer;
}