.story .inner {
	max-width: 1300px;
	gap: 60px;
}

.story .tit_box {
	gap: 30px;
}
.story .tit_box h3.tit {
	font-family: 'RiaSans';
}
.story .tit_box p {
	color: #7B7B7B;
	font-size: 36px;
	letter-spacing: -0.72px;
	text-transform: uppercase;
}

.story_box {
	position: relative;
	height: 662px;
	border-radius: 20px;
	justify-content: center;
	overflow: hidden;
}
.story_box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(37, 0, 0, 0.50) 0%, rgba(37, 0, 0, 0.50) 100%);
	z-index: 1;
}
.story_box video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.story_box .box {
	position: relative;
	font-size: 36px;
	font-family: 'Arita-buri';
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--white);
	padding: 0 20px;
	word-break: keep-all;
	box-sizing: border-box;
	z-index: 2;
}
.story_box #typing-text {
	white-space: pre-wrap;
	transition: opacity 0.8s ease;
	opacity: 1;
}
.story_box #typing-text.fade-out {
	opacity: 0;
}
.story_box button {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: max-content;
	padding: 12px 24px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25), inset 2px 1px 1px rgb(255 255 255 / 60%), inset -2px -2px 2px -1px rgb(255 255 255 / 60%);
	transition: all .3s;
	font-size: 18px;
	font-weight: 500;
	color: var(--white);
	border-radius: 50px;
	box-sizing: border-box;
	z-index: 2;
}


#text_pop .modal_cont {
	max-width: 545px;
	padding: 30px;
}
#text_pop .conts {
	width: calc(100% - -10px);
	max-height: calc(95vh - 152px);
	overflow-y: auto;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Arita-buri';
	line-height: 1.4;
	text-transform: uppercase;
}
#text_pop .conts::-webkit-scrollbar {
	width: 10px;
	border-radius: 50px;
}
#text_pop .conts::-webkit-scrollbar-thumb {
	background: rgba(37, 0, 0, 0.10);
	border-radius: 50px;
}
#text_pop .conts::-webkit-scrollbar-track {
	background-color: var(--white);
}






@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1024px) {
	.story .inner {
		gap: 40px;
	}

	.story .tit_box {
		gap: 20px;
	}
	.story .tit_box p {
		font-size: 24px;
	}

	.story_box {
		height: 565px;
	}
	.story_box .box {
		font-size: 24px;
	}
	.story_box button {
		font-size: 16px;
	}


	#text_pop .modal_cont {
		padding: 20px;
		border-radius: 20px;
	}
	#text_pop .conts {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.story_box {
		height: 470px;
	}
	.story_box .box {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}