/* COMMON
--------------------------------------------------------------- */
:root {
	--color-primary: #f66443;
	--color-secondary: #f78806;
	--color-third: #fb991f;
	--color-kakao: #ffdb1b;
	--color-red: #f33d00;
	--color-yellow: #fdd835;
	--color-black: #000;
	--color-white: #fff;
	--color-gray: #121619;
	--color-gray-90: #424242;
	--color-gray-80: #41484d;
	--color-gray-70: #757575;
	--color-gray-60: #9e9e9e;
	--color-gray-50: #bdbdbd;
	--color-gray-40: #e0e0e0;
	--color-gray-30: #eeeeee;
	--color-gray-20: #f5f5f5;
	--color-gray-10: #f8f8f8;
	--font-family: 'Pretendard Variable', 'Noto Sans KR', 'Apple SD Gothic Neo, Malgun Gothic, Nanum Gothic, Meiryo, sans-serif, serif, Arial', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic',
		'Inter', 'Arial', sans-serif;
	--eng-font-family: 'Lato', 'Pretendard Variable', 'Noto Sans KR', 'Apple SD Gothic Neo, Malgun Gothic, Nanum Gothic, Meiryo, sans-serif, serif, Arial', 'Apple SD Gothic Neo', 'Malgun Gothic',
		'Nanum Gothic', 'Arial', sans-serif;
	--font-black: 900;
	--font-extra-bold: 800;
	--font-bold: 700;
	--font-semibold: 600;
	--font-normal: 500;
	--font-regular: 400;
	--font-light: 300;
	--font-extra-light: 200;
	--font-thin: 100;
	--sat: env(safe-area-inset-top);
	--sar: env(safe-area-inset-right);
	--sab: env(safe-area-inset-bottom);
	--sal: env(safe-area-inset-left);
	--radius: 10px;
	--radius-small: 4px;
	--radius-big: 3rem;
	--radius-round: 50%;
	--backdrop-filter: blur(5px);
	--box-shadow-line: 0 0 0 0 #fff, 0 0 0 1px rgba(15, 23, 42, 0.05), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
	--m1: 5px;
	--m2: 10px;
	--m3: 15px;
	--m4: 20px;
	--m5: 25px;
	--m6: 30px;
	--m7: 45px;
	--m8: 60px;
	--m9: 90px;
	--m10: 120px;
	--h1: 1.25rem;
	--h2: 1.125rem;
	--h3: 1rem;
	--h4: 0.875rem;
	--h5: 0.75rem;
	--h6: 0.6875rem;
	--max-width: 1280px;
	--min-width: 320px;
	--logo-width: 131px;
	--logo-height: 38px;
	--header-height: 80px;
	--header-height-fixed: 80px;
}

::selection {
	background: var(--color-primary);
	color: var(--color-white) !important;
}
::-moz-selection {
	background: var(--color-primary);
	color: var(--color-white) !important;
}

.expand {
	overflow: hidden;
}
.displaynone {
	display: none !important;
}
.only-mobile {
	display: none !important;
}
.only-pc {
	display: block !important;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Common
==============================================  */
.hashcorp {
	width: 100%;
	min-width: var(--min-width);
	margin: 0 auto;
	font-family: var(--font-family);
	font-weight: var(--font-regular);
	font-size: 16px;
	line-height: 1.5;
	min-height: 100vh;
	background: var(--color-white);
	box-sizing: border-box;
	color: var(--color-black);
	overflow-x: hidden;
}
.hashcorp * {
	font-family: var(--font-family) !important;
}
.hashcorp .inner {
	max-width: var(--max-width);
	min-width: var(--min-width);
	margin: auto;
	position: relative;
	width: 100%;
	height: 100%;
}
#preview_item {
	display: none;
}
.bg-gray {
	padding: 100px 0;
	background: #f8f9fc;
	position: relative;
}
.bg-white {
	padding: 100px 0;
	background: var(--color-white);
	position: relative;
}
.hashcorp .benefit-box .benefit-box__title,
.hashcorp .section-title {
	font-size: 60px;
	font-weight: var(--font-black);
	color: var(--color-black);
	line-height: 1.25;
	padding: 0 15px;
}
.hashcorp .section-title strong {
	font-weight: var(--font-black);
	color: var(--color-primary);
}
.text-center {
	text-align: center;
}
.inline-block {
	display: inline-block;
}

/* MAIN
==============================================  */
/* Fixed Notice */
.hashcorp .fixed-notice {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: var(--color-primary);
	color: var(--color-white);
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 0;
	text-align: center;
	z-index: 1000;
}
.hashcorp .fixed-notice .fixed-notice__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.hashcorp .fixed-notice .fixed-notice__wrapper svg {
	display: block;
	width: 24px;
	height: 24px;
}

