* { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
*:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }

/**:focus { outline-style: none; -webkit-box-shadow: none; box-shadow: none; border-color: transparent; }*/
*::-moz-selection { background: #ed174d; color: #fff; }
*::selection { background: #ed174d; color: #fff; }
html, body { min-width: 1440px; width: 100%; height: 100%; -webkit-text-size-adjust: none; }
html { overflow-x: hidden; height: auto;}
body{overflow-x: hidden; overflow-y: auto; }
label { cursor: pointer; }
code { display: block; }
a:link, a:visited { text-decoration: none; }
a:hover, a:focus, a:active { text-decoration: none; }
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea { font-size: 14px; }
button { margin: 0; padding: 0; font-size: 14px; color: #555; -webkit-box-sizing: border-box; box-sizing: border-box; }
em, cite, address, optgroup { font-style: normal; }
kbd, samp, code { font-family: monospace; }
img, button { vertical-align: middle; }
img { -ms-interpolation-mode: bicubic !important; }
ul, ol { list-style: none; }
img, fieldset { border: 0; }
abbr, acronym { border-bottom: 1px dotted --black; cursor: help; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
legend { overflow: hidden; position: absolute; left: 0; top: 0; }
legend, caption { visibility: hidden; width: 0; height: 0; font-size: 0; line-height: 0; }
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline; }
#content { font-size: 14px; line-height: 1.25; font-weight: 400; letter-spacing: -0.6px; padding-bottom: 177px; }

/* Swiper */

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
.swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0;    /* Fix of Webkit flickering */ z-index: 1; }
.swiper-vertical>.swiper-wrapper, .swiper-container-vertical>.swiper-wrapper { flex-direction: column; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.swiper-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); }
.swiper-pointer-events { touch-action: pan-y; }
.swiper-pointer-events.swiper-vertical { touch-action: pan-x; }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; }
.swiper-slide-invisible-blank { visibility: hidden; }

/* Auto Height */
.swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto; }
.swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; }
.swiper-backface-hidden .swiper-slide { transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px; }
.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow { transform-style: preserve-3d; }
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }
.swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, 0.15); }
.swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper { overflow: auto; scrollbar-width: none;    /* For Firefox */ -ms-overflow-style: none;    /* For Internet Explorer and Edge */ }
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar { display: none; }
.swiper-css-mode>.swiper-wrapper>.swiper-slide { scroll-snap-align: start start; }
.swiper-horizontal.swiper-css-mode>.swiper-wrapper { scroll-snap-type: x mandatory; }
.swiper-vertical.swiper-css-mode>.swiper-wrapper { scroll-snap-type: y mandatory; }
.swiper-centered>.swiper-wrapper::before { content: ''; flex-shrink: 0; order: 9999; }
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child { margin-inline-start: var(--swiper-centered-offset-before); }
.swiper-centered.swiper-horizontal>.swiper-wrapper::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after); }
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child { margin-block-start: var(--swiper-centered-offset-before); }
.swiper-centered.swiper-vertical>.swiper-wrapper::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after); }
.swiper-centered>.swiper-wrapper>.swiper-slide { scroll-snap-align: center center; }
.swiper-virtual .swiper-slide { -webkit-backface-visibility: hidden; transform: translateZ(0); }
.swiper-virtual.swiper-css-mode .swiper-wrapper::after { content: ''; position: absolute; left: 0; top: 0; pointer-events: none; }
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after { height: 1px; width: var(--swiper-virtual-size); }
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after { width: 1px; height: var(--swiper-virtual-size); }
.swiper-button-prev, .swiper-button-next { position: absolute; top: 50%; width: calc(var(--swiper-navigation-size) / 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - (var(--swiper-navigation-size) / 2)); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }
.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden { opacity: 0; cursor: auto; pointer-events: none; }
.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next { display: none !important; }
.swiper-button-prev:after, .swiper-button-next:after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; font-variant: initial; line-height: 1; }
.swiper-button-prev, .swiper-rtl .swiper-button-next { left: 10px; right: auto; }
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { content: 'prev'; }
.swiper-button-next, .swiper-rtl .swiper-button-prev { right: 10px; left: auto; }
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content: 'next'; }
.swiper-button-lock { display: none; }
.swiper-pagination { position: absolute; text-align: center; transition: 300ms opacity; transform: translate3d(0, 0, 0); z-index: 10; }
.swiper-pagination.swiper-pagination-hidden { opacity: 0; }
.swiper-pagination-disabled>.swiper-pagination, .swiper-pagination.swiper-pagination-disabled { display: none !important; }

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal>.swiper-pagination-bullets, .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: 10px; left: 0; width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.33); position: relative; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { transform: scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform: scale(0.33); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { transform: scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { transform: scale(0.33); }
.swiper-pagination-bullet { width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px)); height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px)); display: inline-block; border-radius: 50%; background: var(--swiper-pagination-bullet-inactive-color, #000); opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -webkit-appearance: none; appearance: none; }
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }
.swiper-pagination-bullet:only-child { display: none !important; }
.swiper-pagination-bullet-active { opacity: var(--swiper-pagination-bullet-opacity, 1); background: var(--swiper-pagination-color, var(--swiper-theme-color)); }
.swiper-vertical>.swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0); }
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet { margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; display: block; }
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px; }
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: 200ms transform, 200ms top; }
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; }
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms left; }
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; }
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; }
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; }
.swiper-vertical>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite { width: 4px; height: 100%; left: 0; top: 0; }
.swiper-pagination-lock { display: none; }

/* Scrollbar */
.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }
.swiper-scrollbar-disabled>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled { display: none !important; }
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }
.swiper-vertical>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }
.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; }
.swiper-scrollbar-cursor-drag { cursor: move; }
.swiper-scrollbar-lock { display: none; }
.swiper-zoom-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; }
.swiper-zoom-container>img, .swiper-zoom-container>svg, .swiper-zoom-container>canvas { max-width: 100%; max-height: 100%; object-fit: contain; }
.swiper-slide-zoomed { cursor: move; }

