/* BASIC css start */
/* 메인 비쥬얼 배너 */
.main-banner .swiper-slide img {
    width: 100%;
}

.main-banner .swiper-pagination-wrap {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    width: 160px;
    height: 42px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.main-banner .swiper-button-prev, .main-banner .swiper-button-next {
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    z-index: 20;
}

.main-banner .swiper-button-prev {
    background: url('//skin.makeshop.co.kr/skin/onstore/pc/images/ic_arrow_w_prev.png') no-repeat center;
}

.main-banner .swiper-button-next {
    background: url('//skin.makeshop.co.kr/skin/onstore/pc/images/ic_arrow_w_next.png') no-repeat center;
}

.main-banner .swiper-pagination-fraction {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
}

.main-banner .swiper-pagination-fraction:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 10px;
    background: #AAAAAA;
}


.main-banner .swiper-pagination-fraction > span {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #AAAAAA;
}

.main-banner .swiper-pagination-fraction .swiper-pagination-current {
    color: #FFFFFF;
}

#section01 {
    margin-bottom: 80px;
}

#section01 .category-wrap {
    height: 287px;
}

#section01 .category-wrap .category-list {
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#section01 .category-wrap .category-list li a {
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: center;
}

#section01 .category-wrap .category-list li a > span {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

#section01 .swiper-wrap {
    padding-left: 80px;
}

#section01 .swiper-container {
    padding-bottom: 28px;
}

#section01 .category-swiper .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 115%;
    border-radius: 15px;
    overflow: hidden;
}

#section01 .category-swiper .swiper-slide a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

#section01 .category-swiper .swiper-slide a > .txt {
    position: absolute;
    top: 67px;
    left: 60px;
    width: 100%;
    font-weight: 400;
    font-size: 26px;
    color: #000;
    word-break: keep-all;
}

#section01 .category-swiper .swiper-slide a > .txt > strong {
    display: block;
    font-weight: 700;
}

#section01 .category-swiper .swiper-pagination {
    top: auto !important;
    bottom: 0 !important;
}

#section01 .category-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--color-gray);
    opacity: 1;
}

#section01 .category-swiper .swiper-pagination-bullet-active {
    background: #000000;
}

.container-wrap {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}

.title {
    font-weight: 800;
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}

#section02 {
    margin-bottom: 160px;
}

#section02 .tab-content-wrap .tab-content {
    display: none;
}

#section02 .tab-content-wrap .tab-content.active {
    display: block;
}

.btn-wrap {
    width: 100%;
    display: flex;
    gap: 4px;
    justify-content: center;
}

.btn-wrap .btn-more {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 32px;
    border-radius: 25px;
    background: var(--color-gray-light);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.btn-wrap .btn-more:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url('//skin.makeshop.co.kr/skin/onstore/pc/images/ic_plus.png') no-repeat center;
}

#section03 {
    margin-bottom: 160px;
}

#section03 .event-wrap {
    display: flex;
    gap: 28px;
    margin-bottom: 50px;
}

#section03 .event-wrap > a {
    flex: 1;
    height: 260px;
    border-radius: 15px;
    padding: 94px 90px 0 90px;
    box-sizing: border-box;
    color: #000000;
}

#section03 .event-wrap > a:nth-child(1) {
    background: url('//skin.makeshop.co.kr/skin/onstore/pc/images/section03_bg01.png') no-repeat center;
}

#section03 .event-wrap > a:nth-child(2) {
    background: url('//skin.makeshop.co.kr/skin/onstore/pc/images/section03_bg02.png') no-repeat center;
}

#section03 .event-wrap .item-box strong {
    display: block;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 26px;
}

#section03 .event-wrap .item-box p {
    font-weight: 400;
    font-size: 14px;
}

#section04 {
    margin-bottom: 80px;
}

#section05 {
    margin-bottom: 80px;
}

#section05 .inner-box {
    display: flex;
    gap: 217px;
    justify-content: center;
    align-items: center;
    height: 300px;
    background: #F4F7FF;
    color: #000000;
}

#section05 .inner-box .right p {
    display: block;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 30px;
}

#section05 .inner-box .right .btn-link {
    display: block;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    width: 120px;
    height: 34px;
    line-height: 34px;
    color: #FFFFFF;
    background: var(--color-default);
    border-radius: 25px;
}

.product-list-wrap {
    margin-bottom: 50px;
}

#section06 {
    margin-bottom: 150px;
}











/* BASIC css end */