/* Header
------------------------------------- */
.hashcorp .main-header {
	width: 100%;
	height: var(--header-height);
	background: var(--color-white);
	border-bottom: 1px solid var(--color-gray-20);
}
.hashcorp .main-header.transparent {
	background: transparent;
	background: #fff;
	position: absolute;
	top: 44px;
	left: 0;
	right: 0;
	z-index: 1000;
}
.hashcorp .main-header .logo {
	width: var(--logo-width);
	height: var(--logo-height);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.hashcorp .main-header .logo .color {
	display: block;
	width: 100%;
	height: 100%;
}
.hashcorp .main-header .logo .white {
	display: none;
	width: 100%;
	height: 100%;
}
.hashcorp .main-header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.hashcorp .main-header .logo img {
	display: block;
	width: 100%;
	height: 100%;
}
.hashcorp .main-header .nav {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.hashcorp .main-header .nav .nav__list {
	display: flex;
	align-items: center;
	gap: 50px;
}
.hashcorp .main-header .nav .nav__list .list__item a {
	color: var(--color-black);
	font-size: 1.125rem;
	font-weight: var(--font-normal);
	line-height: 1;
	display: inline-block;
	padding: 5px;
}
.hashcorp .main-header .nav .call {
	background: var(--color-white);
	border: 1px solid var(--color-primary);
	border-radius: var(--radius);
	display: flex;
	align-items: center;
	padding: 10px 12px;
	box-sizing: border-box;
	margin-left: 30px;
}
.hashcorp .main-header .nav .call svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: var(--color-primary);
	margin-right: 5px;
}
.hashcorp .main-header .nav .call span {
	color: var(--color-primary);
	font-weight: var(--font-bold);
	font-size: 1.125rem;
	line-height: 1;
	display: inline-block;
}
.hashcorp .main-header .nav .total-menu-btn {
	background: transparent;
	border: 0;
	margin-left: 20px;
	display: none !important;
}
.hashcorp .main-header .nav .total-menu-btn svg {
	display: inline-block;
	width: 24px;
	height: auto;
	color: var(--color-black);
}

/* Header Transparent */
.hashcorp .main-header.transparent {
	background: transparent;
	border-bottom: 0;
}
.hashcorp .main-header.transparent .nav .nav__list .list__item a {
	color: var(--color-black);
}
.hashcorp .main-header.transparent .nav .call {
	background: transparent;
	border-color: var(--color-primary);
}
.hashcorp .main-header.transparent .logo .color {
	display: none;
}
.hashcorp .main-header.transparent .logo .white {
	display: block;
}
.hashcorp .main-header.transparent .nav .total-menu-btn svg {
	color: var(--color-black);
}

/* Header Fix */
.hashcorp .main-header.fix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

/* Index
------------------------------------- */
.hashcorp .visually-banner {
	height: 100vh;
	max-height: 980px;
	width: 100%;
	position: relative;
	padding-top: var(--header-height);
	box-sizing: border-box;
}
.hashcorp .visually-banner::after {
	content: '';
	background: url('../img/background2.jpg') repeat;
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hashcorp .visually-banner .banner-group {
	position: absolute;
	left: 0;
	top: 60px;
	display: flex;
	flex-direction: column;
	text-align: left;
}
.hashcorp .visually-banner .banner-group .banner__title {
	order: 1;
	font-size: 120px;
	font-weight: var(--font-black);
	letter-spacing: -0.05em;
	position: relative;
	padding-top: 0;
	line-height: 1;
	margin-top: 0;
	color: var(--color-primary);
}
.hashcorp .visually-banner .banner-group .banner__title .txt {
	background: url('../img/hint_text_orange.png') no-repeat;
	background-size: cover;
	display: inline-block;
	width: 92px;
	height: 61px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -56px;
}
.hashcorp .visually-banner .banner-group .banner__title .hint {
	display: block;
	font-size: 24px;
	letter-spacing: 0;
}
.hashcorp .visually-banner .banner-group .banner__title + p + p {
	margin-top: 15px;
}

.hashcorp .visually-banner .banner-group .banner__desc {
	order: 0;
	font-size: 40px;
	color: var(--color-black);
	font-weight: var(--font-bold);
	letter-spacing: -0.05em;
}
.hashcorp .visually-banner .banner-group .banner__desc2 {
	color: var(--color-black);
	font-size: 40px;
	order: 2;
	letter-spacing: -0.05em;
	margin-top: 30px;
}
.hashcorp .visually-banner .banner-group .banner__desc2 b {
	font-weight: var(--font-black);
	display: inline-block;
	font-size: 56px;
	animation: bounce 1.25s ease-in-out 5s infinite; /* 애니메이션 1초, 2초 대기 후 반복 */
}
.hashcorp .visually-banner .banner-group .banner__desc2 strong {
	display: block;
	font-weight: var(--font-black);
	line-height: 1;
}
.hashcorp .visually-banner .banner-group .banner__tag {
	order: 3;
	text-align: right;
	width: 500px;
	margin-left: auto;
	margin-top: 60px;
	letter-spacing: -0.05em;
}
.hashcorp .visually-banner .banner-group .banner__tag .tag__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
	gap: 20px;
}
.hashcorp .visually-banner .banner-group .banner__tag .tag__list .list__item {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: var(--radius-big);
	padding: 10px;
	font-size: 32px;
	font-weight: var(--font-black);
	color: var(--color-black);
}

.hashcorp .visually-banner .object.model {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 600px;
}
.hashcorp .visually-banner .object.model img {
	display: block;
	width: 100%;
}
.hashcorp .visually-banner .object.money {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.hashcorp .visually-banner .object.money img {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}
.hashcorp .relay.overlay {
	max-width: 100%;
	margin: auto;
	position: relative;
	z-index: 10000;
	background: #fff;
	display: block;
	padding: 100px 0;
	box-sizing: border-box;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}
.hashcorp .relay.overlay .section-title {
	font-size: 48px;
}
.hashcorp .relay.overlay .relay__list .lt {
	margin-top: 30px;
}

/* Quick Menu
------------------------------------- */
.hashcorp .quick-menu {
}
.hashcorp .quick-menu .flex {
	display: flex;
	align-items: center;
}
.hashcorp .quick-menu .section__title {
	font-size: 24px;
	font-weight: var(--font-bold);
	color: var(--color-black);
}
.hashcorp .quick-menu .quick-menu__list {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-left: auto;
}
.hashcorp .quick-menu .quick-menu__list .list__item {
	width: 136px;
}
.hashcorp .quick-menu .quick-menu__list .list__item .item__box {
	text-align: center;
}
.hashcorp .quick-menu .quick-menu__list .list__item .item__box .box__thumb {
	overflow: hidden;
	display: inline-block;
	position: relative;
	width: 136px;
	height: 136px;
	border-radius: 60px;
	background: #f2f4fc;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hashcorp .quick-menu .quick-menu__list .list__item .item__box .box__thumb svg {
	display: block;
	width: 24px;
	height: 24px;
}
.hashcorp .quick-menu .quick-menu__list .list__item .item__box .box__title {
	margin-top: 15px;
	font-weight: var(--font-bold);
	font-size: 18px;
	text-align: center;
	color: var(--color-black);
}
.hashcorp .benefit {
	padding-bottom: 80px;
}
.hashcorp .benefit .benefit__list {
	display: flex;
	gap: 30px;
	margin-top: 60px;
	justify-content: space-between;
}
.hashcorp .benefit .benefit__list .list__item {
	background: #fff;
	border-radius: 30px;
	padding: 60px;
	box-sizing: border-box;
	box-shadow: var(--box-shadow-line);
	flex: 1;
}

.hashcorp .benefit .benefit__list .list__item .item__box {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}

.hashcorp .benefit .benefit__list .list__item .item__box .box__title h3 {
	text-align: center;
	font-size: 44px;
	line-height: 1.15;
	font-weight: var(--font-extra-bold);
	letter-spacing: -0.05em;
}

.hashcorp .benefit .benefit__list .list__item .item__box .box__title p {
	margin-top: 30px;
	font-size: 20px;
	text-align: center;
	font-weight: var(--font-normal);
	color: var(--color-gray-60);
}
.hashcorp .benefit .benefit__list .list__item .item__box .box__thumb {
	margin-top: 45px;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.hashcorp .benefit .benefit__list .list__item .item__box .box__thumb img {
	display: block;
	width: 100%;
}
.hashcorp .benefit.present {
	padding-bottom: 80px;
}
.hashcorp .benefit.present .benefit__list .list__item {
	padding: 60px 30px;
}
.hashcorp .benefit.present .benefit__list .list__item .item__box .box__title h3 {
	font-size: 28px;
}
.hashcorp .benefit.present .benefit__list .list__item .item__box .box__title p del {
	display: block;
	font-weight: var(--font-normal);
	font-size: 18px;
}
.hashcorp .benefit.present .benefit__list .list__item .item__box .box__title p .free {
	display: block;
	margin-top: 15px;
	font-weight: var(--font-bold);
	font-size: 18px;
	background: var(--color-primary);
	color: var(--color-white);
	border-radius: var(--radius);
	padding: 8px 10px;
}

.hashcorp .marquee-group {
	display: flex;
	gap: 30px;
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
	justify-content: flex-end;
	box-sizing: border-box;
	height: calc(100vh - 80px);
}
.hashcorp .marquee-group .benefit-box__list {
	display: flex;
	gap: 15px;
	white-space: nowrap;
	width: fit-content;
	flex-direction: column;
}
.hashcorp .marquee-group .benefit-box__list:nth-child(1),
.hashcorp .marquee-group .benefit-box__list:nth-child(3),
.hashcorp .marquee-group .benefit-box__list.reverse:nth-child(3),
.hashcorp .marquee-group .benefit-box__list.reverse:nth-child(4) {
	animation-duration: 40s;
	animation-name: rollingY;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

.hashcorp .marquee-group .benefit-box__list .list__item .item__box {
	border-radius: var(--radius);
	padding: 15px 30px;
	display: flex;
	height: 100px;
	align-items: center;
	box-shadow: var(--box-shadow-line);
	background: var(--color-white);
}

.hashcorp .marquee-group .benefit-box__list.bank .list__item .item__box {
	height: 200px;
}
.hashcorp .marquee-group .benefit-box__list.lastest .list__item .item__box {
	height: 150px;
}

.hashcorp .benefit-box {
	display: flex;
	gap: 30px;
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
}
.hashcorp .benefit-box .benefit-box__list {
	display: flex;
	gap: 15px;
	white-space: nowrap;
	width: fit-content;
}
.hashcorp .benefit-box .benefit-box__title {
	text-align: center;
	font-size: 60px;
	font-weight: var(--font-black);
	color: var(--color-black);
	line-height: 1.25;
	margin-top: 60px;
	margin-bottom: 30px;
}
.hashcorp .benefit-box .benefit-box__list:nth-child(1),
.hashcorp .benefit-box .benefit-box__list:nth-child(3),
.hashcorp .benefit-box .benefit-box__list.reverse:nth-child(3),
.hashcorp .benefit-box .benefit-box__list.reverse:nth-child(4) {
	animation-duration: 40s;
	animation-name: rolling;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

/* 두 번째, 네 번째 요소는 반대 방향으로 움직이도록 설정 */
.hashcorp .benefit-box .benefit-box__list:nth-child(3),
.hashcorp .benefit-box .benefit-box__list.reverse:nth-child(4) {
	animation-direction: reverse;
}

.hashcorp .benefit-box .benefit-box__list .list__item .item__box {
	border-radius: var(--radius);
	padding: 15px 30px;
	display: flex;
	height: 100px;
	align-items: center;
	box-shadow: var(--box-shadow-line);
	background: var(--color-white);
}

.hashcorp .benefit-box .benefit-box__list.bank .list__item .item__box,
.hashcorp .benefit-box .benefit-box__list:nth-child(3) .list__item .item__box {
	height: 200px;
}
.hashcorp .benefit-box .benefit-box__list.lastest .list__item .item__box {
	height: 150px;
}

.hashcorp .benefit-box .benefit-box__list .list__item .item__box .box__info .info__title {
	white-space: nowrap;
	font-size: 20px;
	font-weight: var(--font-regular);
	line-height: 1.4;
}

.hashcorp .board-group {
	display: flex;
}
.hashcorp .relay {
	flex: 1;
}

.hashcorp .relay .relay__list {
	max-width: 500px;
	margin: auto;
}
.hashcorp .relay .relay__list .lt {
	height: 450px;
	overflow: hidden;
}
.hashcorp .relay .relay__list .lt #ticker_02 > li table {
	position: relative;
	background: rgba(0, 0, 0, 0.03);
	padding: 15px 30px 15px 30px !important;
	border-radius: 1em;
}
.hashcorp .relay .relay__list .lt #ticker_02 > li {
	margin-top: 15px;
}
.hashcorp .relay .relay__list .lt #ticker_02 > li:first-child {
	margin-top: 0;
}

.hashcorp .relay .relay__list .lt .on_form {
	background: var(--color-primary);
	line-height: 40px;
}
.hashcorp .relay .relay__list .lt .off_form {
	background: var(--color-white);
	color: var(--color-black);
	border: 1px solid #ddd;
	line-height: 40px;
}
.hashcorp .review-swiper {
	margin-top: 60px;
}
.hashcorp .review-swiper .swiper-slide {
	text-align: center;
}
.hashcorp .review-swiper .swiper-slide > a {
	font-size: 24px;
	font-weight: var(--font-light);
	color: var(--color-black);
	display: block;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
	max-width: 720px;
	margin: auto;
	text-align: center;
}
.hashcorp .review-swiper .swiper-slide > a::before,
.hashcorp .review-swiper .swiper-slide > a::after {
	background: url('../img/quote.png') no-repeat;
	background-size: cover;
	width: 32px;
	height: 23px;
	content: '';
	display: inline-block;
	position: absolute;
	opacity: 0.5;
}
.hashcorp .review-swiper .swiper-slide > a::before {
	top: 0;
	left: 0;
}
.hashcorp .review-swiper .swiper-slide > a::after {
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}
.hashcorp .review-swiper .swiper-slide .footer-info {
	font-size: 18px;
	font-weight: var(--font-semibold);
	color: var(--color-gray-70);
	text-align: center;
	margin-top: 30px;
}
.hashcorp .review-swiper .swiper-slide .stars {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.hashcorp .review-swiper .swiper-slide .stars svg {
	display: inline-block;
	width: 24px;
	height: 24px;
	color: var(--color-primary);
}
.hashcorp .review-swiper .more-button {
	text-align: center;
	margin-top: 60px;
}
.hashcorp .review-swiper .more-button a {
	display: inline-block;
	background: var(--color-white);
	border: 1px solid var(--color-primary);
	border-radius: var(--radius);
	padding: 15px 30px;
	box-sizing: border-box;
	font-size: 1.125rem;
	line-height: 1;
	color: var(--color-primary);
	font-weight: var(--font-bold);
}

/* Footer
------------------------------------- */
.hashcorp .cs-button {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	display: block;
	width: 420px;
	margin: auto;
}
.hashcorp .cs-button.fix {
	position: fixed;
	bottom: 48px;
}

.hashcorp .cs-button button {
	background: var(--color-primary);
	height: 85px;
	line-height: 1;
	text-align: center;
	font-size: 36px;
	font-weight: var(--font-bold);
	padding: 0 35px;
	border-radius: var(--radius);
	border: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.hashcorp .cs-button.fix button {
	opacity: 0.75;
}

.hashcorp .cs-button button img {
	display: inline-block;
	width: 50px;
	height: 50px;
}
.hashcorp .cs-button button span {
	color: var(--color-white);
	letter-spacing: -0.05em;
	white-space: nowrap;
	flex: 1;
}
.hashcorp .cs-button button span strong {
	color: var(--color-black);
}
.hashcorp #footer {
	margin-bottom: 0;
}

.hashcorp .order-form {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hashcorp .order-form .dimmed {
	content: '';
	background: rgba(0, 0, 0, 0.75);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	backdrop-filter: var(--backdrop-filter);
}
.hashcorp .order-form #counsel {
	position: relative;
	z-index: 1;
	padding: 30px;
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--box-shadow-line);
	min-width: 300px;
	width: 480px;
}
.hashcorp .order-form #counsel .counselTit {
	font-size: 28px;
	text-align: center;
	font-weight: var(--font-black);
	margin-bottom: 30px;
}
.hashcorp .order-form #counsel .inputBg {
	margin-bottom: 10px;
}
.hashcorp .order-form #counsel .inputBg input {
	display: block;
	width: 100%;
	height: 48px;
	border: 1px solid #ddd;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: var(--color-black);
	border-radius: var(--radius-small);
}
.hashcorp .order-form #counsel .agreeBox {
	margin-top: 10px;
}
.hashcorp .order-form #counsel .agreeBoxBg {
	background: #eaeaea;
	padding: 15px;
	color: #000;
	border-radius: 5px;
}
.hashcorp .order-form #counsel ul {
	box-sizing: border-box;
	font-size: 11px;
	color: var(--color-gray-60);
}
.hashcorp .order-form #counsel .counselAgree {
	display: flex;
	align-items: center;
	font-size: 14px;
	text-align: center;
	justify-content: center;
	margin-top: 10px;
	gap: 5px;
	font-weight: var(--font-semibold);
}
.hashcorp .order-form #counsel .submit {
	display: block;
	background: var(--color-primary);
	color: var(--color-white);
	width: 100%;
	height: 48px;
	font-weight: var(--font-bold);
	font-size: 18px;
	border: 0;
	border-radius: var(--radius-small);
	margin-top: 20px;
}
.hashcorp .order-form #counsel .cancel {
	display: block;
	background: var(--color-black);
	color: var(--color-white);
	width: 100%;
	height: 48px;
	font-weight: var(--font-bold);
	font-size: 18px;
	border: 0;
	border-radius: var(--radius-small);
	margin-top: 10px;
}

