﻿/* MAIN VISUAL VIDEO */
.hero-swiper__img-box video {position: absolute;top: 50%;left: 50%;width: 100%;height: 100%;transform: translate(-50%, -50%);object-fit: cover;object-position: center center;}

/* MAIN VISUAL PAGING */
.main .hero-swiper__controls {margin-top: 0;margin-bottom: 24px;}

.main .section__title{letter-spacing:-1.5px;line-height:102%;}
.section__inner .section__desc{margin-bottom:4px;}

.main_movie_wrap{display:flex;justify-content:center;align-items:center;background:#000;overflow:hidden;}
.main_movie_cover{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:2;}


/* BSET & HOT BRAND - BANNER */
.main .best-hot__card {position: relative;}
.main .best-hot__card-body {padding: 0;margin-top:0;}
.main .best-hot__card-body {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.main .best-hot__slide-item.swiper-slide-active .best-hot__card-slogan, .main .best-hot__slide-item.swiper-slide-active .best-hot__card-link {max-height:initial;white-space: nowrap;}
.main .best-hot__card-slogan {font-weight: 550;text-align:center;}


.main .section--trend::before {content: initial;}
.main .section--hero::after {content: '';position: absolute;inset:0;left:0;top:0;width:100%;height:100%;background:#000000;opacity: var(--hero--after-opacity);z-index:1;pointer-events:none;}