.detail-banner{--detail-banner-height:500px;--detail-banner-top-space:var(--space5);--detail-banner-bottom-space:var(--space10)}.detail-banner-title{font-family:var(--secondary-font);font-weight:var(--fw-bold);font-size:var(--fs52);line-height:1.1923076923076923;margin-bottom:-30px}.detail-banner-img{width:100%;height:auto;object-fit:cover;height:var(--detail-banner-height)}.detail-banner-sec{position:relative;margin-top:var(--detail-banner-top-space);margin-bottom:var(--detail-banner-bottom-space);border-radius:25px;overflow:hidden;background:var(--primary)}.detail-banner-sec:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gr-c6)}.detail-banner-content{position:absolute;z-index:1;top:0;width:100%;height:100%;color:var(--white);padding:10px 28px 20px var(--space10);display:grid;grid-template-rows:repeat(2,minmax(0,1fr));align-items:end}.detail-banner-caption{font-size:var(--fs16);line-height:1.375;text-align:right}