/* 렌탈 */
.hashcorp .rental-banner {
	position: relative;
	width: 100%;
	height: 300px;
	background: rgba(0, 0, 0, 0.03);
	padding: 30px 90px;
	box-sizing: border-box;
	margin: 30px 0;
	border-radius: var(--radius);
	overflow: hidden;
	padding-bottom: 80px;
}
.hashcorp .rental-banner .rental-banner__text {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
	padding-right: 330px;
}
.hashcorp .rental-banner .rental-banner__text .text__title {
	font-size: 44px;
	line-height: 1.15;
	font-weight: var(--font-extra-bold);
	letter-spacing: -0.05em;
}
.hashcorp .rental-banner .rental-banner__text .text__desc {
	font-size: 24px;
	line-height: 1.4;
	font-weight: var(--font-normal);
	letter-spacing: -0.05em;
	margin-top: 15px;
}
.hashcorp .rental-banner .rental-banner__text .text_button {
	flex: 0 0 auto;
	display: inline-block;
	padding: 15px 30px;
	background: var(--color-primary);
	color: var(--color-white);
	font-size: 18px;
	font-weight: var(--font-bold);
	border-radius: var(--radius);
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.hashcorp .rental-banner .rental-banner__text .text_button svg {
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 10px;
}
.hashcorp .rental-banner .rental-banner__thumb {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 90px;
	width: 313px;
	height: 243px;
	margin: auto;
}
.hashcorp .rental-banner .rental-banner__thumb img {
	display: block;
	width: 100%;
}

/* Footer
------------------------------------- */
.gw_boundary {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#footer {
	padding: 56px 0 72px;
	background: #3e4046;
	position: relative;
	margin-bottom: 80px;
}

/* 푸터로고 */
.gw_footer_logo {
	position: absolute;
	top: -40px;
	right: 0;
}
.gw_footer_logo img {
	width: auto;
	height: 152px;
} /* 로고 높이값 바꾸실 수 있습니다. */

/* 푸터링크 */
.gw_footer_link_info_container {
	margin-bottom: 36px;
	padding: 16px 0 28px;
	border-bottom: 1px solid #646873;
}
.gw_footer_link {
	font-size: 0;
	margin-bottom: 32px;
}
.gw_footer_link li {
	display: inline-block;
	margin-right: 4px;
}
.gw_footer_link li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 24px;
	background: #52555d;
	color: #dde0e3;
	font-size: 13px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.gw_footer_link li a:hover {
	background: #646873;
}
.gw_footer_info {
	color: #858a94;
	font-size: 13px;
}
.gw_footer_info p {
	margin-bottom: 8px;
}
.gw_footer_info span > a {
	color: #858a94;
}
.gw_footer_info i {
	display: inline-block;
	width: 16px;
	text-align: center;
}
.gw_footer_info i:after {
	content: '/';
	position: relative;
	top: -1px;
	font-size: 9px;
	font-weight: 600;
}
i.gw_footer_info_divider_mobile {
	display: none;
}

/* 카피라이트 */
.gw_footer_copy_container {
	position: relative;
}
.gw_footer_copy {
	text-transform: uppercase;
	color: #858a94;
	font-size: 13px;
	letter-spacing: 0.1em;
}
.gw_footer_sns {
	position: absolute;
	top: -10px;
	right: -10px;
	display: none;
}
.gw_footer_sns > a {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
}
.gw_footer_sns > a > i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #858a94;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.gw_footer_sns > a:hover > i {
	color: #dde0e3;
}

