/* web_banner basic skin */
.wb-wrap { position: relative; width: 100%; overflow: hidden; }
.wb-swiper { width: 100%; }

/* ===== image type ===== */
.wb-type-image .wb-slide { width: 100%; line-height: 0; }
.wb-type-image .wb-slide .wb-anchor { display: block; }
.wb-type-image .wb-slide .wb-img img { width: 100%; height: auto; display: block; }

/* ===== image_text type ===== */
.wb-type-image-text .wb-slide { position: relative; width: 100%; height: 560px; overflow: hidden; }
.wb-type-image-text .wb-slide .wb-bg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.wb-type-image-text .wb-slide .wb-bg img,
.wb-type-image-text .wb-slide .wb-bg .wb-bg-link img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wb-type-image-text .wb-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.35) 100%); pointer-events: none; }

.wb-type-image-text .wb-inner {
    position: absolute; left: 0; right: 0; bottom: 12%;
    z-index: 2; color: #fff; text-align: center; padding: 0 24px;
}
.wb-type-image-text .wb-title { font-weight: 800; line-height: 1.2; margin: 0 0 6px; letter-spacing: -0.02em; }
.wb-type-image-text .wb-title1 { font-size: 48px; }
.wb-type-image-text .wb-title2 { font-size: 36px; font-weight: 700; }
.wb-type-image-text .wb-title3 { font-size: 28px; font-weight: 300; }
.wb-type-image-text .wb-sub { font-size: 16px; line-height: 1.6; margin: 4px 0; opacity: 0.92; }
.wb-type-image-text .wb-link {
    display: inline-block; margin-top: 24px; padding: 14px 36px;
    background: #fff; color: #111; border-radius: 999px;
    font-size: 15px; font-weight: 600; text-decoration: none;
    transition: transform .2s, box-shadow .2s;
}
.wb-type-image-text .wb-link:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }

/* swiper common */
.wb-pagination { bottom: 18px !important; }
.wb-pagination .swiper-pagination-bullet { background: #fff; opacity: 0.5; }
.wb-pagination .swiper-pagination-bullet-active { opacity: 1; }
.wb-prev, .wb-next { color: #fff !important; }

@media (max-width: 768px) {
    .wb-type-image-text .wb-slide { height: 420px; }
    .wb-type-image-text .wb-title1 { font-size: 30px; }
    .wb-type-image-text .wb-title2 { font-size: 22px; }
    .wb-type-image-text .wb-title3 { font-size: 18px; }
    .wb-type-image-text .wb-sub { font-size: 14px; }
    .wb-type-image-text .wb-link { padding: 12px 28px; font-size: 14px; }
    .wb-prev, .wb-next { display: none; }
}
