/* mv */
.body_wrap .right .mv{ width: 100%; height: 100%; max-height: 80vh; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden;}
.body_wrap .right .mv .text{ width: 100%; max-width: 745px; height: auto; z-index: 10; position: relative; left: 0 !important; right: 0 !important;}
.body_wrap .right .mv .text h2{ font-size: clamp(20px, 2.4vw, 62px); font-weight: bold; color: var(--color_yellow); font-family: var(--font_Josefin); text-align: center;}
.body_wrap .right .mv .text h3{ font-size: clamp(20px, 2.4vw, 62px); font-weight: bold; color: var(--color_yellow); font-family: var(--font_Josefin); text-align: center;}
.body_wrap .right .mv .text h4{ font-size: clamp(14px, 1.5vw, 30px); font-weight: bold; color: var(--color_white); text-align: center;}
.body_wrap .right .mv .bg{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-image: url('../images/mv_bg.webp'); background-size: cover; background-repeat: no-repeat; background-position: center; z-index: 0;}