/* top button */
#gw_top_btn {
	position: absolute;
	top: 0;
	right: 120px;
	width: 60px;
	height: 60px;
	border: 0;
	background: #252629;
	color: #fff;
	font-size: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 90;
}
#gw_top_btn > p {
	padding-top: 2px;
	font-size: 12px;
}
#gw_top_btn.gw_go_top_hide {
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}
#gw_top_btn.gw_go_top_fixed {
	position: fixed;
	top: inherit;
	bottom: 15px;
}

/* Locomotive */
.o-scroll {
	position: relative;
	overflow: hidden;
}

.c-direction-block {
	position: relative;
	height: 100vh;
	width: 200%;
	overflow: hidden;
	white-space: nowrap;
}

.c-direction-block_item {
	display: inline-block;
	padding: 50px;
	font-size: 2rem;
}

.c-direction-block_item_inner {
	display: inline-block;
	white-space: nowrap;
	background: lightgrey;
	padding: 20px;
	margin: 10px;
}

.c-direction-block_item {
	position: absolute;
	font-size: 10vw;
	white-space: nowrap;
	font-weight: var(--font-bold);
	text-transform: uppercase;
	line-height: 1;
}
.c-direction-block_item span {
	display: block;
	background-color: var(--color-white);
	white-space: nowrap;
	padding: 0 20px;
}