/* Preloader */
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent; }
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader { animation: swiper-preloader-spin 1s infinite linear; }
.swiper-lazy-preloader-white { --swiper-preloader-color: #fff; }
.swiper-lazy-preloader-black { --swiper-preloader-color: #000; }
@keyframes swiper-preloader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* a11y */
.swiper .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }
.swiper-free-mode>.swiper-wrapper { transition-timing-function: ease-out; margin: 0 auto; }
.swiper-grid>.swiper-wrapper { flex-wrap: wrap; }
.swiper-grid-column>.swiper-wrapper { flex-wrap: wrap; flex-direction: column; }
.swiper-fade.swiper-free-mode .swiper-slide { transition-timing-function: ease-out; }
.swiper-fade .swiper-slide { pointer-events: none; transition-property: opacity; }
.swiper-fade .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-cube { overflow: visible; }
.swiper-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0 0; width: 100%; height: 100%; }
.swiper-cube .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-cube.swiper-rtl .swiper-slide { transform-origin: 100% 0; }
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev, .swiper-cube .swiper-slide-next+.swiper-slide { pointer-events: auto; visibility: visible; }
.swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.swiper-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; opacity: 0.6; z-index: 0; }
.swiper-cube .swiper-cube-shadow:before { content: ''; background: #000; position: absolute; left: 0; top: 0; bottom: 0; right: 0; filter: blur(50px); }
.swiper-flip { overflow: visible; }
.swiper-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }
.swiper-flip .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-flip .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.swiper-creative .swiper-slide { -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; transition-property: transform, opacity, height; }
.swiper-cards { overflow: visible; }
.swiper-cards .swiper-slide { transform-origin: center bottom; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; }
@-webkit-keyframes floating {
    0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    50% { -webkit-transform: translate(0, -20px); transform: translate(0, -20px); }
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@keyframes floating {
    0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    50% { -webkit-transform: translate(0, -20px); transform: translate(0, -20px); }
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
i { font-style: normal; }
.cursorMove { position: fixed; top: 0; left: 0; width: 0px; height: 0px; border-radius: 100%; -webkit-transition: all 0.05s ease; transition: all 0.05s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; z-index: 10000; opacity: 0; }
.cursorMove::after { content: ""; display: block; width: 145px; height: 40px; background: url(/front/web/images/hv-main/cursor.png) no-repeat 50% 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.cursorMove.active { z-index: 100; opacity: 1; cursor: none; }
.hv-inner { position: relative; width: 1440px; margin: 0 auto; }

/* key visual */
.hv-keyvisual { position: relative; }
.hv-keyvisual__arrow { content: ""; display: block; position: absolute; bottom: 25px; left: 50%; width: 20px; height: 58px; background: url(/front/web/images/hv-main/top_arrow.png) no-repeat 50% 50%; margin-left: -10px; -webkit-animation: floating 1.6s ease-in-out infinite; animation: floating 1.6s ease-in-out infinite; }
.hv-keyvisual .hv-inner { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; padding: 95px 0 125px 0; }
.hv-keyvisual__left { position: relative; z-index: 10; min-width: 822px; width: 822px; padding-top: 50px; }
.hv-keyvisual__left h4 { font-style: normal; font-weight: 500; font-size: 12px; line-height: 26px; position: relative; display: inline-block; padding-left: 14px; }
.hv-keyvisual__left h4:before { content: ""; display: block; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background-color: #ED174D; border-radius: 50%; }
.hv-keyvisual__left .hv-keyvisual__swiper__left { position: relative; z-index: 40; height: 216px; margin-top: 10px; }
.hv-keyvisual__left .hv-keyvisual__swiper__left .swiper { width: 100%; }
.hv-keyvisual__left .hv-keyvisual__swiper__left .swiper-wrapper { position: relative; z-index: 20; }
.hv-keyvisual__left .hv-keyvisual__swiper__left .swiper-slide { position: relative; z-index: 20; background: #fff; display: flex; align-items: center; }
.hv-keyvisual__left .hv-keyvisual__swiper-text {cursor: pointer; }
.hv-keyvisual__left .hv-keyvisual__swiper-text a { font-weight: 500; font-size: 14px; line-height: 26px; color: #AFAFAF; display: inline-flex; align-items: center; pointer-events: none; }
.hv-keyvisual__left .hv-keyvisual__swiper-text a strong { padding-left: 10px; font-weight: 500; }
.hv-keyvisual__left .hv-keyvisual__swiper__left .swiper-slide-active { margin: 21px 0 40px 0 }
.hv-keyvisual__left .hv-keyvisual__swiper__left .swiper-slide-active .hv-keyvisual__swiper-text { display: inline-block; }
.hv-keyvisual__left .hv-keyvisual__swiper__left .swiper-slide-active .hv-keyvisual__swiper-text a { font-weight: 500; font-size: 30px; line-height: 58px; color: #ed174d; border-bottom: 3px solid #ed174d; color: #ed174d; }
.hv-keyvisual__left .hv-keyvisual__swiper__left .swiper-slide-active .hv-keyvisual__swiper-text a strong { font-weight: 700; font-size: 42px; color: #ed174d; padding-left: 20px; }
.hv-keyvisual__left .hv-keyvisual__swiper__left .swiper-slide-active .hv-keyvisual__swiper-text a { pointer-events: unset; }
.hv-keyvisual__swiper__left .swiper-slide.active .hv-keyvisual__swiper-btn { opacity: 1; }
.hv-keyvisual__swiper__left .swiper-slide-active .hv-keyvisual__swiper-text { opacity: 1; }
.hv-keyvisual__swiper__left .swiper-pagination { padding: 10px 5px; top: 40%; left: -45px; transform: translate3d(0px, -50%, 0); display: flex; flex-direction: column; background: #CFCFCF; border-radius: 30px; }
.hv-keyvisual__swiper__left .swiper-pagination-bullet { width: 4px; height: 4px; margin: 2px 0; background: #fff; opacity: 1; }
.hv-keyvisual__swiper__left .swiper-pagination-bullet-active { height: 12px; background: #fff; border-radius: 25%; }

/*
.hv-keyvisual__swiper-btn { content: ""; display: block; position: absolute; top: 54px; right: -72px; width: 48px; height: 48px; background: url(/front/web/images/hv-main/top_btn.svg) no-repeat 50% 50%; cursor: pointer; opacity: 0; }
.hv-keyvisual__swiper-btn.active { opacity: 1; }
*/

.hv-keyvisual__banner { margin-top: 150px; }
.hv-keyvisual__banner .title-box, .hv-keyvisual__banner .banner-box { display: flex; position: relative; z-index: 60; align-items: center; }
.hv-keyvisual__banner .title-box .title { position: relative; font-weight: 500; font-size: 18px; line-height: 26px; padding-right: 22px; }
.hv-keyvisual__banner .title-box .title.log-out:after { content: ""; display: block; position: absolute; top: 5px; right: 0; width: 1px; height: 18px; background-color: #A9A9A9; }
.hv-keyvisual__banner .title-box .login { display: flex; align-items: center; margin-left: 21px; position: relative; font-weight: 700; font-size: 16px; line-height: 26px; }
.hv-keyvisual__banner .title-box .login a{ margin: 0 7px; }
.hv-keyvisual__banner .title-box .login:before { content: ""; display: block; width: 16px; height: 16px; background-image: url(/front/web/images/hv-main/ico-banner-login.png); background-size: 100%; }
.hv-keyvisual__banner .title-box .login:after { content: ""; display: block;  width: 7px; height: 12px; background-image: url(/front/web/images/hv-main/ico_arrow-right_red.png); background-size: 100%; }
.hv-keyvisual__banner .banner-box { margin-top: 20px; }
.hv-keyvisual__banner .banner-box .item { position: relative; }
.hv-keyvisual__banner .banner-box .item:not(last-child) { margin-right: 20px; }
.hv-keyvisual__banner .banner-box .item a { display: inline-block; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow .3s ease-in-out 0s; border-radius: 160px; }
.hv-keyvisual__banner .banner-box .item a:focus, .hv-keyvisual__banner .banner-box .item a:hover { text-decoration: none; border: 0 !important; color: #000 !important; }
.hv-keyvisual__banner .banner-box .item a:hover { box-shadow: 2px 2px 12px rgba(0, 0, 0, .2); }
.hv-keyvisual__banner .banner-box .item a span { position: absolute; top: 35px; left: 50%; transform: translate(-50%, -50%); font-weight: 500; font-size: 20px; line-height: 26px; }
.hv-keyvisual__links { padding: 20px 0 100px 0; }
.hv-keyvisual__links ul li { margin-bottom: 8px; display: block; }
.hv-keyvisual__links ul li a { font-weight: 500; font-size: 14px; line-height: 26px; color: #AFAFAF; display: inline-flex; align-items: center; }
.hv-keyvisual__links ul li a strong { padding-left: 10px; font-weight: 500; }
.hv-keyvisual__links ul li.active { margin-bottom: 18px; }
.hv-keyvisual__links ul li.active a { font-weight: 500; font-size: 30px; color: #ed174d; padding-bottom: 18px; border-bottom: 3px solid #ed174d; color: #ed174d; }
.hv-keyvisual__links ul li.active a strong { font-weight: 700; font-size: 42px; color: #ed174d; padding-left: 20px; }
.hv-keyvisual__swiper-text { }
.hv-keyvisual__swiper-text a { font-weight: 500; font-size: 14px; line-height: 26px; color: #AFAFAF; display: inline-flex; align-items: center; }
.hv-keyvisual__swiper-text a strong { padding-left: 10px; font-weight: 500; }
.hv-keyvisual__right { position: relative; left: 32px; background: #fff; }
.hv-keyvisual__right .hv-keyvisual__swiper__right .swiper .swiper-wrapper .swiper-slide { width: 586px !important; height: 712px !important; }
.hv-keyvisual__right .hv-keyvisual__swiper__right .swiper .swiper-wrapper .swiper-slide .item { position: relative; }
.hv-keyvisual__right .hv-keyvisual__swiper__right .swiper .swiper-wrapper .swiper-slide .item a { display: inline-block; border-radius: 20px; overflow: hidden; }
.hv-keyvisual__right .hv-keyvisual__swiper__right .swiper .swiper-wrapper .swiper-slide .item .text { position: absolute; top: 60px; left: 50px; }
.hv-keyvisual__right .hv-keyvisual__swiper__right .swiper .swiper-wrapper .swiper-slide .item .badge { width: 108px; height: 32px; text-align: center; color: #fff; font-weight: 700; font-size: 20px; line-height: 32px; }
.hv-keyvisual__right .hv-keyvisual__swiper__right .swiper .swiper-wrapper .swiper-slide .item .dec { color: #fff; font-weight: 300; font-size: 30px;  margin-top: 20px; }
.hv-keyvisual__right .hv-keyvisual__swiper__right .swiper .swiper-wrapper .swiper-slide .item .dec strong{ display:block; font-weight: 700; width: 485px; height: 40px; line-height: 40px; overflow: hidden;}
.hv-keyvisual__right .hv-keyvisual__swiper__right .swiper .swiper-wrapper .swiper-slide .item .dec span{display:block; width: 485px; height: 40px; line-height: 40px; overflow: hidden;}
.hv-keyvisual__right .hv-keyvisual__swiper__right .swiper .swiper-wrapper .swiper-slide .item img { cursor: pointer; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; width: 586px; height: 712px; object-fit: cover; }
.hv-keyvisual__right .hv-keyvisual__swiper__right .swiper .swiper-wrapper .swiper-slide .item img:hover { -webkit-transform: scale(1.05); transform: scale(1.05); }

/* login */
.hv-contents__login { background-color: #F2F2F2; padding: 45px 0 62px }
.hv-contents__login .title { font-weight: 500; font-size: 20px; line-height: 30px; }
.hv-contents__login .title strong { font-weight: 700; position: relative; display: inline-block; }
.hv-contents__login .title strong:after { content: ""; display: block; position: absolute; left: 0; bottom: 1px; width: 100%; height: 1px; background-color: #000; }
.hv-contents__login .hv-login { display: flex; align-items: center; justify-content: space-between; }
.hv-contents__login .hv-login .info_wrap { margin-top: 30px; padding: 30px 0; background: #FFFFFF; box-shadow: 0px 24px 32px rgba(74, 76, 88, 0.15); border-radius: 24px; flex-basis: 1074px; height: 200px; position: relative; }
.hv-contents__login .hv-login .info_wrap p.text-right { position: absolute; top: -30px; right: 40px; font-weight: 400; font-size: 14px; line-height: 24px; color: #A7A6A6 }
.hv-contents__login .hv-login .info_wrap ul { display: flex; justify-content: space-between; }
.hv-contents__login .hv-login .info_wrap ul li { width: 358px; padding: 0 40px; }
.hv-contents__login .hv-login .info_wrap ul li a { display: inline-block; position: relative; width: 100%; }
.hv-contents__login .hv-login .info_wrap ul li:not(:last-child) { border-right: 1px solid #E9E9E9; }
.hv-contents__login .hv-login .info_wrap ul li .my-info { }
.hv-contents__login .hv-login .info_wrap ul li .my-info p { }
.hv-contents__login .hv-login .info_wrap ul li .price-box { position: relative; height: 68px; display: flex; align-items: flex-end; justify-content: flex-end; }
.hv-contents__login .hv-login .info_wrap ul li .price-box .tit { font-size: 14px; line-height: 24px; margin-right: 14px; font-weight: 400; }
.hv-contents__login .hv-login .info_wrap ul li .price-box .tit em { font-weight: 500; }
.hv-contents__login .hv-login .info_wrap ul li .price-box .price { font-style: normal; font-weight: 400; font-size: 38px; color: #000; vertical-align: bottom; line-height: 40px; }
.hv-contents__login .hv-login .info_wrap ul li .price-box .price em { font-size: 20px; line-height: 30px; font-weight: 500; }
.hv-contents__login .hv-login .info_wrap ul li h5, .hv-contents__login .hv-login .support h5 { font-weight: 500; font-size: 22px; line-height: 30px; margin-bottom: 10px; position: relative; padding-right: 14px; display: inline-flex; align-items: center;}
.hv-contents__login .hv-login .my-service h5:after, .hv-contents__login .hv-login .support h5:after { content: ""; display: block; margin-left: 8px;  width: 7px; height: 12px; background-image: url(/front/web/images/hv-main/ico_arrow-right_red.png); background-size: 100%; }
.hv-contents__login .hv-login .info_wrap ul li h5.has-btn { display: flex; align-items: center; justify-content: space-between; padding: 0; }
.hv-contents__login .hv-login .info_wrap ul li h5.has-btn .btn { display: flex; align-items: center; justify-content: center; width: 191px; height: 30px; font-size: 14px;  border: 1px solid #ed174d; text-align: center; border-radius: 30px; font-weight: 500; }
.hv-contents__login .hv-login .info_wrap ul li h5.has-btn .btn span { position: relative; display: inline-flex;  align-items: center; }
.hv-contents__login .hv-login .info_wrap ul li h5.has-btn .btn span:after { content: ""; display: block; margin-left: 6px; width: 6px; height: 9px; background-image: url(/front/web/images/hv-main/ico_arrow-right-red-sm.png); background-size: 100%; }
.hv-contents__login .hv-login .my-service h5.rental { display: flex; align-items: center; }
.hv-contents__login .hv-login .my-service h5.rental:after { content: none; }
.hv-contents__login .hv-login .my-service h5.rental span { display: inline-block; height: 20px; font-size: 14px; line-height: 20px; margin-left: 5px; padding: 0 10px 0px 7px; color: #fff; background-color: #ed174d; border-radius: 20px; }
.hv-contents__login .hv-login .my-service h5.rental span em { font-style: normal; display: inline-block; margin-right: 3px; }
.hv-contents__login .hv-login .info_wrap ul li p { font-weight: 400; font-size: 16px; line-height: 24px; color: #767676; height: 42px; }
.hv-contents__login .hv-login .info_wrap ul li .no-info p { color: #000 }
.hv-contents__login .hv-login .info_wrap ul li .red { font-weight: 500; font-size: 16px; line-height: 24px; color: #ED174D }
.hv-contents__login .hv-login .info_wrap ul li .no-info .badge-box { display: flex; align-items: flex-end; justify-content: space-between; height: 68px; }
.hv-contents__login .hv-login .info_wrap ul li .badge-won, .hv-contents__login .hv-login .info_wrap ul li .badge-percent { width: 110px; height: 68px; display: flex; align-items: center; justify-content: center; background: #ED174D; border-radius: 8px; color: #fff; }
.hv-contents__login .hv-login .info_wrap ul li .badge-won em { font-style: normal; font-size: 17px; line-height: 19px; margin-left: 4px; }
.hv-contents__login .hv-login .info_wrap ul li .badge-won span { font-style: normal; font-weight: 500; font-size: 28px; line-height: 30px; }
.hv-contents__login .hv-login .info_wrap ul li .badge-percent em { font-style: normal; font-size: 24px; margin-right: 4px; }
.hv-contents__login .hv-login .info_wrap ul li .badge-percent span { font-style: normal; font-weight: 500; font-size: 43px; }
.hv-contents__login .hv-login .info_wrap ul li .badge-percent span i { font-size: 31px; }

/*.hv-contents__login .hv-login .not-combine .no-info p{height: 74px;}*/
.hv-contents__login .hv-login .support { margin-top: 30px; padding: 24px 20px; background: #FFFFFF; box-shadow: 0px 24px 32px rgba(74, 76, 88, 0.15); border-radius: 24px; height: 200px; flex-basis: 342px; }
.hv-contents__login .hv-login .support ul { display: flex; justify-content: space-between; }
.hv-contents__login .hv-login .support ul li { font-style: normal; font-weight: 400; font-size: 14px; line-height: 24px; text-align: center; position: relative; width: 32%; }
.hv-contents__login .hv-login .support ul li a { color: #000;}
.hv-contents__login .hv-login .support ul li span { width: 70px; height: 70px; line-height: 70px; background: #FFFFFF; display: block; margin: 0 auto 5px; border-radius: 50%; border: 1px solid #F1F1F1; }
.hv-contents__login .hv-login .support ul li a em{font-style: normal; font-weight: 300;}
.hv-contents__login .hv-login .support ul li a:hover em{font-weight: 400;}
.hv-contents__login .hv-login .support ul li.active>a, .hv-contents__login .hv-login .support ul li>a:hover { color: #ed174d;}
.hv-contents__login .hv-login .support ul li.active>a span, .hv-contents__login .hv-login .support ul li>a:hover span { box-shadow: 0px 4px 8px rgba(74, 76, 88, 0.15); }
.hv-contents__login .hv-login .support ul li .layer { display: none; position: absolute; width: 92px; height: 56px; padding: 5px 18px 5px 17px; background: #FFFFFF; box-shadow: 0px 0px 8px rgb(0 0 0 / 25%); border-radius: 5px; left: 50%; transform: translateX(-50%); top: 105px; }
.hv-contents__login .hv-login .support ul li .layer p { font-weight: 400; font-size: 12px; line-height: 24px; color: #000; }
.hv-contents__login .hv-login .support ul li .layer p a:hover { font-weight: 700; color: #000; }
.hv-keyvisual__login { padding: 80px 0 0 0; cursor: pointer; }
.hv-keyvisual__login .active { display: none; }
.hv-keyvisual__login.active .normal { display: none; }
.hv-keyvisual__login.active .active { display: block; }
.hv-keyvisual__layer { display: none; position: absolute; top: 120px; left: 0; right: 0; height: 425px; padding: 20px; background: #fff; border: 1px solid #ed174d; border-top: none; z-index: 40; }
.hv-keyvisual__layer-close { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; bottom: 0; right: 0; left: 0; height: 47px; background: #ed174d; font-weight: 500; font-size: 16px; line-height: 26px; letter-spacing: -0.6px; color: #ffffff; cursor: pointer; }
.hv-keyvisual__layer ul { padding: 8px 10px 0; }
.hv-keyvisual__layer ul li { font-size: 30px; line-height: 1; margin-top: 42px; }
.hv-keyvisual__layer ul li a { font-weight: 400; font-size: 30px; letter-spacing: -0.6px; color: #000000; }
.hv-keyvisual__layer ul li.active a, .hv-keyvisual__layer ul li:hover a { color: #ed174d; font-weight: 500; border-bottom: 1px solid #ed174d; }
.hv-keyvisual__layer ul li:first-child { margin-top: 0; }
.hv-keyvisual.active .hv-keyvisual__layer { display: block; }
.hv-keyvisual.active .hv-keyvisual__swier { overflow: visible; }
.hv-keyvisual.active .hv-keyvisual__swier .swiper-slide { overflow: visible; }

/* contents */
.hv-contents { position: relative; }
.section__title { }
.section__title img { max-height: 135px; }
.section__title h2 { font-size: 48px; line-height: 58px; letter-spacing: -0.6px; color: #000000; font-weight: 300; margin: 20px 0; }
.section__title h2 strong { font-weight: 700; }
.section__title p { font-weight: 400; font-size: 18px; line-height: 28px; letter-spacing: -0.6px; color: #000000; }
.hv-contents__bg { position: -webkit-sticky; position: sticky; top: 0; left: 0; right: 0; height: 0; }
.hv-contents__bg:after { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; height: 0; height: 1000px; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 1405px); background: #000; -webkit-transition: all 1.6s ease; transition: all 1.6s ease; }
.hv-contents__top { position: relative; }
.hv-contents__top.active .hv-contents__bg:after { opacity: 0; }
.hv-floating { position: fixed; bottom: 0; left: 50%; text-align: center; z-index: 200; height: auto; }
.hv-floating img { position: relative; left: 723px; top: 24px; cursor: pointer; }
.hv.active .hv-contents__bg:after { background: linear-gradient(180deg, #ffffff 0%, rgba(0, 0, 0, 0) 1405px); }

.hv-video .hv-inner { display: flex; }
.hv-video { padding: 170px 0 0 0; }
.hv-video__item { position: relative; cursor: pointer; }
.hv-video__item { width: 464px; transition: width .4s cubic-bezier(0.5, 1, 0.89, 1) 0s; }
.hv-video__item.nth-0 { margin-right: 12.5px; }
.hv-video__item.nth-1 { margin-left: 12.5px; }
.hv-video__item.active { width: 952px; }
.hv-video__item.nth-0 .item { padding-top: 30px; padding-bottom: 192px; }
.hv-video__item.nth-1 .item { padding-top: 176px; padding-bottom: 30px; }
.hv-video__item .module { display: inline-block; width: 100%; border: 0; user-select: none; overflow: hidden; border-radius: 25px; }
.hv-video__item .module { opacity: 0; transition: transform .4s cubic-bezier(0.11, 0, 0.5, 0) .1s, opacity .4s cubic-bezier(0.11, 0, 0.5, 0) .1s; }
.hv-video__item.nth-0 .module { transform-origin: 60% 30%; }
.hv-video__item.nth-0 .module { transform: translate(-25%, 0) scale(.5, .5); }
.hv-video__item.nth-1 .module { transform-origin: 10% 50%; }
.hv-video__item.nth-1 .module { transform: translate(25%, 0) scale(.5, .5); }
.hv-video__item.active .module { transform: translate(0, 0) scale(1, 1); opacity: 1; transition: transform .4s cubic-bezier(0.5, 1, 0.89, 1) 0s, opacity .4s cubic-bezier(0.5, 1, 0.89, 1) 0s; }
.hv-video__item .video { object-fit: fill; border: 0; overflow: hidden; width: 952px; height: 536px; }
.hv-video__item.nth-0 .video { float: right; }
.hv-video__item.nth-1 .video { float: left; }
.hv-video__item .cover { clear: both; transform: translate(0, 0) scale(1, 1); opacity: 1; transition: transform .4s cubic-bezier(0.45, 0, 0.55, 1) 0s, opacity .3s cubic-bezier(0.45, 0, 0.55, 1) 0s; }
.hv-video__item .cover { content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 24px; overflow: hidden; width: 464px; transition: all .4s cubic-bezier(0.45, 0, 0.55, 1) 0s; }
.hv-video__item .cover em { display: block; position: relative; height: 100%; }
.hv-video__item .cover em::before { content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 0.1) 100%); }
.hv-video__item .cover img { width: 464px; height: 600px; object-fit: cover; }
.hv-video__item.nth-0 .cover { margin-top: 30px; height: 600px; }
.hv-video__item.nth-1 .cover { margin-top: 176px; }
.hv-video__item.nth-1 .cover em::before { background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 20%); }
.hv-video__item.active .cover { transform: translate(0, 0) scale(1, 1); opacity: 0; transition: transform .4s cubic-bezier(0.45, 0, 0.55, 1) 0s, opacity .2s cubic-bezier(0.45, 0, 0.55, 1) 0s; }
.hv-video__item.nth-0.active .cover { transform: translate(0, 0) scale(1, 1); }
.hv-video__item.nth-1.active .cover { transform: translate(-25%, 0) scale(1, 1); }
.hv-video__item-text { position: absolute; }
.hv-video__item-text h3 { font-weight: 700; font-size: 48px; line-height: 58px; letter-spacing: -0.6px; color: #ffffff; }
.hv-video__item-text p { margin-top: 16px; font-weight: 400; font-size: 18px; line-height: 28px; letter-spacing: -0.6px; color: #ffffff; }
.hv-video__item.nth-0 .hv-video__item-text { left: 38px; bottom: 0; }
.hv-video__item.nth-1 .hv-video__item-text { left: 38px; top: 0; }

.hv-now { padding: 240px 0 200px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.hv-now .hv-inner { display: -webkit-box; display: -ms-flexbox; display: flex; }
.hv-now__left { min-width: 480px; width: 480px; }
.hv-now__title { padding: 18px 0 0 0; }
.hv-now__tab { margin-top: 48px; }
.hv-now__tab a { margin-left: 30px; font-weight: 500; font-size: 20px; line-height: 30px; letter-spacing: -0.6px; color: #a9a9a9; -webkit-transition: all 0.1s ease; transition: all 0.1s ease; }
.hv-now__tab a:first-child { margin-left: 0; }
.hv-now__tab a.active { color: #ed174d; border-bottom: 2px solid #ed174d; }
.hv-now__tab a:hover { color: #ed174d; }
.hv-now__btn { margin-top: 50px; }
.hv-now__btn .btn-img { display: inline-block; width: 180px; height: 50px; background-image: url(/front/web/images/hv-main/btn_more.png); background-size: 100%;text-indent: 100%; white-space: nowrap; overflow: hidden;}
.hv-now__btn .btn-img:hover { background-image: url(/front/web/images/hv-main/btn_more-select.png);}
/*.hv-now__btn .btn:after { content: ""; display: block; position: absolute; top: 50%; right: 16px; transform: translateY(-50%); width: 7px; height: 12px;  }
.hv-now__btn .btn:hover:after { background-image: url(/front/web/images/hv-main/ico_arrow-right_white.png); }*/
.hv-now__swiper { width: 952px; cursor: none; }
.hv-now__swiper section { display: none; }
.hv-now__swiper section.active { display: block; }
.hv-now__swiper .swiper-slide:nth-child(2n) { margin-top: 80px; }
.hv-now__swiper .swiper-slide { border-radius: 12px; overflow: hidden; }
.hv-now__swiper .swiper-slide img{ width: 220px; height:317px; object-fit: cover; background-position: center center; background-repeat: no-repeat; background-size: 100% auto; background-size: cover; }
.hv-hello { position: relative; padding: 0 0 200px 0; background: #fff; }
.hv-hello__title { margin-bottom: 48px; text-align: center; }
.hv-hello .swiper-wrapper { }
.hv-hello__swiper .swiper { position: relative; height: 360px; }
.hv-hello__swiper-img { max-width: 1440px; margin: 0 auto; position: relative; }
.hv-hello__swiper-img img { transition: all 0.6s ease; }
.hv-hello__swiper-img:hover img { transform: scale(1.05); }
.hv-hello__swiper-text .text {position: absolute; top: 43px; left: 124px; color: #fff; }
.hv-hello__swiper-text .price-info {position: absolute; bottom: 50px; left: 124px; color: #fff;}
.hv-hello__swiper-text strong, .hv-hello__swiper-text span { display: block; }
.hv-hello__swiper-text .tit { font-weight: 400; font-size: 30px; line-height: 40px; margin-bottom: 76px; }
.hv-hello__swiper-text .pd-name { font-weight: 700; font-size: 20px; line-height: 28px; margin-bottom: 15px; }
.hv-hello__swiper-text .promo { font-weight: 400; font-size: 14px; line-height: 24px; height: 24px; }
.hv-hello__swiper-text .price { font-style: normal; font-weight: 500; font-size: 32px; line-height: 46px; }
.hv-hello__swiper-text .price span { font-weight: 400; font-size: 48px; display: inline-block; margin-left: 5px; }
.hv-hello__swiper-text .price span em { font-weight: 400; font-size: 42px; }

.hv-hello__swiper .swiper-button-next, .hv-hello__swiper .swiper-button-prev { display: inline-block; min-width: 18px; min-height: 18px; margin: 0; padding: 0; width: 86px; height: 86px; background-color: transparent; background-position: center center; }
.hv-hello__swiper .swiper-button-next, .hv-hello__swiper .swiper-button-prev { line-height: 1; vertical-align: middle; opacity: 1; transition: opacity cubic-bezier(0.83, 0, 0.17, 1) 0.3s; text-indent: -9999px; font-size: 0; transform: scale(1, 1) translate(0, -50%); }
.hv-hello__swiper .swiper-button-prev { left: 5%; background-image: url(/front/web/images/hv-main/btn-slider-prev_off.png); }
.hv-hello__swiper .swiper-button-next { right: 5%; background-image: url(/front/web/images/hv-main/btn-slider-next_off.png); }
.hv-hello__swiper .swiper-button-next:hover, .hv-hello__swiper .swiper-button-prev:hover { opacity: 0.6 }
.hv-hello__swiper .swiper-pagination { bottom: 34px; text-align: right; max-width: 1440px; margin: 0 auto; position: relative; }
.hv-hello__swiper .swiper-pagination-bullet { margin-right: 6px; background: none; border: 1px solid #ed174d; opacity: 1; }
.hv-hello__swiper .swiper-pagination-bullet-active { background: #ed174d; }

.hv-hello__swiper .hv-hello__swiper-pdlist { position: absolute; bottom: 40px; left: 467px; width: 460px; }
.hv-hello__swiper .hv-hello__swiper-pdlist ul { display: flex; align-items: center; }
.hv-hello__swiper .hv-hello__swiper-pdlist ul li { width: 120px; height: 120px; font-weight: 500; font-size: 20px; border-radius: 50%; color: #000; background-color: #fff; text-align: center; position: relative; }
.hv-hello__swiper .hv-hello__swiper-pdlist ul li { display: inline-flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 0 0 24px 0; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
.hv-hello__swiper .hv-hello__swiper-pdlist ul li:not(:last-child) { margin-right: 35px; }
.hv-hello__swiper .hv-hello__swiper-pdlist ul li:before { content: ""; display: block; width: 30px; height: 30px; position: absolute; left: -15px; top: 45px; background: url(/front/web/images/hv-main/hello_ico_plus.png) no-repeat 0 0; }
.hv-hello__swiper .hv-hello__swiper-pdlist ul li strong { font-style: normal; font-weight: 300; font-size: 32px; color: #ed174d; display: flex; align-items: flex-end; justify-content: center; height: 60px; }
.hv-hello__swiper .hv-hello__swiper-pdlist ul li span { display: block; width: 100px; height: 25px; }
.hv-hello__swiper .hv-hello__swiper-pdlist ul li strong em { font-size: 16px; font-weight: 500; margin-bottom: 4px; }
.hv-hello__swiper .hv-hello__swiper-pdlist ul li.hv-tv strong, .hv-hello__swiper .hv-hello__swiper-pdlist ul li.hv-int strong { }
.hv-hello__swiper .hv-hello__swiper-pdlist ul li strong.font-small { font-size: 20px; width: 80px; word-break: keep-all; line-height: 24px; font-weight: 400; }

/* 상하 롤링 배너 */
.hv-hello__banner .banner-wrap .over-bg { position: absolute; width: 100%; height: 360px; top: 70px; transition: all 0.6s ease; z-index: 1; }
.hv-hello__banner .banner-wrap .inner { max-width: 1440px; margin: 0 auto; position: relative; z-index: 2 }
.hv-hello__banner .banner-wrap .banner-list .banner-info { position: relative; z-index: 2; height: 360px; }
.hv-hello__banner .banner-wrap .banner-list .banner-info a { display: inline-block; position: relative; }
.hv-hello__banner .banner-wrap .banner-list .banner-info .pd-img { position: absolute; bottom: 0; right: 0; transition: all 0.6s ease; }
.hv-hello__banner .banner-wrap .banner-list .banner-info:hover .pd-img { transform: scale(1.05); }
.hv-hello__banner .banner-wrap:last-child { margin-top: 16px; }
.hv-hello__banner .banner-wrap { position: relative; height: 424px; }
.hv-hello__banner .banner-wrap .banner-list { position: absolute; top: 0; opacity: 0; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; cursor: pointer; padding-top: 70px; overflow: hidden; }
.hv-hello__banner .banner-wrap .banner-list.active { opacity: 1; }
.hv-hello__banner .banner-wrap .banner-list .banner-info .bg-img { width: 952px; height: 360px; overflow: hidden; }
.hv-hello__banner .banner-wrap .banner-list .banner-info .bg-img img { margin-top: -60px;    object-fit: cover; width: 952px; height: 420px; }
.hv-hello__banner .banner-wrap .banner-list .banner-info .pd-img { position: absolute; bottom: 0; height: 420px; }
.hv-hello__banner .banner-wrap .banner-list .banner-info .text { position: absolute; top: 38px; width: 310px; color: #fff; }
.hv-hello__banner .banner-wrap .banner-list .banner-info .text strong, .hv-hello__banner .banner-wrap .banner-list .banner-info .text span { display: block; }
.hv-hello__banner .banner-wrap .banner-list .banner-info .text .tit {width: 310px; height: 40px; overflow: hidden;font-weight: 400; font-size: 30px; line-height: 40px;}

.hv-hello__banner .banner-wrap .banner-list .banner-info .price-info{position:absolute; bottom: 50px; width: 310px; color:#fff;}
.hv-hello__banner .banner-wrap .banner-list .banner-info .price-info .pd-name {display: block; font-weight: 700; font-size: 20px; line-height: 28px; margin-bottom: 11px; }
.hv-hello__banner .banner-wrap .banner-list .banner-info .price-info .promo {display: block; font-weight: 400; font-size: 14px; line-height: 24px; height: 24px;}
.hv-hello__banner .banner-wrap .banner-list .banner-info .price-info strong{display: block; font-style: normal; font-weight: 400; font-size: 32px; line-height: 46px; }
.hv-hello__banner .banner-wrap .banner-list .banner-info .price-info strong span { font-weight: 400; font-size: 48px; display: inline-block; margin-left: 5px; }
.hv-hello__banner .banner-wrap .banner-list .banner-info .price-info strong span em { font-weight: 400; font-size: 42px; }



.hv-hello__banner .banner-wrap .thum-link { position: absolute; top: 64px; width: 342px; }
.hv-hello__banner .banner-wrap .thum-link ul { height: 360px; position: relative; }
.hv-hello__banner .banner-wrap .thum-link ul li { display: flex; align-items: center; position: absolute; height: 120px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.hv-hello__banner .banner-wrap .thum-link ul li a { display: inline-flex; align-items: center; }
.hv-hello__banner .banner-wrap .thum-link ul li a:hover { text-decoration: none; }
.hv-hello__banner .banner-wrap .thum-link ul li .thum-text { font-weight: 400; font-size: 18px; line-height: 28px; color: #A9A9A9; width: 242px; word-break: keep-all; }
.hv-hello__banner .banner-wrap .thum-link ul li.active { transform: translate3d(0px, 100%, 0px); }
.hv-hello__banner .banner-wrap .thum-link ul li.next { transform: translate3d(0px, 200%, 0px); }
.hv-hello__banner .banner-wrap .thum-link ul li.prev { transform: translate3d(0px, 0%, 0px); }
.hv-hello__banner .banner-wrap .thum-link ul li.active .thum-img { display: inline-block; width: 120px; height: 120px; border-radius: 50%; background-color: #E9E9E9; }
.hv-hello__banner .banner-wrap .thum-link ul li.active .thum-img img { width: 100%; height: auto; }
.hv-hello__banner .banner-wrap .thum-link ul li.active .thum-text { font-weight: 400; font-size: 24px; line-height: 34px; color: #000; }
.hv-hello__banner .banner-wrap .thum-link ul li .thum-img { display: inline-block; width: 64px; height: 64px; border-radius: 50%; background-color: #E9E9E9; box-shadow: 0px 0px 0px rgb(0 0 0 / 0%); transition: box-shadow .3s ease-in-out 0s; overflow: hidden; }
.hv-hello__banner .banner-wrap .thum-link ul li .thum-img img { width: 100%; height: auto; }
.hv-hello__banner .banner-wrap .thum-link ul li a:hover .thum-img { box-shadow: 2px 2px 12px rgba(0, 0, 0, .2); }



.hv-hello__banner .banner-wrap .thum-link.type2{top:0;}
.hv-hello__banner .banner-wrap .thum-link.type2 ul{}
.hv-hello__banner .banner-wrap .thum-link.type2 ul li{height: 120px;transform: translate3d(0px, 200%, 0px);}
.hv-hello__banner .banner-wrap .thum-link.type2 ul li.active { transform: translate3d(0px, 100%, 0px);}
.hv-hello__banner .banner-wrap .thum-link.type2 ul li.next { transform: translate3d(0px, 200%, 0px); }
.hv-hello__banner .banner-wrap .thum-link.type2 ul li.prev { transform: translate3d(0px, 200%, 0px); }


.hv-hello__banner #banner01.banner-wrap .over-bg { left: -50%; }
.hv-hello__banner #banner01.banner-wrap .banner-list { left: 0; border-radius: 0 0 180px 0 }
.hv-hello__banner #banner01.banner-wrap .banner-list .banner-info .bg-img { border-radius: 0 180px 0 0; }
.hv-hello__banner #banner01.banner-wrap .banner-list .banner-info .pd-img { right: 0; }
.hv-hello__banner #banner01.banner-wrap .banner-list .banner-info .text { left: 114px; }
.hv-hello__banner #banner01.banner-wrap .thum-link { right: 114px; }
.hv-hello__banner #banner01.banner-wrap .thum-link ul li { left: 30px; }
.hv-hello__banner #banner01.banner-wrap .thum-link ul li.active { left: 0; }
.hv-hello__banner #banner01.banner-wrap .thum-link ul li .thum-text { padding-left: 10px; }
.hv-hello__banner #banner01.banner-wrap .banner-list .banner-info .price-info{left: 114px;}
.hv-hello__banner #banner02.banner-wrap .over-bg { right: -50%; }
.hv-hello__banner #banner02.banner-wrap .banner-list { right: 0; border-radius: 0 0 0 180px; }
.hv-hello__banner #banner02.banner-wrap .banner-list .banner-info .bg-img { border-radius: 180px 0 0 0; }
.hv-hello__banner #banner02.banner-wrap .banner-list .banner-info .pd-img { left: 0; }
.hv-hello__banner #banner02.banner-wrap .banner-list .banner-info .text { right: 114px; }
.hv-hello__banner #banner02.banner-wrap .thum-link { left: 114px; }
.hv-hello__banner #banner02.banner-wrap .thum-link ul li { right: 30px; text-align: right; }
.hv-hello__banner #banner02.banner-wrap .thum-link ul li.active { right: 0 }
.hv-hello__banner #banner02.banner-wrap .thum-link ul li .thum-text { padding-right: 10px; }
.hv-hello__banner #banner02.banner-wrap .banner-list .banner-info .price-info{right: 114px;}
.hv-hello__banner #banner02.banner-wrap .banner-list .banner-info .price-info strong span{margin-left: 0;}

.hv-together { position: relative; padding: 188px 0; background: #f2f2f2; }
.hv-together .hv-inner { display: -webkit-box; display: -ms-flexbox; display: flex; }
.hv-together__banner { clear: both; width: 464px; height: 650px; overflow-y: hidden; }
.hv-together__banner::after { content: ''; clear: both; display: table; overflow: hidden; }
.hv-together__banner .banner-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.hv-together__banner .banner-box .banner { position: relative; }
.hv-together__banner .banner-box .banner .text { position: absolute; top: 24px; left: 25px;  color: #fff; }
.hv-together__banner .banner-box .banner .text span{ display: block; font-weight: 300; font-size: 16px; line-height: 29px; width: 150px; height: 29px; overflow: hidden;}
.hv-together__banner .banner-box .banner .text strong { display: block; font-size: 24px; line-height: 29px; font-weight: 500; width: 174px; height: 29px; overflow: hidden; }
.hv-together__banner .banner-box .banner span { display: block; border-radius: 12px; overflow: hidden;  }
.hv-together__banner .banner-box .banner span img { cursor: pointer; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; width: 220px; height: 311px; object-fit: cover; }
.hv-together__banner .banner-box .banner span img:hover { -webkit-transform: scale(1.05); transform: scale(1.05); }


.hv-together__banner .banner-box:last-child .banner .text span{width: 400px;font-size: 24px; line-height: 40px; height: 40px; }
.hv-together__banner .banner-box:last-child .banner .text strong{width:400px;font-size: 30px; line-height: 40px; height: 40px; }
.hv-together__banner .banner-box:last-child .banner { margin-top: 24px; }
.hv-together__banner .banner-box:last-child .banner span img { width: 464px; height: 314px; object-fit: cover; }


.hv-together__swiper { position: relative; width: 464px; margin-left: 24px; }
.hv-together__swiper .swiper { position: relative; z-index: 30; height: 649px; border-radius: 12px; }
.hv-together__swiper .swiper-slide { padding: 40px 32px; }
.hv-together__swiper .swiper-slide a{display:inline-block;}
.hv-together__swiper .swiper-slide img { border-radius: 400px; width: 400px; height: 400px; object-fit: cover;-webkit-transition: all 0.6s ease; transition: all 0.6s ease; }
.hv-together__swiper .swiper-slide img:hover { -webkit-transform: scale(1.05); transform: scale(1.05); }
.hv-together__swiper .swiper-slide span { display: block; margin-left: 9px; margin-top: 48px; font-weight: 400; font-size: 18px; line-height: 28px; letter-spacing: -0.6px; color: #ffffff; }
.hv-together__swiper .swiper-slide p { margin-top: 75px; margin-left: 9px; font-style: normal; font-weight: 400; font-size: 30px; line-height: 40px; letter-spacing: -0.6px; color: #ffffff; }
.hv-together__swiper .swiper-slide p strong { display: block; margin-top: 2px; font-weight: 500; font-size: 40px; line-height: 50px; width: 390px;overflow: hidden;height: 50px;}
.hv-together__swiper .swiper-button-prev { top: 240px; left: 3px; width: 56px; height: 56px; margin: 0; border-radius: 56px; }
.hv-together__swiper .swiper-button-prev:after { content: ""; display: block; width: 24px; height: 23px; background: url(/front/web/images/hv-main/together_prev.png) no-repeat 50% 50%; }
.hv-together__swiper .swiper-button-next { top: 240px; right: 3px; width: 56px; height: 56px; margin: 0; border-radius: 56px; }
.hv-together__swiper .swiper-button-next:after { content: ""; display: block; width: 24px; height: 23px; background: url(/front/web/images/hv-main/together_next.png) no-repeat 50% 50%; }
.hv-together__swiper .swiper-pagination { bottom: 182px; }
.hv-together__swiper .swiper-pagination-bullet { background: #000000; opacity: 1; }
.hv-together__swiper .swiper-pagination-bullet-active { background: #d9d9d9; }
.hv-together__swiper .thumb { position: absolute; bottom: 0; right: -744px; width: 200%; height: 175px; margin: 0 0 46px 0; padding: 0 0 0 0; z-index: 10; }
.hv-together__swiper .thumb.type3 { right: -518px; }
.hv-together__swiper .thumb.type5 { right: -972px; }
.hv-together__swiper .thumb:after { content: ""; display: block; position: absolute; left: -45px; bottom: 50%; width: 200%; height: 3px; background: #c7c7c7; }
.hv-together__swiper .thumb.type5:after { left: -90px; }
.hv-together__swiper .thumb ul { position: relative; z-index: 20; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.hv-together__swiper .thumb ul:after { display: block; position: absolute; top: 0; right: 0; bottom: 0; width: 200px; height: 175px; background: #fff; opacity: 0.5; z-index: 50; }
.hv-together__swiper .thumb ul li { position: absolute; padding: 0 35px; -webkit-transition: all 1s ease; transition: all 1s ease; cursor: pointer; }
.hv-together__swiper .thumb ul li.active { -webkit-transition: none !important; transition: none !important; -webkit-transform: none !important; transform: none !important; opacity: 0; }
.hv-together__swiper .thumb ul li img { width: 175px; height: 175px; border-radius: 175px; filter: drop-shadow(0px 24px 32px rgba(74, 76, 88, 0.15)); object-fit: cover; }
.hv-together__title { margin-left: 29px; margin-top: 28px; width: 464px; overflow: hidden; }
.hv-story { padding:176px 0; }

/*.hv-story::after { content: ""; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 948px; background: -webkit-gradient(linear, left top, right top, color-stop(29.06%, #ffffff), to(rgba(255, 255, 255, 0))); background: linear-gradient(90deg, #ffffff 29.06%, rgba(255, 255, 255, 0) 100%); }*/
.hv-story__title { position: relative; z-index: 20; text-align: center; }
.hv-story .counters { margin-top: 50px; }
.hv-story .counters ul { display: flex; align-items: center; justify-content: space-between; }
.hv-story .counters ul li { text-align: center; position: relative; width: 480px; }
.hv-story .counters ul li span { }
.hv-story .counters ul li p { font-weight: 400; font-size: 18px; line-height: 28px; color: #000000; text-align: center; margin-bottom: 5px; }
.hv-story .counters ul li p img { width: 100px; height: 100px; }
.hv-story .counters ul li p strong { font-style: normal; font-weight: 500; font-size: 24px; line-height: 34px; color: #ed174d; }
.hv-story .counters ul li p span { display: inline-block; width: 200px; min-height: 56px; word-break: keep-all; margin-top: 11px; }
.hv-story .counters .hv-story__number { margin: 0 0 18px 0; font-style: normal; font-weight: 400; font-size: 90px; line-height: 100px; }
.hv-story .counters .hv-story__number span { font-weight: 500; font-size: 200px; line-height: 250px; }
.hv-Whyhello { position: relative; }
.hv-Whyhello__title { position: absolute; top: -50px; left: 0; z-index: 20; text-align: left; }
.hv-Whyhello__title h2 { color: #fff; }
.hv-Whyhello__title p { color: #fff; }
.Whyhello__img { max-width: 1920px; margin: 0 auto; }
.hv-Whyhello .swiper-wrapper { }
.hv-Whyhello__swiper .swiper { position: relative; height: 360px; }
.hv-Whyhello__swiper-img { max-width: 1920px; margin: 0 auto; position: relative; }
.hv-Whyhello__swiper-img a { display: block }
.hv-Whyhello__swiper-img img { transition: all 0.6s ease; width: 1920px; height: 360px; max-width: inherit; position: absolute; }
.hv-Whyhello__swiper-img:hover img { transform: scale(1.05); }
.hv-Whyhello__swiper-text { position: relative; top: 230px; left: 0px; color: #fff; max-width: 1440px; margin: 0 auto }
.hv-Whyhello__swiper-text .text { font-weight: 400; font-size: 48px; line-height: 58px; }
.hv-Whyhello__swiper-text .text strong, .hv-Whyhello__swiper-text .text span { display: block; }
.hv-Whyhello__swiper-text .text strong { font-weight: 700; margin-bottom: 15px; }
.hv-Whyhello__swiper-text .text span { font-weight: 500; font-size: 24px; line-height: 34px; }
.hv-Whyhello__swiper-text .tit { font-weight: 500; font-size: 30px; line-height: 40px; margin-bottom: 70px; }
.hv-Whyhello__swiper-text .pd-name { font-weight: 700; font-size: 20px; line-height: 28px; margin-bottom: 15px; }
.hv-Whyhello__swiper-text .promo { font-weight: 500; font-size: 14px; line-height: 24px; margin-bottom: 10px; }
.hv-Whyhello__swiper-text .price { font-style: normal; font-weight: 500; font-size: 32px; line-height: 58px; }
.hv-Whyhello__swiper-text .price span { font-weight: 700; font-size: 48px; display: inline-block; margin-left: 5px; }
.hv-Whyhello__swiper-text .price span em { font-weight: 500; font-size: 42px; }
.hv-Whyhello__swiper .swiper-button-next, .hv-Whyhello__swiper .swiper-button-prev { display: inline-block; min-width: 18px; min-height: 18px; margin: 0; padding: 0; width: 86px; height: 86px; background-color: transparent; background-position: center center; }
.hv-Whyhello__swiper .swiper-button-next, .hv-Whyhello__swiper .swiper-button-prev { line-height: 1; vertical-align: middle; opacity: 1; transition: opacity cubic-bezier(0.83, 0, 0.17, 1) 0.3s; text-indent: -9999px; font-size: 0; transform: scale(1, 1) translate(0, -50%); }
.hv-Whyhello__swiper .swiper-button-prev { left: 5%; background-image: url(/front/web/images/hv-main/btn-slider-prev_off.png); }
.hv-Whyhello__swiper .swiper-button-next { right: 5%; background-image: url(/front/web/images/hv-main/btn-slider-next_off.png); }
.hv-Whyhello__swiper .swiper-button-next:hover, .hv-Whyhello__swiper .swiper-button-prev:hover { opacity: 0.6 }
.hv-Whyhello__swiper .swiper-pagination { bottom: 34px; text-align: right; max-width: 1440px; margin: 0 auto; position: relative; }
.hv-Whyhello__swiper .swiper-pagination-bullet { margin-right: 6px; background: none; border: 1px solid #ed174d; opacity: 1; }
.hv-Whyhello__swiper .swiper-pagination-bullet-active { background: #ed174d; }

/*
.hv-parallax { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 360px; background: url(/front/web/images/hv-main/parallax.png) no-repeat 50% 50%; background-attachment: fixed; }
.hv-parallax::before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.3); z-index: 10; }
.hv-parallax h2 { position: relative; z-index: 20; margin-bottom: 8px; font-weight: 400; font-size: 48px; line-height: 58px; letter-spacing: -0.6px; color: #ffffff; }
.hv-parallax h2 strong { font-weight: 700; }
.hv-parallax p { position: relative; z-index: 20; margin-top: 8px; font-weight: 500; font-size: 24px; line-height: 34px; letter-spacing: -0.6px; color: #ffffff; }
*/

.hv-benefits { padding: 120px 0 0 0; background: #fff; }
.hv-benefits__title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 48px; }
.hv-benefits__title p { font-weight: 400; font-size: 48px; line-height: 58px; letter-spacing: -0.6px; color: #000000; }
.hv-benefits__title p strong { font-weight: 700; }
.hv-benefits__title a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 500; font-size: 20px; line-height: 30px; letter-spacing: -0.6px; color: #000000; }
.hv-benefits__title a:after { content: ""; display: block; width: 24px; height: 24px; background: url(/front/web/images/hv-main/benefits_arrow.png) no-repeat 50% 50%; }
.hv-benefits__title a:hover{color:#ed174d;}
.hv-benefits__swiper .swiper-slide { width: 368px !important; cursor: pointer; overflow: hidden;  }
.hv-benefits__swiper .swiper-slide .thumb {position: relative;}
.hv-benefits__swiper .swiper-slide .thumb span{border-radius: 12px; overflow: hidden; margin: 0;}
.hv-benefits__swiper .swiper-slide .thumb img { width: 368px; border-radius: 12px; height: 239px; object-fit: cover; transition: all 0.6s ease;}
.hv-benefits__swiper .swiper-slide .thumb strong { position: absolute; z-index: 20; bottom: 0; left: 8px; display: inline-flex; align-items: center; justify-content: center; width: 94px; height: 38px; border-radius: 30px; background: #282a35; border-radius: 80px; font-weight: 500; font-size: 14px; line-height: 24px; text-align: center; letter-spacing: -0.6px; color: #ffffff; -webkit-transform: translateY(50%); transform: translateY(50%); }
.hv-benefits__swiper .swiper-slide .thumb::after { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(237, 23, 77, 0.85) url(/front/web/images/hv-main/benefits_hover.png) no-repeat 50% 50%; border-radius: 12px; z-index: 10; opacity: 0; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.hv-benefits__swiper .swiper-slide:hover img { transform: scale(1.05); }
.hv-benefits__swiper .swiper-slide:hover p, .hv-benefits__swiper .swiper-slide:hover span { color: #ed174d; }
.hv-benefits__swiper .swiper-slide p { margin-left: 8px; margin-top: 26px; font-weight: 500; font-size: 20px; line-height: 30px; height: 60px; letter-spacing: -0.6px; color: #000000; }
.hv-benefits__swiper .swiper-slide p strong { font-weight: 700; }
.hv-benefits__swiper .swiper-slide span { display: block; margin-top: 16px; margin-left: 8px; font-weight: 400; font-size: 14px; line-height: 24px; letter-spacing: -0.6px; color: #6b6b6b; }
.hv-benefits .swiper-scrollbar { position: relative; left: auto; bottom: auto; margin-top: 75px; }
@media screen and (max-width:1440px) {
    .swiper-button-prev, .swiper-button-next { display: none !important; }
    html { overflow-x: scroll; }
    #content { overflow: hidden; }
}

/* 고객센터 공지사항 */
.hv-notice .cscenter-notice { white-space: nowrap; background-color: #1D1F21; font-weight: 500; }
.hv-notice .cscenter-notice a:hover, .cscenter-notice a:focus { color: #f6f6f6; }
.hv-notice .cscenter-notice .hv-inner { display: flex; align-items: center; justify-content: space-between; }
.hv-notice .cscenter-notice dl { color: #aaa; font-size: 12px; display: block; height: auto; width: auto; line-height: inherit; }
.hv-notice .cscenter-notice dt, .cscenter-notice dd { display: inline-block; vertical-align: top; }
.hv-notice .cscenter-notice dt { margin-right: 10px; padding-right: 40px; color: #fff; position: relative; }
.hv-notice .cscenter-notice dt a { margin: 0 }
.hv-notice .cscenter-link dt:before { position: absolute; content: ''; right: 0; top: 50%; width: 1px; height: 16px; margin-top: -7px; background-color: #666; }
.hv-notice .cscenter-link dd a { position: relative; margin: 0 20px; padding-left: 10px; padding-right: 10px; }
.hv-notice .cscenter-link dd a[target="_blank"]::after { content: '↗'; display: inline-block; padding-left: 3px; transform: translate(0, -1px); }
.hv-notice .cscenter-link dd a strong { font-weight: 700; color: #fff; }
.hv-notice .cscenter-link a+a:before { content: none; }
.hv-notice .notice-latest { }
.hv-notice .notice-latest dd a { display: inline-block; width: 370px; white-space: nowrap; vertical-align: top; text-overflow: ellipsis; overflow: hidden; }
.hv-notice .notice-latest .date { vertical-align: top; }
.hv-footer #footer { padding-bottom: 130px; background-color: #000; }

/*기업컨텐츠 추가*/
.hv-biz__title { position: relative; z-index: 20; text-align: center; }
.hv-biz-cont {
    padding: 176px 0 0;
}
.main-biz-cont {
  background-color: #fff;
  padding:50px 0 0;
}
.main-biz-cont .countup i {
  font-family: 'Roboto', 'Noto Sans KR', 'Malgun Gothic', sans-serif, Arial, Dotum, Gulim, Verdana, Tahoma;
}
.main-biz-cont .wrapper {
  padding-bottom: 0px;
  width: auto;
}
.main-biz-cont .subject {
  margin: 0 0 30px;
  color: #000;
  font-size: 40px;
  font-weight: var(--light, 300);
}
.main-biz-cont .toggle-container {
  position: relative;
  overflow: hidden;
  margin: 0 -12px;
}
.main-biz-cont p {
  margin: 0;
  padding: 0;
}
.main-biz-cont .summary {
  top: 0;
  color: #fff;
  font-size: 30px;
  font-weight: var(--bold, 500);
  line-height:40px;
  letter-spacing: -0.6px;
}
.main-biz-cont .summary span, .main-biz-cont .name span{
  display: block;
  word-break: keep-all;
  white-space: nowrap;
}
.main-biz-cont .name {
  top: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.main-biz-cont .desc {
  margin-top: 14px;
  color: #fff;
  font-size: 20px;
  font-weight: var(--light, 400);
  line-height:28px;
  letter-spacing: -0.6px;
}
.main-biz-cont .count {
  color: #fff;
  font-size: 20px;
  font-weight: var(--light, 300);
}
.main-biz-cont .count strong {
  color: #fff;
  font-size: 60px;
  font-weight: var(--bold, 700);
}
.main-biz-cont .description {
  margin-top: 10px;
}
.main-biz-cont .description p {
  display: none;
  text-align: right;
  color: var(--gray-400);
  font-size: 12px;
  font-weight: var(--light, 300);
}
.main-biz-cont[data-idx="0"] .description p.nth-1,
.main-biz-cont[data-idx="1"] .description p.nth-2,
.main-biz-cont[data-idx="2"] .description p.nth-3,
.main-biz-cont[data-idx="3"] .description p.nth-4,
.main-biz-cont[data-idx="4"] .description p.nth-5 {
  display: block;
}
.main-biz-cont .toggle-container {
  display: flex;
}
.main-biz-cont .module {
  position: relative;
  margin: 0 12px;
  height: 100%;
  min-height: 341px;
  text-align: left;
  overflow: hidden;
  user-select: none;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.main-biz-cont .toggle-item {
  border: 0;
  color: #fff;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0s;
  position: relative;
}
.main-biz-cont .toggle-item.in {
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}

.main-biz-cont .toggle-item.in .module { 
	transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0s;
	border-radius: 12px;
}
.main-biz-cont .toggle-item .module { 
	transition: background 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0s;
	border-radius: 12px;
	background-size: 100% 100%;
}
.main-biz-cont .toggle-item .module .img-wide-on {
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.main-biz-cont .toggle-item .module .img-wide-on img {height: 342px;}
.main-biz-cont .toggle-item.nth-1 .module {
  background-image: url('/front/web/images/hv-main/img_main_solutions_01.png');
}
.main-biz-cont .toggle-item.nth-1.in .module {
  background-image: url('/front/web/images/hv-main/img_main_solutions_01_on.png');
}
.main-biz-cont .toggle-item.nth-2 .module {
  background-image: url('/front/web/images/hv-main/img_main_solutions_02.png');
}
.main-biz-cont .toggle-item.nth-2.in .module {
  background-image: url('/front/web/images/hv-main/img_main_solutions_02_on.png');
}
.main-biz-cont .toggle-item.nth-3 .module {
  background-image: url('/front/web/images/hv-main/img_main_solutions_03.png');
}
.main-biz-cont .toggle-item.nth-3.in .module {
  background-image: url('/front/web/images/hv-main/img_main_solutions_03_on.png');
}
.main-biz-cont .toggle-item.nth-4 .module {
  background-image: url('/front/web/images/hv-main/img_main_solutions_04.png');
}
.main-biz-cont .toggle-item.nth-4.in .module {
  background-image: url('/front/web/images/hv-main/img_main_solutions_04_on.png');
}
.main-biz-cont .toggle-item.nth-5 .module {
 background-image: url('/front/web/images/hv-main/img_main_solutions_05.png');
}
.main-biz-cont .toggle-item.nth-5.in .module {
  background-image: url('/front/web/images/hv-main/img_main_solutions_05_on.png');
}

.main-biz-cont .toggle-item .summary,
.main-biz-cont .toggle-item .head {
  position: absolute;
  left: 0;
  z-index:2;
}
.main-biz-cont .toggle-item .summary {
  visibility: visible;
  margin: 37px 28px;
  top: 0;
  opacity: 1;
  transform: translate(0, 0);
  transition: visibility 0s cubic-bezier(0.37, 0, 0.63, 1) 0s, transform 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0s, opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}
.main-biz-cont .toggle-item .head,
.main-biz-cont .toggle-item .body {
  visibility: hidden;
  margin: 37px 0 0 27px;
  opacity: 0;
  transform: translate(60px, 0);
  transition: visibility 0s cubic-bezier(0.37, 0, 0.63, 1) 0.4s, transform 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0s, opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}
.main-biz-cont .toggle-item .head {
  margin-top: 40px;
}
.main-biz-cont .toggle-item.in .head,
.main-biz-cont .toggle-item.in .body {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  transition: visibility 0s cubic-bezier(0.37, 0, 0.63, 1) 0s, transform 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0s, opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}
.main-biz-cont .toggle-item.in .summary {
  visibility: hidden;
  opacity: 0;
  transform: translate(-12px, 0);
  transition: visibility 0s cubic-bezier(0.37, 0, 0.63, 1) 0.4s, transform 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0s, opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}
.main-biz-cont .toggle-item.in .module::after {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}
.main-biz-cont[data-length="5"] .toggle-item {
  width: 244px;
}
.main-biz-cont[data-length="5"] .toggle-item .head {
  width: 410px;
}
.main-biz-cont[data-length="5"] .toggle-item.in {
  width: 488px;
}
.main-biz-cont .toggle-item .body {
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin:0;
	z-index:2;
}
.main-biz-cont .toggle-item .body .btn-img {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 30px;
    color:#fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.6px;
    line-height: 30px;
    padding: 9px 0 9px 27px;
}
.main-biz-cont .toggle-item .body .btn-img::after {
	content: '';
    width: 8px;
    height: 12px;
    position: absolute;
    z-index: 1;
    top: 19px;
    right:23px;
    margin: 0;
    background: url(/front/web/images/hv-main/img_main_solutions_arr_white.png) center center no-repeat;
    background-size: 8px 12px;
}