.story_section {
		max-width: 1700px;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 15px !important;
}
.story_section_outer {
		position: relative;
		background: #d7e599;
}
.page_storymovie .story_section_outer {
		background: #fce5e8;
}
.story_section_outer::before {
		content: '';
		display: block;
		position: absolute;
		top: -60px;
		left: 0px;
		width: 100%;
		height: calc(100vh + 60px);
		background: #d7e599;
		z-index: -1;
		border-radius: 80px 80px 0 0;
}
@media(max-width: 800px) {
		.verLandscape .story_section_outer::before {
				height: calc(100vh - 100px)
		}
}
.page_storymovie .story_section_outer::before {
		background: #fce5e8;
}
@media(max-width: 800px) {
		.story_section_outer::before {
				top: -40px;
				left: 0;
				border-radius: 40px 40px 0 0;
		}
}
.story_section {
		padding: 0;
}
@media(max-width: 800px) {
		.verLandscape .story_section {
				padding-bottom: 60px;
		}
}
[class*=swiper]:focus {
		outline: none;
}
.story_section .swiper-slide {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
}
.swiper-slide::after {
		display: none !important;
}
.story_section .slide_item, .story_section .thumbnail__item {
		box-sizing: border-box;
		position: relative;
		transform: scale(0.815);
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
		width: 300px;
}
.thumbnail__item {
		height: auto !important
}
.thumbnail__item img {
		width: 100%;
		height: auto;
}
.swiper-slide-active, .swiper-slide-duplicate-active {
		transform: scale(1) !important;
}
.slide_item img {
		width: 100%;
		height: auto;
}
.story_section .swiper {
		overflow: visible;
}
.page_storymovie .story_section .swiper {
		padding: 0px 0px 50px
}
@media (max-width: 700px) {
		.story_section .slide_item, .story_section .thumbnail__item {
				width: 80vw;
		}
}
.swiper-button-prev, .swiper-button-next {
		background: #e4002b;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		top: calc(50% - 20px);
		margin: 0 !important
}
.page_storymovie .swiper-button-prev, .page_storymovie .swiper-button-next {
		top: calc(50% - 45px);
}
.swiper-button-prev {
		left: 0px;
}
.swiper-button-next {
		right: 0px;
}
@media(max-width: 1750px) {
		.swiper-button-prev {
				left: 20px;
		}
		.swiper-button-next {
				right: 20px;
		}
}
.swiper-button-prev::before, .swiper-button-next::before {
		display: none
}
.swiper-button-prev::after, .swiper-button-next::after {
		border: none;
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 40px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 40px;
}
.swiper-button-prev::after {
		background-image: url("../images/swiper_left_arw.png");
}
.swiper-button-next::after {
		background-image: url("../images/swiper_right_arw.png");
}
@media(max-width: 800px) {
		.story_section .slide_item, .story_section .thumbnail__item {
				width: 150px;
				box-sizing: border-box;
				position: relative;
		}
}
@media(max-width: 600px) {
		.story_section .slide_item, .story_section .thumbnail__item {
				width: calc(100% - 180px);
				box-sizing: border-box;
				position: relative;
		}
}
/* =================== */
.thumbnail__item {
		position: relative;
}
.thumbnail__item .newIcon {
		position: absolute;
		top: -15px;
		left: -40px;
		width: 50px;
		height: 50px;
		background: url("../images/icon_new_s.png") no-repeat 0 0;
		background-size: 50px;
		pointer-events: none;
}
@media(max-width: 767px) {
		.thumbnail__item .newIcon {
				top: -15px;
				left: -20px;
				width: 40px;
				height: 40px;
				background: url("../images/icon_new_s.png") no-repeat 0 0;
				background-size: 40px;
				pointer-events: none;
		}
}