.c-direction-block_item.-one {
	top: 33%;
	transform: translateX(-50vw) rotate(26deg);
}
.c-direction-block_item.-two {
	top: 45%;
	// transform: translateX(-50vw);
}
.c-direction-block_item.-three {
	top: 55%;
	transform: rotate(9deg);
}
.c-direction-block_item.-four {
	top: 68%;
	transform: translateX(-50vw) rotate(-19deg);
}
.c-direction-block_item.-five {
	top: 63%;
	transform: translateX(-10vw) rotate(3deg);
}
#qucik {
	display: none;
}
#qucik .quick_button {
	top: 50%;
	margin-top: -84px;
}

/* Z-index
------------------------------------- */
.hashcorp .visually-banner::after {
	z-index: 0;
}
.hashcorp .visually-banner .object.model {
	z-index: 1;
}
.hashcorp .visually-banner .object.money {
	z-index: 1;
}
.hashcorp .visually-banner .inner {
	z-index: 2;
}
.hashcorp .main-header.fix,
.hashcorp .cs-button {
	z-index: 1000;
}

/* Animation
------------------------------------- */
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-10px);
	}
	60% {
		transform: translateY(-5px);
	}
}

@keyframes rolling {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@keyframes rollingY {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-50%);
	}
}

.bounce {
	animation: bounce 1.25s ease-in-out 5s infinite; /* 애니메이션 1초, 2초 대기 후 반복 */
}

