﻿@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css') format('woff');
	font-weight: normal;
	font-style: normal;
}

html,body {
	scroll-behavior: smooth;
	font-family: 'Pretendard';
}

.bubble-wrap {
	display: block;
	width: 100%;
	max-width: 1140px;
	height: 2825px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

@keyframes animateBubble {
	0% {
		margin-top: 1000px;
	}
	100% {
		margin-top: -100%;
	}
}

@keyframes sideWays {
	0% {
		margin-left:0px;
	}
	100% {
		margin-left:50px;
	}
}

.x1 {
	animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: -5%;
	top: 5%;
	transform: scale(0.6);
}

.x2 {
	animation: animateBubble 6s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 5%;
	top: 80%;
	transform: scale(0.4);
}

.x3 {
	animation: animateBubble 14s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 10%;
	top: 40%;
	transform: scale(0.7);
}

.x4 {
	animation: animateBubble 8s linear infinite, sideWays 3s ease-in-out infinite alternate;
	left: 20%;
	top: 0;
	transform: scale(0.3);
}

.x5 {
	animation: animateBubble 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 30%;
	top: 50%;
	transform: scale(0.5);
}

.x6 {
	animation: animateBubble 7s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 50%;
	top: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.x7 {
	animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 65%;
	top: 70%;
	transform: scale(0.4);
}

.x8 {
	animation: animateBubble 8s linear infinite, sideWays 3s ease-in-out infinite alternate;
	left: 80%;
	top: 10%;
	transform: scale(0.3);
}

.x9 {
	animation: animateBubble 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 90%;
	top: 50%;
	transform: scale(0.6);
}

.x10 {
	animation: animateBubble 12s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 80%;
	top: 80%;
	transform: scale(0.3);
}

.bubble {
	border-radius: 50%;
	box-shadow: 0 20px 30px rgba(120,195,249, 0.2), inset 0px 10px 30px 5px rgba(120,195,249, 1);
	height: 200px;
	position: absolute;
	width: 200px;
	opacity: 0.4;
}

.bubble:after {
	background: radial-gradient(ellipse at center,  rgba(120,195,249,0.5) 0%,rgba(120,195,249,0) 70%);
	border-radius: 50%;
	box-shadow: inset 0 20px 30px rgba(120,195,249, 0.3);
	content: "";
	height: 180px;
	left: 10px;
	position: absolute;
	width: 180px;
}

section {
	overflow-x: hidden;
	margin:0 auto;
}

section.section01 {
	background-image: url(https://resources.fujifilm.co.kr/upload/img/event/456/img/pc/bg/section01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
	height: 769px;
}

section.section02 {
	background-image: url(https://resources.fujifilm.co.kr/upload/img/event/456/img/pc/bg/section02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
	height: 2022px;
}

section.section02 > div {
	position: relative;
	height: 2022px;
	width: auto;
	margin: 0 auto;
}

section.section02 > div .couBtn{
	width: 71px;
	height: 71px;
	border-radius: 50%;
	position: absolute;
	left: 65.8%;
	transform: translateX(-65.8%);
}

section.section02 > div .couBtn:first-child{
	top: 385px;
}

section.section02 > div .couBtn:last-child{
	top: 679px;
}

section.section03 {
	margin: 0 auto;
	height: 168px;
	display: flex;
	align-items: end;
	background-color: #2d4153;
	width: 1140px;
}

section.section03 > div {
	width: 1140px;
	min-width: 1140px;
	margin: 0 auto;
	height: 168px;
	display: flex;
	align-items: end;
}

section.section03 > div a {
	cursor:pointer;
	outline:none;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	width: 25%;
	height: 134px;
}

section.section03 > div a:first-child {
	height: 168px !important;
	font-size: 38px !important;
}

section.section03 > div a:first-child,
section.section03 > div a:nth-child(3),
section.section03 > div a:first-child:active,
section.section03 > div a:nth-child(3):active {
	background-color: #9fcaff;
	color: #217ff4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -3;
}

section.section03 > div a.active{
	background-color: #509eff !important;
	color: #fff !important;
}

section.section03 > div a:nth-child(2),
section.section03 > div a:last-child,
section.section03 > div a:nth-child(2):active,
section.section03 > div a:last-child:active {
	background-color: #bad9ff;
	color: #217ff4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -3;
}

.section03 div.fixed {
	position: fixed;
	top: 96px;
	left: 0;
	right: 0;
	z-index: 999;
	height: 134px;
}

.section03 div.fixed a:first-child {
	font-size: 32px !important;
	height: 134px !important;
}

.section03 div.fixed a {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}


section.section04 {
	background-image: url(https://resources.fujifilm.co.kr/upload/img/event/456/img/pc/bg/section04.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
	height: 878px;
}

section.section05 {
	background-image: url(https://resources.fujifilm.co.kr/upload/img/event/456/img/pc/bg/section05.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
	width: 1140px;
	height: 2990px;
}

section.section05 > div {
	position: relative;
	height: 2990px;
	width: auto;
	margin: 0 auto;
}

section.section05 .hint{
	position: absolute;
	top: 344px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 22px;
	color: #242424;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f7fcff;
	padding: 17px 32px;
	border-radius: 40px;
}

section.section05 .hint > div {
	font-weight: 600;
	font-size: 23px;
	color: #2573d3;
	margin-right: 10px;
}

section.section05 .frequency {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 430px;
	width: 900px;
}

section.section05 .frequency .swiper-container {
	width: 700px;
	height: 250px;
}

section.section05 .frequency .swiper-wrapper .swiper-slide {
	display: flex;
	align-items: center;
	gap: 0;
	justify-content: center;
	max-width:100%;
}

section.section05 .frequency .swiper-wrapper .swiper-slide img {
	height: max-content ;
	width: max-content;
	max-height: 100%;
	max-width: 20%;
	filter: brightness(0.5);
	margin-left: -5px;
}

section.section05 .frequency .swiper-wrapper .swiper-slide img:first-child {
	margin-left: 0;
}

section.section05 .frequency .swiper-wrapper .swiper-slide img.collected {
	filter: brightness(1);
}

section.section05 .frequency .swiper-button-prev {
	left: 32px;
}

section.section05 .frequency .swiper-button-next {
	right: 32px;
}

section.section05 .frequency .swiper-button-next::after,
section.section05 .frequency .swiper-button-prev::after {
	background-image: url(https://resources.fujifilm.co.kr/upload/img/event/456/img/pc/slide-arrow.png);
	background-size: cover;
	background-position: center;
	width: 79px;
	height: 79px;
}

section.section05 .count {
	width: 63px;
	height: 67px;
	position: absolute;
	top: 694px;
	left: 55.5%;
	transform: translateX(-55.5%);
	text-align: right;
	display: table;
}

section.section05 .count span {
	font-weight: 600;
	font-size: 40px;
	color: #2573d3;
	display: table-cell;
	vertical-align: middle;
}

section.section05 .gift {
	width: 719px;
	height: 462px;
	position: absolute;
	top: 1016px;
	left: 50%;
	transform: translateX(-50%);
}

section.section05 .click_1 {
	background-image: url(https://resources.fujifilm.co.kr/upload/img/event/456/img/pc/click_1.png);
	background-repeat: no-repeat;
	width: 388px;
	height: 177px;
	position: absolute;
	animation: blink 1s infinite;
	bottom: 33.3%;
	left: 77%;
	transform: translate(-77%, 33.3%);
}

section.section05 .click_2 {
	background-image: url(https://resources.fujifilm.co.kr/upload/img/event/456/img/pc/click_2.png);
	background-repeat: no-repeat;
	width: 341px;
	height: 154px;
	position: absolute;
	animation: blink 1s infinite;
	bottom: 17.8%;
	left: 22.5%;
	transform: translate(-22.5%, 17.8%);
}

@keyframes blink {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

section.section05 .click_ico {
	animation: seesaw 2s infinite ease-in-out;
	position: absolute;
}

section.section05 .click_ico1 {
	background-image: url(https://resources.fujifilm.co.kr/upload/img/event/456/img/pc/watermelon_click.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 59px;
	height: 64px;
	bottom: 32.4%;
	left: 55.5%;
	animation: seesaw 2s infinite ease-in-out;
	position: absolute;
}

section.section05 .click_ico2 {
	background-image: url("https://resources.fujifilm.co.kr/upload/img/event/456/treasure/비치볼.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 60px;
	height: 60px;
	bottom: 17.5%;
	left: 38%;
	animation: seesaw 2s infinite ease-in-out;
	position: absolute;
}

@keyframes seesaw {
	0%, 100% { transform: rotate(-10deg); }
	50%      { transform: rotate(10deg); }
}


section.section05 > div .goToBtn{
	width: 302px;
	height: 90px;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}

section.section06 {
	background-image: url(https://resources.fujifilm.co.kr/upload/img/event/456/img/pc/bg/section06.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
	height: 1479px;
}

section.section06 > div {
	position: relative;
	height: 1479px;
	width: auto;
	margin: 0 auto;
}

section.section06 > div .goToBtn{
	width: 439px;
	height: 90px;
	position: absolute;
	bottom: 93px;
	left: 50%;
	transform: translateX(-50%);
}

section.section07 {
	background-image: url(https://resources.fujifilm.co.kr/upload/img/event/456/img/pc/bg/section07.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
	height: 2234px;
}

section.section07 .instax{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 423px;
	width: 875px;
}

section.section07 .photoProduct{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 598px;
	width: 900px;
}

section.section07 .swiper .swiper-container {
	width: 700px;
	height: 400px;
}

section.section07 .swiper .swiper-container .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 17px;
}

section.section07 .swiper-button-next::after,
section.section07 .swiper-button-prev::after {
	background-image: url(https://resources.fujifilm.co.kr/upload/img/event/456/img/pc/slide-arrow.png);
	background-size: cover;
	background-position: center;
	width: 65px;
	height: 65px;
}

section.section07 .swiper-button-next {
	right: 24px
}

section.section07 .swiper-button-prev {
	left: 24px
}