/* BASIC css start */
/* 메인 비주얼 */
.visual_swiper {
    text-align: center;
    position: relative;
    margin-top: 10px;
}
.visual_swiper .img {
    position: relative;
    padding-bottom: 105.2%;
}
.visual_swiper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.visual_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #b0b0b0;
}
.visual_swiper .swiper-pagination-bullet-active {
    background: #000;
}
.visual_swiper .swiper-pagination {
    bottom: 24px !important;
}
.visual_swiper .swiper-slide {
    width: 629px;
    margin-right: 10px;
}
.visual_swiper .swiper-slide .txt {
    position: absolute;
    left: 140px;
    bottom: 100px;
    color: #fff;
    transition: 2s;
    opacity: 0;
    text-align: left;
}
.visual_swiper .swiper-slide .txt .tit {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: -1px;
}
.visual_swiper .swiper-slide .txt .des {
    font-size: 18px;
}
.visual_swiper .swiper-slide.swiper-slide-active .txt {
    opacity: 1;
    animation: fadeIn2 1.5s;
    left: 95px;
}
@keyframes fadeIn2 {
    from { left: 140px; }
    to { left: 95px; }
}
.new_visual_swiper .swiper-slide img {
    width: 100%;
}

/* 기존 상품 구좌 */
.section .wrapper {
    width: 1600px;
    margin: 0 auto 120px;
}
.section.bg {
    background: #ededed;
    width: 100%;
    padding: 114px 0 60px;
    margin-bottom: 130px;
}
.section .sect_tt {
    text-align: center;
}
.section .sect_tt .tt {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 50px;
}
.section .prod_box {
    padding: 0 130px;
    box-sizing: border-box;
}
.section .more {
    text-align: center;
}
.section .more a {
    display: inline-block;
    width: 300px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    background: #000;
    box-sizing: border-box;
}

/* WEEKLY BEST 탭 */
.tabSwiperBox .tab_thumb {
    text-align: center;
    margin-bottom: 40px;
}
.tabSwiperBox .tab_thumb .swiper-pagination-bullet {
    font-family: 'Noto Sans KR', sans-serif;
    transition: .2s all;
    margin: 0 25px;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    opacity: 1;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    padding-bottom: 10px;
    line-height: 1;
    border-bottom: 3px solid transparent;
}
.tabSwiperBox .tab_thumb .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}
.tabSwiperBox .tab_thumb .swiper-pagination-bullet-active {
    font-weight: 600;
    border-bottom-color: #000;
}
#contentWrap .trend_list {
    width: 1340px;
    margin: 0 auto;
    box-sizing: border-box;
}
#section03 {
    display: none;
}

/* 골프 PRICE DROP */
.golf-price-drop {
    clear: both;
    width: calc(100% - 60px);
    max-width: 1540px;
    margin: 40px auto;
    padding: 16px 80px;
    box-sizing: border-box;
    background: #f8f7f4;
    border-top: 1px solid #e8e4de;
    border-bottom: 1px solid #e8e4de;
}
.golf-price-drop .gpd-inner {
    max-width: 1340px;
    margin: 0 auto;
}
.golf-price-drop .gpd-heading {
    margin-bottom: 18px;
    text-align: center;
}
.golf-price-drop .gpd-heading h2 {
    margin: 0 0 6px;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.5px;
    color: #111;
}
.golf-price-drop .gpd-heading p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #715946;
}

/* 타이머 */
.golf-price-drop .gpd-timer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px 16px;
    border: 1px solid #e4ddd3;
    border-radius: 50px;
    background: #fff;
    color: #715946;
    white-space: nowrap;
}
.golf-price-drop .gpd-timer svg {
    flex-shrink: 0;
    width: 19px;
    height: 19px;
}
.golf-price-drop .gpd-time {
    min-width: 88px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    letter-spacing: 1px;
}
.golf-price-drop .gpd-label {
    padding-left: 10px;
    border-left: 1px solid #d9cec1;
    font-size: 11px;
    line-height: 1.3;
    color: #89796a;
}

/* 상품 4칸 — 한 줄 고정 */
.golf-price-drop .gpd-slider-area {
    position: relative;
    min-width: 0;
}

.golf-price-drop .gpd-swiper {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* 기존 상품목록의 줄바꿈 해제 */
.golf-price-drop .gpd-swiper > .item-cont {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    box-sizing: border-box;
}

.golf-price-drop .gpd-swiper > .item-cont::before,
.golf-price-drop .gpd-swiper > .item-cont::after {
    display: none !important;
    content: none !important;
}

/* 상품 하나당 정확히 1/4칸 */
.golf-price-drop .gpd-swiper > .item-cont > * {
    display: block !important;
    flex: 0 0 calc((100% - 42px) / 4) !important;
    float: none !important;
    clear: none !important;
    width: calc((100% - 42px) / 4) !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 14px 0 0 !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
    text-align: left;
    list-style: none;
}

.golf-price-drop .gpd-swiper > .item-cont > :last-child {
    margin-right: 0 !important;
}

.golf-price-drop .tumb {
    position: relative;
    width: 100%;
}

.golf-price-drop .tumb > a {
    display: block;
}

.golf-price-drop .tumb > a > img:first-child,
.golf-price-drop .tumb > a > div > img {
    display: block;
    width: 100%;
    height: auto;
}

/* 좌우 화살표 */
.golf-price-drop .gpd-prev,
.golf-price-drop .gpd-next {
    display: block !important;
    position: absolute;
    top: 38%;
    z-index: 2;
    width: 40px;
    height: 60px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
}
.golf-price-drop .gpd-prev {
    left: -52px;
}
.golf-price-drop .gpd-next {
    right: -52px;
}
.golf-price-drop .gpd-prev::after,
.golf-price-drop .gpd-next::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
}
.golf-price-drop .gpd-prev::after {
    left: 14px;
    transform: rotate(-135deg);
}
.golf-price-drop .gpd-next::after {
    right: 14px;
    transform: rotate(45deg);
}
.golf-price-drop button:disabled,
.golf-price-drop .swiper-button-disabled,
.golf-price-drop .swiper-button-lock {
    opacity: .3;
    cursor: default;
    pointer-events: none;
}
.golf-price-drop button:focus-visible {
    outline: 2px solid #715946;
    outline-offset: 3px;
}
/* BASIC css end */