/* Responsive
------------------------------------- */
@media screen and (max-width: 1440px) {
	.hashcorp .inner {
		max-width: 1170px;
	}
	.hashcorp .visually-banner .object.model {
		width: 560px;
	}
	.hashcorp .quick-menu .flex {
		flex-direction: column;
	}
	.hashcorp .quick-menu .quick-menu__list {
		margin: 0;
		margin-top: 30px;
	}
	.hashcorp .benefit .benefit__list .list__item {
		padding: 45px;
	}
	.hashcorp .benefit .benefit__list .list__item .item__box .box__title h3 {
		font-size: 36px;
	}
	.hashcorp .visually-banner .banner-group .banner__desc2;
}
@media screen and (max-width: 1300px) {
	.hashcorp .visually-banner .banner-group .banner__desc {
		font-size: 30px;
	}
	.hashcorp .visually-banner .banner-group .banner__title {
		font-size: 110px;
	}
	.hashcorp .visually-banner .banner-group .banner__title .txt {
		width: 60px;
		height: 40px;
	}
	.hashcorp .visually-banner .banner-group .banner__desc2 {
		font-size: 30px;
	}
	.hashcorp .quick-menu .quick-menu__list {
		gap: 15px;
	}
	.hashcorp .quick-menu .quick-menu__list .list__item,
	.hashcorp .quick-menu .quick-menu__list .list__item .item__box .box__thumb {
		width: 120px;
		height: 120px;
	}
}
@media screen and (max-width: 1280px) {
	.hashcorp .inner {
		padding-left: var(--m3);
		padding-right: var(--m3);
	}
	.hashcorp .main-header .logo {
		left: var(--m3);
	}
	.hashcorp .main-header .nav {
		right: var(--m3);
	}
	.hashcorp .main-header .nav .nav__list {
		gap: 30px;
	}
}
@media screen and (max-width: 1200px) {
	.hashcorp .inner {
		max-width: 960px;
	}
	.hashcorp .visually-banner .banner-group {
		right: 0;
		display: flex;
		flex-direction: column;
		text-align: left;
		align-items: center;
		position: relative;
	}
	.hashcorp .visually-banner .banner-group .banner__desc2 b {
		font-size: 42px;
	}
	.hashcorp .visually-banner .banner-group .banner__tag {
		width: auto;
		margin-top: 40px;
	}
	.hashcorp .visually-banner .banner-group .banner__tag .tag__list {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.hashcorp .visually-banner .banner-group .banner__tag .tag__list .list__item {
		font-size: 24px;
	}
	.hashcorp .visually-banner > .inner {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.hashcorp .marquee-group {
		justify-content: flex-start;
		height: auto;
		display: flex;
		flex-direction: column;
		margin-top: 100px;
	}
	.hashcorp .marquee-group .benefit-box__list {
		flex-direction: row;
	}
	.hashcorp .relay.overlay {
		margin-top: 0;
		box-shadow: none;
		background: #eaeaea;
		max-width: 100%;
	}
	.hashcorp .relay .relay__list {
		background: #fff;
		padding: 30px;
		margin-top: 30px;
	}
	.hashcorp .relay.overlay .section-title {
		font-size: 48px;
	}
	.hashcorp .relay.overlay .relay__list .lt {
		margin-top: 0;
	}

	.hashcorp .benefit .benefit__list .list__item .item__box .box__title h3 {
		font-size: 30px;
	}
	.hashcorp .benefit .benefit__list .list__item {
		padding: 30px;
	}
	.hashcorp .benefit .benefit__list .list__item .item__box .box__title p {
		margin-top: 15px;
		font-size: 16px;
	}
	.hashcorp .benefit .benefit__list .list__item .item__box .box__thumb {
		max-width: 160px;
		margin-top: 30px;
	}
	.hashcorp .benefit.present .benefit__list .list__item .item__box .box__title h3 {
		font-size: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.hashcorp .inner {
		max-width: 860px;
	}
	.only-mobile {
		display: block !important;
	}
	.only-pc {
		display: none !important;
	}
	.hashcorp .main-header .nav .nav__list {
		display: none;
	}
	.hashcorp .visually-banner {
		padding-top: calc(var(--header-height) + 44px);
	}
	.hashcorp .visually-banner .banner-group {
		left: 0;
		top: 0;
	}
	.hashcorp .visually-banner .banner-group .banner__title .txt {
		top: auto;
		left: auto;
		margin-top: -40px;
	}
	.hashcorp .visually-banner .banner-group .banner__title {
		margin-top: -30px;
	}
	.hashcorp .visually-banner .object.model {
		width: 480px;
	}
	.hashcorp .benefit .benefit__list {
		gap: 15px;
		flex-wrap: wrap;
	}
	.hashcorp .benefit .benefit__list .list__item {
		width: calc(50% - 15px);
		flex: 0 0 auto;
	}
	.hashcorp .rental-banner {
		padding: 30px;
	}
	.hashcorp .rental-banner .rental-banner__thumb {
		right: 30px;
	}

	.hashcorp .section-title {
		text-align: center;
	}

	/* 20241110 추가
	--------------------------------------------------------------------- */
	.hashcorp .visually-banner .object.model {
		width: 400px;
	}
	/* --------------------------------------------------------------------- */
}

@media screen and (max-width: 960px) {
	.hashcorp .inner {
		max-width: 768px;
	}
	#footer {
		padding: 40px 0 20px;
		margin-bottom: 0;
	}
	.gw_footer_logo {
		top: -16px;
		right: inherit;
	}
	.gw_footer_logo img {
		width: 50px;
		height: auto;
	}
	.gw_footer_link_info_container {
		margin-bottom: 0;
		padding: 48px 0 28px;
		border: 0;
	}

	/* 20241110 추가
	--------------------------------------------------------------------- */
	.hashcorp .visually-banner .object.model {
		width: 380px;
	}
	.hashcorp .visually-banner .banner-group .banner__desc2 {
		font-size: 30px;
	}
	.hashcorp .visually-banner .banner-group .banner__desc2 b {
		font-size: 30px;
	}
	/* --------------------------------------------------------------------- */
}

@media screen and (max-width: 860px) {
	.hashcorp #qucik {
		display: none;
	}
	.hashcorp .inner {
		max-width: 100%;
	}

	.hashcorp .visually-banner .banner-group {
		right: 15px;
	}
	.hashcorp .quick-menu .quick-menu__list .list__item,
	.hashcorp .quick-menu .quick-menu__list .list__item .item__box .box__thumb {
		width: 80px;
		height: 80px;
	}
	.hashcorp .quick-menu .quick-menu__list .list__item .item__box .box__title {
		font-size: 14px;
	}
	.hashcorp .rental-banner .rental-banner__thumb {
		width: 260px;
		height: 202px;
	}
	.hashcorp .rental-banner .rental-banner__text {
		padding-right: 280px;
	}
}
@media screen and (max-width: 768px) {
	.hashcorp .visually-banner .object.model {
		width: 460px;
	}
	.hashcorp .visually-banner .banner-group .banner__title {
		font-size: 80px;
	}
	.hashcorp .visually-banner .banner-group .banner__desc2 {
		font-size: 28px;
	}
	.hashcorp .rental-banner .rental-banner__text .text__title {
		font-size: 28px;
	}
	.hashcorp .rental-banner .rental-banner__text .text__desc {
		font-size: 18px;
	}
	.hashcorp .benefit-box .benefit-box__list .list__item .item__box .box__info .info__title {
		font-size: 18px;
	}
	.hashcorp .benefit-box .benefit-box__title,
	.hashcorp .section-title {
		font-size: 48px;
	}
	.hashcorp .review-swiper .swiper-slide > a {
		font-size: 28px;
	}
	.hashcorp .benefit-box .benefit-box__list:nth-child(1),
	.hashcorp .benefit-box .benefit-box__list:nth-child(2),
	.hashcorp .benefit-box .benefit-box__list:nth-child(3) {
		animation-duration: 12s;
	}
}

@media screen and (max-width: 640px) {
	.hashcorp .visually-banner .object.model {
		width: 360px;
	}

	.hashcorp .visually-banner .banner-group {
		text-align: center;
		left: 0;
		right: 0;
		top: 40px;
	}
	.hashcorp .visually-banner .banner-group .banner__desc {
		font-size: 24px;
	}
	.hashcorp .visually-banner .banner-group .banner__desc2 {
		margin-top: 0;
	}
	.hashcorp .visually-banner .banner-group .banner__title {
		font-size: 72px;
		margin-top: 0;
		padding-top: 0;
	}
	.hashcorp .visually-banner .banner-group .banner__title .txt {
		width: 40px;
		height: 27px;
		margin-top: 0;
		margin-left: -40px;
	}
	.hashcorp .marquee-group {
		margin-top: 50px;
	}
	.hashcorp .relay.overlay .section-title {
		font-size: 28px;
	}
	.hashcorp .relay .relay__list .lt #ticker_02 > li table {
		padding: 30px !important;
	}
	.hashcorp .rental-banner .rental-banner__thumb {
		width: 180px;
		height: 140px;
	}
	.hashcorp .rental-banner .rental-banner__text {
		padding-right: 200px;
	}
	.hashcorp .rental-banner .rental-banner__text .text_button {
		font-size: 16px;
	}

	.hashcorp .visually-banner .banner-group .banner__desc2 {
		font-size: 24px;
		color: var(--color-black);
		font-weight: var(--font-normal);
		text-shadow: none;
	}
	.hashcorp .visually-banner .banner-group .banner__desc2 b {
		font-size: 24px;
		font-weight: var(--font-black);
		text-shadow: none;
	}
	.hashcorp .marquee-group {
		gap: 15px;
		padding: 15px 0;
	}
	.hashcorp .marquee-group .benefit-box__list.lastest .list__item .item__box {
		height: 130px;
	}
	.hashcorp .marquee-group .benefit-box__list.bank .list__item .item__box {
		height: 150px;
	}
	.hashcorp .marquee-group .benefit-box__list .list__item .item__box .info__title {
		font-size: 13px;
	}
	.hashcorp .marquee-group .benefit-box__list.lastest .list__item .item__box .off_form,
	.hashcorp .marquee-group .benefit-box__list.lastest .list__item .item__box .on_form {
		margin-top: 5px;
	}
}
@media screen and (max-width: 579px) {
	.hashcorp .visually-banner .banner-group .banner__tag {
		margin: auto;
		margin-top: 30px;
	}
	.hashcorp .visually-banner .banner-group .banner__tag .tag__list {
		display: flex;
		justify-content: center;
	}
	.hashcorp .visually-banner .banner-group .banner__tag .tag__list .list__item {
		font-size: 16px;
	}
	.hashcorp .visually-banner .object.model {
		width: 360px;
		margin: auto;
		right: 0;
	}
	.hashcorp .quick-menu .quick-menu__list .list__item,
	.hashcorp .quick-menu .quick-menu__list .list__item .item__box .box__thumb {
		width: 64px;
		height: 64px;
	}
	.hashcorp .quick-menu .quick-menu__list .list__item .item__box .box__title {
		font-size: 12px;
	}
	.hashcorp .benefit-box .benefit-box__list .list__item .item__box .box__info .info__title {
		font-size: 16px;
	}
	.bg-gray,
	.bg-white {
		padding: 60px 0;
	}
	.hashcorp .benefit-box .benefit-box__title,
	.hashcorp .section-title {
		font-size: 36px;
	}
	.hashcorp .relay .relay__list .lt {
		height: 440px;
	}
	.hashcorp .relay .relay__list .lt #ticker_02 > li table {
		padding: 20px !important;
	}
	.hashcorp .relay .relay__list .lt #ticker_02 > li {
		margin-top: 10px;
	}
	.hashcorp .benefit .benefit__list .list__item {
		width: 100%;
		flex: 1 1 auto;
	}
	.hashcorp .review-swiper .swiper-slide > a {
		font-size: 20px;
	}

	/* 20241110 추가
	--------------------------------------------------------------------- */
	.hashcorp .benefit .benefit__list {
		gap: 8px;
		margin-top: 30px;
	}
	.hashcorp .benefit .benefit__list .list__item {
		width: calc(50% - 8px);
		flex: 0 0 auto;
	}
	.hashcorp .benefit .benefit__list .list__item,
	.hashcorp .benefit.present .benefit__list .list__item {
		padding: 20px 16px;
	}
	.hashcorp .benefit .benefit__list .list__item .item__box .box__title h3,
	.hashcorp .benefit.present .benefit__list .list__item .item__box .box__title h3 {
		font-size: 16px;
	}
	.hashcorp .benefit .benefit__list .list__item .item__box .box__title p,
	.hashcorp .benefit.present .benefit__list .list__item .item__box .box__title p del {
		font-size: 14px;
	}
	.hashcorp .benefit.present .benefit__list .list__item .item__box .box__title p .free {
		padding: 5px 8px;
		font-size: 14px;
		margin-top: 8px;
	}
	.hashcorp .benefit .benefit__list .list__item .item__box .box__thumb {
		margin-top: 10px;
		max-width: 100px;
	}

	/* --------------------------------------------------------------------- */
}

