
body {
	overflow: hidden;
}

section {
	word-break: keep-all;
}

section .tit {
	text-align: center;
}

section .tit span {
	display: block;
	font-size: 68px;
	line-height: 1.147;
	font-family: 'Mont-Heavy';
}

section .tit small {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4166;
	color: #fff;
	margin-top: 12px;
}


section .swiper-button-next.circle,
section .swiper-button-prev.circle {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
}

section .swiper-button-next.circle {
	right: 40px;
}

section .swiper-button-prev.circle {
	left: 40px;
}

section .swiper-button-prev.circle::after {
	background-image: url(https://binishop.iwinv.net/sample/08/asset/img/common/arrow_big_prev.png);
}

section .swiper-button-next.circle::after {
	background-image: url(https://binishop.iwinv.net/sample/08/asset/img/common/arrow_big_next.png);
}

section .swiper-button-next.circle::after,
section .swiper-button-prev.circle::after {
	content: '';
	width: 25px;
	height: 24px;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


section .txt-shadow {
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}


section .more-btn {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 306px;
	height: 56px;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
}

section .more-btn::after {
	content: '';
	display: block;
	position: absolute;
	right: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background-color: #000;
	transition: all 0.6s;
}

section .more-btn::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border: 2px solid #000;
	z-index: 2;
	box-sizing: border-box;
}

section .more-btn span {
	font-size: 18px;
	letter-spacing: -0.01em;
	line-height: 1.333;
	color: #fff;
	font-weight: 600;
	position: relative;
	z-index: 1;
	transition: color 0.6s;
}

section .more-btn:hover span {
	color: #000;
}

section .more-btn:hover::after {
	width: 0;
}

@media screen and (max-width: 1440px) {

	section .swiper-button-next.circle,
	section .swiper-button-prev.circle {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	section .tit span {
		font-size: 46px;
		line-height: 50px;
	}

	section .tit small {
		font-size: 18px;
		line-height: 20px;
		margin-top: 8px;
	}
}

@media screen and (max-width: 768px) {
	section .tit span {
		font-size: 32px;
		line-height: 36px;
	}

	section .tit small {
		font-size: 16px;
		margin-top: 8px;
		line-height: 24px;
	}
}



.main .s1 {
	position: relative;
}

.main .s1 .txt-box {
	position: absolute;
	width: auto;
	left: calc((100% - 1280px) / 2);
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

.main .s1 .txt-box h2 {
	font-size: 72px;
	color: #fff;
    position: relative;
    display: block;
}

.main .s1 .txt-box h2 strong {
	font-size: 1em;
	font-weight: 900;
	line-height: 1.222;
	color: transparent;
	display: inline-block;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
    display: block;
    /* opacity: 0; */
    transition-duration: 0.4s;
}


.main .s1 .txt-box h2 small {
	font-size: calc(28 / 72 * 1em);
	font-weight: 400;
	margin-top: 0.8571428571em;
	display: block;
	overflow: hidden;
}

.main .s1 .txt-box h2 small span {
	display: inline-block;
}

.main .s1 .txt-box .slide-control {
	margin-top: 60px;
	position: relative;
	display: inline-flex;
	align-items: center;
}

.main .s1 .txt-box .slide-control .now-count,
.main .s1 .txt-box .slide-control .all-count {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	width: 24px;
}

.main .s1 .txt-box .slide-control .swiper-pagination {

	width: 320px;
	height: 2px;
	position: unset;
	margin: 0 12px;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.25);
}

.main .s1 .txt-box .slide-control .swiper-pagination .swiper-pagination-progressbar-fill {
	display: block;
	width: 100%;
	height: 100%;
	transform-origin: left;
	background-color: #fff;
}

.main .s1 .txt-box .slide-control .arrow {

	display: flex;
	margin-left: 22px;
	position: relative;
}

.main .s1 .txt-box .slide-control .arrow .swiper-button-next,
.main .s1 .txt-box .slide-control .arrow .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	position: unset;
	margin-top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
}

.main .s1 .txt-box .slide-control .arrow .swiper-button-next:after,
.main .s1 .txt-box .slide-control .arrow .swiper-button-prev:after {
	content: '';
	display: block;
}

.main .s1 .txt-box .slide-control .arrow .swiper-button-prev {
	background-image: url(https://binishop.iwinv.net/sample/08/asset/img/common/visual_arrow_left.png);
	margin-right: 8px;
}

.main .s1 .txt-box .slide-control .arrow .swiper-button-next {
	background-image: url(https://binishop.iwinv.net/sample/08/asset/img/common/visual_arrow_right.png);
}

.main .s1 .visual-swiper {

}

.main .s1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main .s1 .swiper-slide img {
	display: block;
	width: 100%; height: 100vh; object-fit: cover;
}

.main .s1 .swiper-slide img.mo {
	display: none;
}

@media screen and (max-width: 1360px) {
	.main .s1 .txt-box {
		left: 40px;
	}
}

@media screen and (max-width: 1180px){
    .main .s1 .txt-box .slide-control .swiper-pagination {
		width: calc(100vw - (150px + 80px));
	}
}

@media screen and (max-width: 1024px) {
	.main .s1 .txt-box {
		top: unset;
		left: 40px;
		bottom: 104px;
		transform: unset;
	}

	.main .s1 .txt-box h2 strong {
		font-size: 40px;
		line-height: 48px;
	}

	.main .s1 .txt-box h2 small {
		font-size: 16px;
	}

	.main .s1 .txt-box .slide-control {
		position: absolute;
		bottom: -64px;
		left: 0;
	}
	.main .s1 .visual-swiper,
	.main .s1  .swiper-wrapper,
	.main .s1 .swiper-slide{height: auto !important;}
	.main .s1 .swiper-slide img{
		width: 100%; height: calc((480 * 100) / 768 * 1vw);
	}
}

@media screen and (max-width: 768px) {
	.main .s1 .swiper-slide img{height: 100vh;}
	
}

@media screen and (max-width: 480px) {
	.main .s1 .swiper-slide img.pc {
		display: none;
	}

	.main .s1 .swiper-slide img.mo {
		display: block;
	}

	.main .s1 .txt-box {
		left: 20px;
		bottom: 82px;
	}

	.main .s1 .txt-box .slide-control {
		bottom: -42px;
	}

	.main .s1 .txt-box .slide-control .swiper-pagination {
		width: calc(100vw - (40px));
		margin: 0;
	}

	.main .s1 .txt-box .slide-control .now-count,
	.main .s1 .txt-box .slide-control .all-count {
		display: none;
	}

	.main .s1 .txt-box .slide-control .arrow {
		display: none;
	}
}



.main .s2 {
	padding-top: 160px;
	padding-bottom: 260px;
	box-sizing: border-box;
	position: relative;
	background-color: #fff;
}

.main .s2 .tit {
	overflow: hidden;
}

.main .s2 .tit span {
	display: block;
}

.main .s2 .s2-swiper {
	margin-top: 60px;
	position: relative;
}

.main .s2 .s2-swiper .swiper-slide {
	text-align: center;
}

.main .s2 .s2-swiper .swiper-slide a::after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: 22px;
	width: 81px;
	height: 80px;
	background-size: cover;
	transition: all 0.5s;
}

.main .s2 .s2-swiper .swiper-slide a .img-box {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}

.main .s2 .s2-swiper .swiper-slide a .img-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s cubic-bezier(0.2, 0.75, 0.5, 1);
}

.main .s2 .s2-swiper .swiper-slide a .txt-box {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.5s;
}

.main .s2 .s2-swiper .swiper-slide a .txt-box em {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.375;
	padding-bottom: 4px;
}

.main .s2 .s2-swiper .swiper-slide a .txt-box small {
	font-family: 'Mont-Bold','Pretendard';
	font-size: 20px;
	color: #ff5400;
}

.main .s2 .s2-swiper .swiper-slide a.new::after {
	background-image: url(https://binishop.iwinv.net/sample/08/asset/img/main/new.png);
}

.main .s2 .s2-swiper .swiper-slide a.best::after {
	background-image: url(https://binishop.iwinv.net/sample/08/asset/img/main/best.png);
}

.main .s2 .s2-swiper .swiper-slide section .swiper-button-next.circle,
.main .s2 .s2-swiper .swiper-slide section .swiper-button-prev.circle {
	margin-top: 68px;
}

@media screen and (min-width: 1024px) {


	.main .s2 .s2-swiper .swiper-slide:hover {
		z-index: 10;
	}

	.main .s2 .s2-swiper .swiper-slide:hover .img-box img {
		transform: scale(1.04);
	}
}

@media screen and (max-width: 1280px) {
	.main .s2 .s2-swiper .swiper-slide a .txt-box {
		bottom: -16px;
	}

	.main .s2 .s2-swiper .swiper-slide a .txt-box em {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 4px;
	}

	.main .s2 .s2-swiper .swiper-slide a .txt-box small {
		font-size: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.main .s2 {
		padding-top: 80px;
		padding-bottom: 145px;
	}

	.main .s2 .s2-swiper {
		margin-top: 24px;
	}

	.main .s2 .s2-swiper .swiper-slide a::after {
		top: 8px;
		right: 8px;
		width: 48px;
		height: 48px;
	}
}



.main .s3 {
	padding-top: 160px;
	position: relative;
	background-color: #fff;
}

.main .s3 .bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 860px;
	transform: translateX(-50%);
	height: calc(860 / 1920 * 100vw);
	max-height: 860px;
	min-height: 447px;
}

.main .s3 .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main .s3 .tit {
	color: #fff;
	margin-bottom: 60px;
}

.main .s3 .video-box {
	position: relative;
	width: 100%;
	padding-bottom: calc(((720 * 100) / 1280 * 1%));
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 160px;
}

.main .s3 .video-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@keyframes marquee2 {
	from {
		transform: translateX(-50%);
	}

	to {
		transform: translateX(0);
	}
}

.main .s3 .marquee {
	display: inline-flex;
}

.main .s3 .marquee .txt {
	display: flex;
	font-size: 160px;
	color: #ff5400;
	font-family: 'Pretendard';
	font-weight: 700;
	white-space: nowrap;
}

.main .s3 .marquee .txt strong {
	display: inline-block;
	padding: 0 16px;
}

.main .s3 .marquee .txt span {
	-webkit-text-stroke: 1px #ff5400;
    display: block;
	color: transparent;
	padding: 0 16px;
}

.main .s3 .marquee.n1 {
	animation: marquee forwards infinite linear 70s;
}

.main .s3 .marquee.n2 {
	animation: marquee2 forwards infinite linear 70s;
}

@media screen and (max-width: 1024px) {
	.main .s3 {
		padding-top: 80px;
	}

	.main .s3 .tit {
		margin-bottom: 24px;
	}

	.main .s3 .video-box {
		margin-bottom: 80px;
	}

	.main .s3 .marquee .txt {
		font-size: 72px;
	}
	.main .s3 .marquee .txt strong{padding: 0 6px;}
	.main .s3 .marquee .txt span{padding: 0 6px;}
}

@media screen and (max-width: 768px) {
	.main .s3 .bg {
		height: calc(447 / 768 * 100vw);
		min-height: 272px;
	}

	.main .s3 .marquee .txt {
		margin-right: 12px;
	}

	.main .s3 .marquee .txt strong {
		margin-right: 12px;
	}

	.main .s3 .marquee.n1,
	.main .s3 .marquee.n2 {
		animation-duration: 60s;
	}

	.main .s3 .video-box {
		border-radius: 12px;
	}
}


.main .s4 {
	padding: 160px 0;
	position: relative;
}
.main .s4 .more-btn.mo{display: none;}
.main .s4 .title-txt-box.mo{display: none;}
.main .s4 .bottom .wrap .img-box.mo{display: none;}
.main .s4 .top{
	max-width: 1432px;
}
.main .s4 .top .s4-swiper {
	width: calc(592 / 1920 * 100vw); max-width:592px; min-width: 320px;
}

.main .s4 .top .s4-swiper .swiper-slide {
	position: relative; transition: margin-left 0.8s; margin-right: 24px;
}
.main .s4 .top .s4-swiper .swiper-slide:nth-of-type(1){z-index: 3;}
.main .s4 .top .s4-swiper .swiper-slide:nth-of-type(2){z-index: 2;}
.main .s4 .top .s4-swiper .swiper-slide:nth-of-type(3){z-index: 1;}
.main .s4 .top .s4-swiper .swiper-slide-active {
	margin-left: calc(100% + 24px);
}


.main .s4 .top .s4-swiper .img-area {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 1;
	cursor: pointer;
	width: 100%;
}

.main .s4 .top .s4-swiper .img-area .img-box {
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.main .s4 .top .s4-swiper .img-area .img-box::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 26.388%;
	opacity: 0.7;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.main .s4 .top .s4-swiper .img-area:hover .img-box img{
	transform: scale(1.07);
}
.main .s4 .top .s4-swiper .img-area .img-box img {
	width: 100%;
	transition: all 0.5s;
}

.main .s4 .top .s4-swiper .img-area .txt-box {
	position: absolute;
	bottom: 40px;
	left: 54px;
	color: #fff;
}

.main .s4 .top .s4-swiper .img-area .txt-box em {
	display: block;
	margin-bottom: 4px;
	font-size: 40px;
	line-height: 48px;
	font-family: 'Mont-Heavy';
	overflow: hidden;
}

.main .s4 .top .s4-swiper .img-area .txt-box em span {
	display: inline-block;
	transform: translateY(-80px);
	opacity: 0;
	transition: all 0.3s;
}

.main .s4 .top .s4-swiper .img-area .txt-box small {
	display: block;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.01em;
	overflow: hidden;
}

.main .s4 .top .s4-swiper .img-area .txt-box small span {
	display: inline-block;
	transform: translateY(-80px);
	opacity: 0;
	transition: all 0.3s;
}

.main .s4 .top .s4-swiper .img-area:hover .txt-box em span {
	transform: translateY(0);
	opacity: 1;
}

.main .s4 .top .s4-swiper .img-area:hover .txt-box small span {
	transform: translateY(0);
	opacity: 1;
}


.main .s4 .top .s4-swiper .absol {
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	right: calc(100% + 24px);
}

.main .s4 .top .s4-swiper .title-txt-box {
	position: relative;
	z-index: -1;
	transform: translateX(-4px);
}

.main .s4 .top .s4-swiper .title-txt-box strong {
	display: block;
	overflow: hidden;
}

.main .s4 .top .s4-swiper .title-txt-box strong span {
	display: inline-block;
	transform: translateY(-100%);
	transition: all 0.4s 0.35s;
}

.main .s4 .top .s4-swiper .title-txt-box small {
	display: block;
	overflow: hidden;
}

.main .s4 .top .s4-swiper .title-txt-box small span {
	display: inline-block;
	transform: translateY(-100%);
	transition: all 0.4s 0.35s;
}

.main .s4 .top .s4-swiper .title-txt-box .more-btn {
	opacity: 0;
	transition: all 0.4s 0.35s;
}

.main .s4 .top .s4-swiper .swiper-slide-active .title-txt-box strong span {
	transform: translateY(0);
}

.main .s4 .top .s4-swiper .swiper-slide-active .title-txt-box small span {
	transform: translateY(0);
}

.main .s4 .top .s4-swiper .swiper-slide-active .title-txt-box .more-btn {
	opacity: 1;
}


.s4 .top .arrow-box{
	width: 100vw; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
	padding: 0 40px; box-sizing: border-box; z-index: 1;
}
.s4 .top .swiper-button-next.circle,
.s4 .top .swiper-button-prev.circle{}



.main .s4 .title-txt-box strong {
	font-size: 68px;
	line-height: 80px;
	font-family: 'Mont-Heavy';
}

.main .s4 .title-txt-box small {
	display: block;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.01em;
	color: #4B4B4B;
	font-weight: 400;
}

.main .s4 .title-txt-box small:nth-of-type(1) {
	margin-top: 20px;
}

.main .s4 .title-txt-box small:last-of-type {
	margin-bottom: 60px;
}

.main .s4 .title-txt-box .more-btn {
	margin: unset;
}



.main .s4 .bottom {
	padding-top: 240px;
	position: relative;
}

.main .s4 .bottom .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main .s4 .bottom .wrap .img-box {
	overflow: hidden;
	border-radius: 16px;
}

.main .s4 .bottom .wrap .img-box img{

}

.main .s4 .bottom .wrap .title-txt-box strong {
	font-size: 68px;
	line-height: 78px;
	overflow: hidden;
}

.main .s4 .bottom .wrap .title-txt-box strong span {
	display: inline-block;
}

.main .s4 .bottom .wrap .title-txt-box small {
	overflow: hidden; word-break: break-all;
}

.main .s4 .bottom .wrap .title-txt-box small span {
	display: inline-block;
}

.main .s4 .obj-box {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.main .s4 .obj-box div {
	position: absolute;
}

@keyframes main-obj01 {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(20%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes main-obj02 {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-20%);
	}

	100% {
		transform: translateX(0);
	}
}

.main .s4 .obj-box .n1 {
	right: 0;
	bottom: 440px;
}

.main .s4 .obj-box .n1 img {
	animation: main-obj01 forwards infinite 3s ease-in-out;
	animation-delay: 1s;
}

.main .s4 .obj-box .n2 {
	left: 0;
	bottom: 0px;
	transform: translateY(24%);
}

.main .s4 .obj-box .n2 img {
	animation: main-obj02 forwards infinite 3s ease-in-out;
}

@media screen and (max-width: 1280px) {
	.main .s4 .title-txt-box strong {
		font-size: 32px;
		line-height: 36px;
	}

	.main .s4 .title-txt-box small {
		font-size: 16px;
		line-height: 24px;
	}

	.main .s4 .title-txt-box small:nth-of-type(1) {
		margin-top: 8px;
	}

	.main .s4 .title-txt-box small:last-of-type {
		margin-bottom: 24px;
	}

	.main section .more-btn {
		width: 222px;
		height: 44px;
	}

	.main section .more-btn span {
		font-size: 14px;
	}


	.main .s4 .bottom .wrap .title-txt-box strong {
		font-size: 32px;
		line-height: 36px;
	}
	.main .s4 .bottom .wrap .img-box{margin-right: 40px;}
}

@media screen and (max-width: 1024px) {
	.main .s4 {
		padding: 80px 0;
	}
	.main .s4 .top{
		width: calc(100% - 104px);
	}
	.main .s4 .top .s4-swiper .swiper-slide {
		margin-right: 12px;
	}

	.main .s4 .top .s4-swiper .swiper-slide .absol {

	}

	.main .s4 .top .s4-swiper .swiper-slide .img-area {

	}

	.main .s4 .top .s4-swiper .swiper-slide .img-area {

	}

	.main .s4 .top .s4-swiper .swiper-slide {

	}

	.main .s4 .top .s4-swiper .swiper-slide-active {
		margin-left: calc(100% + 12px);
	}

	.main .s4 .top .s4-swiper .swiper-slide .img-area {

	}


	.main .s4 .top .s4-swiper .absol{
		right: calc(100% + 12px);
	}

	.main .s4 .top .s4-swiper .title-txt-box{
		transform: unset;
	}

	.main .s4 .top .title-txt-box small {
		white-space: nowrap;
	}

	.main .s4 .top .s4-swiper .img-area .txt-box {
		left: 20px;
		bottom: 20px;
	}

	.main .s4 .top .s4-swiper .img-area .txt-box em {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 0;
	}

	.main .s4 .top .s4-swiper .img-area .txt-box small {
		font-size: 12px;
		line-height: 20px;
	}


	.main .s4 .bottom {
		padding-top: 120px;
	}

	.main .s4 .obj-box .n1 {

		bottom: 280px;
	}

	.main .s4 .obj-box .n1 img {
		width: 94px;
	}

	.main .s4 .obj-box .n2 img {
		width: 99px;
	}
}

@media screen and (max-width: 700px) {
	.main .s4 .top .mo {
		display: block;
	}
	.main .s4 .top{
		width: calc(100% - 80px);
	}
	.main .s4 .top .s4-swiper .swiper-slide .absol {
		display: none;
	}

	.main .s4 .top .s4-swiper .swiper-slide {

	}
	.main .s4 .top .s4-swiper .swiper-slide-active{
		margin-left: 0;
	}
	.main .s4 .top .s4-swiper .swiper-slide .img-area {

	}

	.main .s4 .top .s4-swiper .swiper-slide .img-area .img-box {
		border-radius: 12px;
	}

	.main .s4 .more-btn {
		width: 100%;
		height: 44px;
		/* max-width: 320px; */
	}
	.main .s4 .more-btn.mo{display: flex;}

	.main .s4 .title-txt-box strong {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 8px;
	}

	.main .s4 .title-txt-box small {
		font-size: 16px;
		line-height: 24px;
	}

	.main .s4 .top .more-btn {
		margin-top: 28px;
	}

	.main .s4 .top .more-btn span {
		font-size: 14px;
		font-weight: 600;
	}

	.main .s4 .top .s4-swiper .img-area .txt-box em span,
	.main .s4 .top .s4-swiper .img-area .txt-box small span {
		transform: unset;
		opacity: 1;
	}


	.main .s4 .bottom .title-txt-box {
		width: 100%;
	}

	.main .s4 .bottom .wrap .img-box {
		display: none;
		border-radius: 12px;
	}

	.main .s4 .bottom .wrap .img-box.mo {
		display: block;
		width: 100%;
		max-width: 100%;
		border-radius: 16px;
		overflow: hidden;
		margin: 0 auto;
		margin-bottom: 28px;
		min-width: unset;
	}

	.main .s4 .title-txt-box .more-btn {
		margin: 0 auto;
	}

	.main .s4 .obj-box .n1 {

		bottom: 420px;
	}

	.main .s4 .obj-box .n2 {
		transform: translateY(63%);
	}
}

@media screen and (max-width: 480px) {
	.main .s4 .top{
		width: calc(100% - 40px);
	}
	.main .s4 .top .s4-swiper{
		width: 100%; max-width: 100%; min-width: unset;
	}

	.main .s4 .top .more-btn.mo{

	}

	.main section .more-btn {
		width: 100%; max-width: 100%;
	}

	.main .s4 .title-txt-box small {
		white-space: unset;
	}
}


.main .s5 {
	padding: 160px 0;
	position: relative;
}

.main .s5 .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	overflow: hidden;
}

.main .s5 .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main .s5 .search-store .tit {
	color: #fff;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}

.main .s5 .search-store .search-area {
	max-width: 840px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	margin-top: 60px;
}

.main .s5 .search-store .search-area .bar {
	width: 100%;
	height: 72px;
	border-radius: 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
}

.main .s5 .search-store .search-area .bar small {
	display: block;
	overflow: hidden;
}

.main .s5 .search-store .search-area .bar small span {
	display: block;
	font-size: 20px;
	letter-spacing: -0.02em;
	color: #A8A8A8;
	padding-left: 40px;
	display: inline-block;
}

.main .s5 .search-store .search-area .circle {
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	border-radius: 50%;
}

.main .s5 .search-store .search-area .circle img {
	width: 40px;
}

@media screen and (max-width: 1024px) {
	.main .s5 {
		padding: 80px 0;
	}

	.main .s5 .search-store .search-area {
		width: calc(100% - 40px);
		max-width: 500px;
	}

	.main .s5 .search-store .search-area .bar {
		height: 48px;
	}

	.main .s5 .search-store .search-area .circle {
		width: 40px;
		height: 40px;
	}

	.main .s5 .search-store .search-area .circle img {
		width: 24px;
	}

	.main .s5 .search-store .search-area .bar small span {
		padding-left: 24px;
		font-size: 14px;
	}

	.main .s5 .search-store .search-area {
		margin-top: 24px;
	}
}

@media screen and (max-width: 768px) {
	.main .s5 .tit small {
		font-size: 14px;
		line-height: 22px;
	}
}


.main .s6 {
	padding: 160px 0;
}

.main .s6 .tit small {
	color: #4B4B4B;
}

.main .s6 ul {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.main .s6 ul li a {
	position: relative;
	transition: all 0.6s ease-in-out;
	border-radius: 20px;
}

.main .s6 ul li a .img-box {
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	background-color: #ddd;
}

.main .s6 ul li a .img-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	transition: all 0.6s ease-in-out;
}

.main .s6 ul li a .txt-box {
	border-radius: 0 0 16px 16px;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
}

.main .s6 ul li a .txt-box em {
	font-size: 20px;
	letter-spacing: -0.01em;
	line-height: 1.4;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: keep-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 56px;
}

.main .s6 ul li a .txt-box small {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	color: #888888;
}

.main .s6 .more-btn {
	margin-top: 60px;
}


@media screen and (min-width: 1024px) {
	.main .s6 ul li:hover a {
		/* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
	}

	.main .s6 ul li:hover .txt-box {
		/* border-color: transparent; */
	}

	.main .s6 ul li:hover .img-box img {
		transform: translate(-50%, -50%) scale(1.1);
	}
}

@media screen and (max-width: 1024px) {
	.main .s6 {
		padding: 80px 0;
	}

	.main .s6 ul {
		gap: 12px;
		margin-top: 24px;
	}

	.main .s6 ul li a .txt-box {
		padding: 16px;
	}

	.main .s6 ul li a .txt-box em {
		font-size: 14px;
		line-height: 22px;
		min-height: 44px;
	}

	.main .s6 ul li a .txt-box small {
		font-size: 14px;
	}

	.main .s6 .more-btn {
		margin-top: 32px;
	}
}

@media screen and (max-width: 768px) {
	.main .s6 ul {
		overflow: auto;
	}

	.main .s6 ul li {
		min-width: 210px;
	}

	.main .s6 ul li:last-child {

	}

	.main .s6 ul li a .img-box {
		border-radius: 12px 12px 0 0;
	}

	.main .s6 ul li a .txt-box {
		border-radius: 0 0 12px 12px;
	}

	.main .s6 .tit small {
		font-size: 16px;
	}
}

@media screen and (max-width: 741px){
    .main .s6 .wrap._mob{ width: 100%; }
    .main .s6 .wrap._mob ul{ padding: 0 20px; padding-bottom: 12px; }
    .main .s6 .more-btn{ width: calc(100% - 40px); }
}


.main .s7 {
	padding: 160px 0;
	position: relative;
}

.main .s7 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.main .s7 .bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.main .s7 .bg::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.25);
}

.main .s7 .wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.main .s7 .box {
	border-radius: 16px;
	padding: 0 32px;
	padding-bottom: 15px;
	padding-top: 40px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
	backdrop-filter: blur(15px);
	min-width: 0;
}

.main .s7 .box .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.main .s7 .box .top h4 {
	font-size: 40px;
	line-height: 1;
	font-family: 'Mont-Heavy';
}

.main .s7 .box .top a {
	width: 82px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
}
.main .s7 .box .top a::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #A8A8A8;
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	transition: all 0.3s;
}

.main .s7 .box .top a::after{
	content:'';
	display: block;
	width: 0;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.main .s7 .box .top a:hover span{
	color: #fff;
}
.main .s7 .box .top a:hover::before{

}

.main .s7 .box .top a:hover::after{
	width: 100%;
}

.main .s7 .box .top a span {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	transform: translateY(1px);
	position: relative;
	z-index: 2;
	transition: all 0.5s;
}

.main .s7 .box .con li {
	border-bottom: 1px solid #B5B5B5;
	box-sizing: border-box;
}

.main .s7 .box .con li:last-child {
	border: none;
}

.main .s7 .box .con li a {
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main .s7 .box .con li a:hover em{
	color: #ff5400;
}
.main .s7 .box .con li a:hover small{
	color: #ff5400;
}
.main .s7 .box .con li em {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px;
	box-sizing: border-box;
	transition:all 0.5s;
}

.main .s7 .box .con li small {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: #888888;
	transition:all 0.3s;
}

@media screen and (max-width: 1024px) {
	.main .s7 {
		padding: 80px 0;
	}

	.main .s7 .wrap {
		gap: 12px;
	}

	.main .s7 .box {
		padding: 20px;
		padding-bottom: 6px;
	}

	.main .s7 .box .top {
		margin-bottom: 12px;
	}

	.main .s7 .box .top h4 {
		font-size: 24px;
		line-height: 28px;
	}

	.main .s7 .box .top a {
		width: 56px;
		height: 26px;
	}

	.main .s7 .box .top a span {
		font-size: 12px;
	}

	.main .s7 .box .con li a {
		height: 44px;
	}

	.main .s7 .box .con li a em,
	.main .s7 .box .con li a small {
		font-size: 14px;
		line-height: 28px;
	}
}

@media screen and (max-width: 768px) {
	.main .s7 .bg img {
		height: 100%;
		object-fit: cover;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.main .s7 .wrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.main .s7 .box {
		border-radius: 12px;
	}
}


.main .s4 .top .s4-swiper .swiper-slide{ height: auto; }
.main .s4 .top .s4-swiper .swiper-slide-active{ margin-left: unset; }
.main .s4 .top .s4-swiper .absol{ position: relative; right: auto; left: auto; }
.main .s4 .top .s4-swiper .title-txt-box strong span{ transform: translateY(0); }
.main .s4 .top .s4-swiper .title-txt-box small span{ transform: translateY(0); }
.main .s4 .top .s4-swiper .title-txt-box .more-btn{ opacity: 1; }


.main .s4._add .se04sw{ overflow: unset; }
.main .s4._add .absol{ position: absolute; left: calc(100 / 1920 * 100%); z-index: 2; top: 50%; transform: translateY(-50%); }
.main .s4._add .absol .title-txt-box .more-btn{ transition-duration: 0.3s; }


.main .s4._add .absol .title-txt-box strong{ overflow: hidden; display: block; }
.main .s4._add .absol .title-txt-box small{ overflow: hidden; display: block; }

.main .s4._add .absol .title-txt-box strong span{ transition-duration: 0.3s; display: block; }
.main .s4._add .absol .title-txt-box small span{ transition-duration: 0.3s; display: block; }

.main .s4._add .absol.down .title-txt-box strong span{ transform: translateY(100%); }
.main .s4._add .absol.down .title-txt-box small span{ transform: translateY(100%); }
.main .s4._add .absol.down .title-txt-box .more-btn{ opacity: 0; }

.main .s4._add .se04sw .swiper-slide .img-area{ position: relative; transition-duration: 0.6s; width: calc(592 / 1276 * 100%); margin-left: 53.6%; }
.main .s4 .se04sw .swiper-slide.swiper-slide-next .img-area,
.main .s4 .se04sw .swiper-slide.swiper-slide-duplicate-next .img-area
{ margin-left: 0; }

.main .s4._add .se04sw .swiper-slide .img-area .img-box{ border-radius: 16px; overflow: hidden; position: relative; width: 100%;  }
.main .s4._add .se04sw .swiper-slide .img-area .img-box::after{ content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 26.388%; opacity: 0.7; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%); }
.main .s4._add .se04sw .swiper-slide .img-area .img-box ._max{ background-repeat: no-repeat; background-size: cover; background-position: center; transition-duration: 0.6s; }
.main .s4._add .se04sw .swiper-slide .img-area .img-box ._max::after{ content: ''; display: block; padding-bottom: calc(720 / 592 * 100%); }
.main .s4._add .se04sw .swiper-slide .img-area .txt-box{ position: absolute; bottom: 0; left: 0; width: 100%; padding: 40px; box-sizing: border-box; color: #fff; }
.main .s4._add .se04sw .swiper-slide .img-area .txt-box em{ font-size: 40px; line-height: 1.2; font-weight: 400; font-family: 'Mont-Heavy'; display: block; overflow: hidden; }
.main .s4._add .se04sw .swiper-slide .img-area .txt-box em span{ transform: translateY(-80px); display: block; opacity: 0; transition-duration: 0.3s; }

.main .s4._add .se04sw .swiper-slide .img-area .txt-box small{ font-size: 16px; letter-spacing: -0.016em; line-height: 1.5;  display: block;  overflow: hidden; }
.main .s4._add .se04sw .swiper-slide .img-area .txt-box small span{ transform: translateY(-80px); display: block; opacity: 0; transition-duration: 0.3s; }

@media screen and (min-width: 821px){
    .main .s4._add .se04sw .swiper-slide .img-area:hover .img-box ._max{ transform: scale(1.1); }
    .main .s4._add .se04sw .swiper-slide .img-area:hover .txt-box em span{ transform: translateY(0); opacity: 1; }
    .main .s4._add .se04sw .swiper-slide .img-area:hover .txt-box small span{ transform: translateY(0); opacity: 1; }
}

@media screen and (max-width: 1280px){

    .main .s4._add .se04sw .swiper-slide .img-area .txt-box{ padding: 30px; }
    .main .s4._add .se04sw .swiper-slide .img-area .txt-box em{ font-size: 30px; }
    .main .s4._add .se04sw .swiper-slide .img-area .txt-box small{ font-size: 14px; }
}

@media screen and (max-width: 1024px){
    .main .s4._add .absol{ left: calc(50 / 1920 * 100%); }
}

@media screen and (max-width: 700px){
    .main .s4._add .absol{ position: static; transform: translateY(0); }
    .main .s4._add .title-txt-box .more-btn{ display: none; }
    .main .s4._add .se04sw .swiper-slide .img-area{ width: 100%; margin-left: 0; }
    .main .s4._add .se04sw .swiper-slide .img-area .txt-box{ padding: 20px; }
    .main .s4._add .se04sw .swiper-slide .img-area .txt-box em{ font-size: 24px; line-height: 1.3; }
    .main .s4._add .se04sw .swiper-slide.swiper-slide-active .img-area .txt-box em span{ transform: translateY(0); opacity: 1; }
    .main .s4._add .se04sw .swiper-slide .img-area .txt-box small{ font-size: 12px; line-height: 1.66; }
    .main .s4._add .se04sw .swiper-slide.swiper-slide-active .img-area .txt-box small span{ transform: translateY(0); opacity: 1; }
}


.main .s1 .txt-box h2 strong{ opacity: 0; }

.main .s1 .txt-box h2 strong.on{ opacity: 1; }

.main .s1 .txt-box h2 strong:nth-of-type(2){
    position: absolute;
    top: 0;
    left: 0;
}

.main .s1 .txt-box h2 strong:nth-of-type(3){
    position: absolute;
    top: 0;
    left: 0;
}

.main .s1 .txt-box h2 small{ display: block; position: relative; }
.main .s1 .txt-box h2 small span{ position: relative; display: block; }
.main .s1 .txt-box h2 small span em{ position: relative; display: block; opacity: 0; transition-duration: 0.4s; }
.main .s1 .txt-box h2 small span em.on{ opacity: 1; }
.main .s1 .txt-box h2 small span:nth-of-type(2){ position: absolute; left: 0; top: 0; }
.main .s1 .txt-box h2 small span:nth-of-type(3){ position: absolute; left: 0; top: 0; }