.ibhs-main-wrapper,
.ibhs-main-wrapper * {
box-sizing: border-box;
}
.ibhs-wrapper {
width: 100%
}
.ibhs-main-wrapper,
.ibhs-main-wrapper .td_mod_wrap {
margin: 0 !important;
padding: 0 !important
}
.ibhs-slider {
position: relative;
overflow: hidden;
border-radius: 0;
width: 100%
}
.ibhs-track {
display: flex;
transition: transform .5s ease;
will-change: transform
}
.ibhs-slide {
min-width: 100%;
position: relative
}
.ibhs-media {
display: block;
position: relative;
line-height: 0
}
.ibhs-media img {
width: 100%;
height: 500px;
max-height: unset;
object-fit: cover;
object-position: top;
display: block;
margin-bottom: 0 !important;
background: #a0213a;
}
.ibhs-caption {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 24px 18px 14px;
font-weight: 800;
font-size: clamp(16px, 2.4vw, 26px);
color: #eeee22;
line-height: 1.25;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 95%)
}
.ibhs-pager {
width: 100%;
margin-top: 0;
display: flex;
flex-wrap: wrap;
gap: 0;
background: #f4f4f5;
padding: 0;
border-radius: 0
}
.ibhs-pager .ibhs-page {
flex: 1;
appearance: none;
border: 1px solid #fffc;
background: #eaecef;
color: #111;
height: 44px;
border-radius: 0;
font: 700 16px/44px system-ui, -apple-system, "Segoe UI", Roboto, Arial;
text-align: center;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
margin: 0
}
.ibhs-pager .ibhs-page:hover {
background: #f9fafb
}
.ibhs-pager .ibhs-page[aria-current=true] {
background: #a0213a;
border-color: #a0213a;
color: #fff
}
.ibhs-dots {
display: none
}
.ibhs-dots {
width: 100%;
gap: 1px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 8px 12px;
background: #f1f1f1
}
.ibhs-dots .ibhs-dot {
appearance: none;
height: 5px;
border-radius: 4px;
background: #d1d5db;
border: 0;
cursor: pointer;
flex: 1;
}
.ibhs-dots .ibhs-dot[aria-current=true] {
background: #a0213a
}
.ibhs-wrapper,
.ibhs-slider,
.ibhs-pager,
.ibhs-dots {
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.ibhs-main-wrapper,
.ibhs-main-wrapper * {
box-sizing: border-box;
}
.ibhs-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border-radius: 999px;
background: rgba(255, 255, 255, .92);
border: 1px solid rgba(160, 33, 58, .18);
color: #a0213a;
box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 2px 6px rgba(0, 0, 0, .08);
backdrop-filter: saturate(180%) blur(6px);
-webkit-backdrop-filter: saturate(180%) blur(6px);
cursor: pointer;
z-index: 5;
outline: 0;
font-size: 0;
display: flex;
align-items: center;
justify-content: center;
transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.ibhs-prev {
left: 12px
}
.ibhs-next {
right: 12px
}
.ibhs-nav::before {
content: "";
width: 25px;
height: 25px;
background: currentColor;
-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M9.29 6.71a1 1 0 0 1 1.42 0l4.58 4.59a1 1 0 0 1 0 1.4l-4.58 4.59a1 1 0 1 1-1.42-1.41L12.46 12 9.29 8.12a1 1 0 0 1 0-1.41Z"/></svg>') center/contain no-repeat;
mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M9.29 6.71a1 1 0 0 1 1.42 0l4.58 4.59a1 1 0 0 1 0 1.4l-4.58 4.59a1 1 0 1 1-1.42-1.41L12.46 12 9.29 8.12a1 1 0 0 1 0-1.41Z"/></svg>') center/contain no-repeat;
}
.ibhs-prev::before {
transform: scaleX(-1)
}
.ibhs-nav:hover {
background: #fff;
box-shadow: 0 12px 24px rgba(0, 0, 0, .18), 0 3px 8px rgba(0, 0, 0, .1);
transform: translateY(-50%) scale(1.06);
}
.ibhs-nav:active {
transform: translateY(-50%) scale(.96)
}
.ibhs-nav:focus-visible {
box-shadow: 0 0 0 3px rgba(160, 33, 58, .25), 0 8px 18px rgba(0, 0, 0, .15);
}
.ibhs-nav {
border-color: rgba(255, 255, 255, .6)
}
@media (max-width:767px) {
.ibhs-nav {
width: 40px;
height: 40px
}
.ibhs-nav::before {
width: 22px;
height: 22px
}
.ibhs-prev {
left: 10px
}
.ibhs-next {
right: 10px
}
}
@media (prefers-reduced-motion:reduce) {
.ibhs-nav {
transition: none
}
}
@media (max-width:767px) {
.ibhs-media img {
height: 58vw;
max-height: none
}
.ibhs-caption {
padding: 16px 14px 12px;
font-size: 18px;
line-height: 1.2
}
.ibhs-pager {
display: none
}
.ibhs-dots {
display: flex
}
}
@media (prefers-reduced-motion:reduce) {
.ibhs-track {
transition: none
}
} .ig-sec {
margin: 24px 0
}
.ig-head {
display: flex;
align-items: center;
gap: 16px;
margin: 0 0 14px
}
.ig-head .ig-h-title {
margin: 0;
font-size: 34px;
font-weight: 800;
letter-spacing: .3px;
line-height: 1.1;
color: var(--ig-title-color)
}
.ig-head .ig-h-line {
flex: 1;
height: 4px;
border-radius: 2px;
background: var(--ig-title-color);
opacity: .95
}
.ig-head .ig-more {
display: inline-block;
padding: 8px 14px;
border-radius: 10px;
border: 1px solid var(--ig-title-color);
color: var(--ig-title-color);
background: #fff;
font-weight: 700;
text-decoration: none;
transition: all .15s ease;
box-shadow: 0 2px 6px rgba(0, 0, 0, .05)
}
.ig-head .ig-more:hover {
background: var(--ig-title-color);
color: #fff;
box-shadow: 0 4px 14px rgba(0, 0, 0, .10)
}
.ig-row {
display: grid;
gap: 22px;
margin-bottom: 18px;
}
.ig-row.big-1 {
grid-template-columns: 1fr
}
.ig-row.big-2 {
grid-template-columns: 1fr 1fr
}
.ig-card {
display: block;
background: #fff;
border: 1px solid #e7e8eb;
border-radius: 0;
overflow: hidden;
transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease
}
.ig-card:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(17, 24, 39, .08);
border-color: #e2e5e9
}
.ig-media {
display: block;
position: relative
}
.ig-media img {
display: block;
width: 100%;
height: 360px;
object-fit: fill;
}
.ig-title {
font-size: 28px;
line-height: 1.2;
margin: 12px 14px 6px
}
.ig-title a {
display: block;
color: #111;
text-decoration: none
}
.ig-title a:hover {
color: var(--ig-title-color)
}
.ig-title {
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden
}
.ig-meta {
font-size: 13px;
opacity: .75;
margin: 0 14px
}
.ig-excerpt {
color: #444;
margin: 8px 14px 14px
}
.ig-excerpt {
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden
}
.ig-grid {
display: grid;
gap: 18px
}
.ig-grid.cols-2 {
grid-template-columns: repeat(2, 1fr)
}
.ig-grid.cols-3 {
grid-template-columns: repeat(3, 1fr)
}
.ig-grid.cols-4 {
grid-template-columns: repeat(4, 1fr)
}
.ig-card.sm .ig-media img {
height: 200px;
}
.ig-card.sm .ig-title {
font-size: 18px;
margin: 10px 12px 4px
}
.ig-card.sm .ig-meta {
margin: 0 12px 10px
}
@media (max-width:1024px) {
.ig-row.big-2 {
grid-template-columns: 1fr
}
.ig-media img {
height: 320px
}
.ig-grid.cols-4 {
grid-template-columns: repeat(3, 1fr)
}
.ig-head .ig-h-title {
font-size: 1.7rem
}
.ig-head .ig-more {
padding: 7px 12px
}
}
@media (max-width:760px) {
.ig-grid.cols-3,
.ig-grid.cols-4 {
grid-template-columns: repeat(2, 1fr)
}
.ig-media img {
height: auto;
}
.ig-head .ig-h-title {
font-size: 28px
}
.ig-card.sm .ig-media img{
height: auto;
}
}
@media (max-width:520px) {
.ig-grid {
grid-template-columns: 1fr
}
.ig-media img {
height: auto;
}
.ig-head {
gap: 12px
}
.ig-head .ig-more {
padding: 6px 10px;
border-radius: 8px
}
}  .icc-car {
margin: 24px 0
}
.icc-car-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
margin-bottom: 20px;
width: 100%;
padding: 0 4px
}
.icc-car-title {
font-size: 1.7rem;
font-weight: 800;
color: #7f1d1d;
margin: 0;
line-height: 1.1;
letter-spacing: .3px
}
.icc-car-line {
flex: 1;
height: 3px;
border-radius: 2px
}
.icc-car-arrows {
display: flex;
gap: 8px;
align-items: center
}
.icc-car-btn {
font-size: 16px;
border-radius: 8px;
border: 1px solid #d1d5db;
background: #fff;
color: #7f1d1d;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all .15s ease;
box-shadow: 0 2px 4px rgba(0, 0, 0, .05)
}
.icc-car-btn:hover {
background: #fef2f2;
border-color: #b91c1c
}
.icc-car-btn:disabled {
opacity: .4;
cursor: not-allowed
}
.icc-car-track {
scroll-behavior: smooth;
overflow-x: auto;
display: grid;
grid-auto-flow: column;
gap: var(--gap);
scroll-snap-type: x mandatory;
padding-bottom: 6px;
-ms-overflow-style: none;
scrollbar-width: none;
align-items: stretch;
grid-auto-columns: var(--cardw, 320px);
}
.icc-car-track::-webkit-scrollbar {
display: none
}
.icc-car-card {
box-sizing: border-box;
scroll-snap-align: start;
display: block;
width: 100%;
background: #fff;
border: 1px solid #e7e8eb;
border-radius: 0;
box-shadow: 0 2px 12px rgba(17, 24, 39, .06)
}
.icc-car-card:hover .icc-car-title2 a {
color: #b91c1c
}
.icc-car-media {
display: block;
overflow: hidden
}
.icc-car-media img {
display: block;
width: 100%;
height: 240px;
object-fit: cover;
margin-bottom: 0 !important
}
.icc-car-cat {
display: inline-block;
margin: 12px 16px 0 16px;
font-weight: 700;
text-decoration: none;
color: #2a7bd8;
font-size: 14px
}
.icc-car-title2 {
margin: 0;
padding: 8px;
font-size: 15px;
line-height: 1.3;
font-weight: 700;
color: #111;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden
}
.icc-car-title2 a {
display: block;
width: 100%;
color: inherit;
text-decoration: none
}
.icc-car-title2 a:hover {
text-decoration: none;
color: #b91c1c
}
.icc-car-meta {
font-size: 13px;
opacity: .75;
margin: 6px 16px 14px 16px;
color: #666
}
@media (max-width:1024px) {
.icc-car-media img {
height: 220px
}
}
@media (max-width:720px) {
.icc-car-media img {
height: 200px
}
}
@media (max-width:520px) {
.icc-car-media img {
height: 190px
}
}