@media screen and (max-width: 560px) {
	.hashcorp .rental-banner {
		padding: 20px;
	}
	.hashcorp .rental-banner .rental-banner__thumb {
		right: 20px;
	}
	.hashcorp .rental-banner .rental-banner__text .text__desc {
		font-size: 14px;
	}
	.hashcorp .rental-banner .rental-banner__text .text_button {
		padding: 8px 15px;
	}
}
@media screen and (max-width: 540px) {
	.hashcorp .visually-banner .banner-group .banner__tag .tag__list {
		flex-wrap: wrap;
	}
	.hashcorp .visually-banner .banner-group .banner__tag .tag__list .list__item {
		flex: 0 0 auto;
		width: calc(50% - 10px);
	}
	.hashcorp .visually-banner .object.model {
		width: 340px;
	}
	.hashcorp .quick-menu .quick-menu__list {
		gap: 10px;
	}
	.hashcorp .visually-banner .banner-group .banner__title {
		font-size: 64px;
	}
	.hashcorp .visually-banner .banner-group .banner__desc {
		font-size: 20px;
	}
	.hashcorp .order-form form {
		flex: 1 1 auto;
	}
	.hashcorp .order-form #counsel {
		width: 90%;
		margin: auto;
	}
}
@media screen and (max-width: 480px) {
	:root {
		--logo-width: 83px;
		--logo-height: 24px;
		--header-height: 50px;
		--header-height-fixed: 50px;
	}
	.hashcorp .main-header .nav .call {
		padding: 5px 8px;
	}
	.hashcorp .main-header .nav .call span {
		font-size: 14px;
	}
	.hashcorp .relay.overlay {
		padding: var(--m3);
	}
	.hashcorp .relay.overlay .relay__list {
		max-width: 100%;
		padding: 0;
		background: transparent;
		margin-top: 30px;
		padding: 0;
	}
	.hashcorp .relay.overlay .relay__list .lt {
		height: 340px;
	}
	.hashcorp .relay.overlay .relay__list .lt #ticker_02 > li table {
		background: #fff;
		padding: 10px !important;
	}

	.hashcorp .rental-banner {
		height: auto;
		padding: 30px;
	}
	.hashcorp .rental-banner .rental-banner__text {
		align-items: center;
		margin-bottom: 30px;
		padding: 0;
	}
	.hashcorp .rental-banner .rental-banner__thumb {
		right: 0;
		position: relative;
	}
	.hashcorp .quick-menu .quick-menu__list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 55px 15px;
	}
	.hashcorp .quick-menu .quick-menu__list .list__item,
	.hashcorp .quick-menu .quick-menu__list .list__item .item__box .box__thumb {
		width: 100px;
		height: 100px;
	}
	.hashcorp .visually-banner .banner-group .banner__desc {
		font-size: 18px;
		padding-left: 40px;
	}
	.hashcorp .visually-banner .banner-group .banner__title .txt {
		margin-top: -27px;
		margin-left: 0;
	}
	.hashcorp .benefit-box .benefit-box__title,
	.hashcorp .section-title {
		font-size: 28px;
	}
	.hashcorp .review-swiper {
		margin-top: 30px;
	}

	.hashcorp .benefit-box .benefit-box__list:nth-child(1),
	.hashcorp .benefit-box .benefit-box__list:nth-child(2),
	.hashcorp .benefit-box .benefit-box__list:nth-child(3) {
		animation-duration: 6s;
	}
}
@media screen and (max-width: 430px) {
	.hashcorp .cs-button {
		width: 90%;
		min-width: 300px;
	}
	.hashcorp .cs-button button {
		height: 65px;
		font-size: 28px;
	}
	.hashcorp .visually-banner .banner-group .banner__title {
		font-size: 60px;
	}
	.hashcorp .relay .relay__list .lt .on_form,
	.hashcorp .relay .relay__list .lt .off_form {
		line-height: 30px;
		width: 60px;
	}
	.hashcorp .relay .relay__list .lt #ticker_02 > li table td:nth-child(2) {
		display: none;
		text-align: center;
	}
	.hashcorp .relay .relay__list .lt #ticker_02 > li table td:nth-child(3) {
		width: 50%;
		text-align: center;
	}
}

@media screen and (max-width: 390px) {
	.hashcorp .visually-banner .banner-group .banner__desc {
		font-size: 16px;
	}
	.hashcorp .visually-banner .banner-group .banner__title {
		font-size: 48px;
	}
	.hashcorp .visually-banner .banner-group .banner__desc2 {
		font-size: 18px;
		color: var(--color-black);
		font-weight: var(--font-normal);
		text-shadow: none;
	}
	.hashcorp .visually-banner .banner-group .banner__desc2 b {
		font-size: 18px;
		font-weight: var(--font-black);
		text-shadow: none;
	}
	.hashcorp .relay .relay__list .lt #ticker_02 > li table td:nth-child(1) {
		width: 35%;
	}
	.hashcorp .rental-banner {
		padding: 20px;
	}
	.hashcorp .quick-menu .quick-menu__list .list__item,
	.hashcorp .quick-menu .quick-menu__list .list__item .item__box .box__thumb {
		width: 80px;
		height: 80px;
	}
	.hashcorp .cs-button button img {
		width: 30px;
		height: 30px;
	}
	.hashcorp .cs-button button {
		font-size: 24px;
	}
}
@media screen and (max-width: 380px) {
	.hashcorp .visually-banner {
		padding-top: calc(var(--header-height));
	}
	.hashcorp .visually-banner .banner-group .banner__desc {
		padding-left: 50px;
	}
	.hashcorp .visually-banner .object.model {
		width: 240px;
	}
}
@media screen and (max-width: 340px) {
	.hashcorp .visually-banner .object.model {
		width: 240px;
	}
	.hashcorp .order-form #counsel .counselTit {
		font-size: 22px;
	}
	.hashcorp .order-form #counsel .counselAgree label {
		font-size: 13px;
	}
	.hashcorp .order-form #counsel .submit,
	.hashcorp .order-form #counsel .cancel {
		font-size: 16px;
	}
}

@media (min-width: 794px) and (max-width: 1199px) {
	.hashcorp .marquee-group {
		margin-top: 50px;
		gap: 15px;
		padding: 15px 0;
	}
	.hashcorp .visually-banner .banner-group {
		top: 30px;
	}
	.hashcorp .visually-banner .banner-group .banner__desc2 {
		margin-top: 0;
	}
	.hashcorp .visually-banner .banner-group .banner__desc2 b {
		font-size: 36px;
	}
	.hashcorp .visually-banner .banner-group .banner__title {
		font-size: 96px;
	}
}

/* 갤럭시폴드
------------------------------------- */
@media (min-width: 590px) and (max-width: 793px) {
	.hashcorp .visually-banner {
		padding-top: var(--header-height);
	}
	.hashcorp .visually-banner .banner-group .banner__title {
		font-size: 48px;
		margin-top: 0;
	}

	.hashcorp .visually-banner .object.model {
		width: 360px;
	}
	.hashcorp .visually-banner .banner-group .banner__desc2 {
		font-size: 26px;
		margin-top: 0;
	}
	.hashcorp .marquee-group {
		margin-top: 0;
		padding: 15px 0;
		gap: 15px;
	}
}
@media (min-width: 345px) and (max-width: 375px) {
	.hashcorp .marquee-group {
		margin-top: 50px;
	}
}
@media (min-width: 280px) and (max-width: 344px) {
	.hashcorp .marquee-group {
		margin-top: 150px;
	}
	.hashcorp .visually-banner .banner-group {
		top: 100px;
	}
}
@media (max-width: 414px) {
	.hashcorp .visually-banner .banner-group .banner__title {
		font-size: 48px;
	}
	.hashcorp .visually-banner .object.model {
		width: 228px;
	}
}
