@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

.cta_ai {
    position: relative;
    z-index: 9999;
    background-image: linear-gradient(to right, #ed1c3c 0%, #ff724c 100%);
    width: 1140px;
    margin: 0 auto;
    cursor: pointer;
  }
  
  .cta_ai:hover {
    cursor: pointer;
  }
  
  .cta_ai > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/cta.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1140px;
    height: 80px;
    margin: 0 auto;
  }
  

/* .cta_ai {
    background-image: linear-gradient(to right, #ed1c3c 0%, #ff724c 100%);
width: 1140px;

}

.cta_ai > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/cta.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 1140px;
    height: 80px;
} */

.clip_container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clip_container .clip_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  animation-fill-mode: both; 
}

.clip_img01 {
  animation: clip_img01 6s infinite;
}
.clip_img02 {
  animation: clip_img02 6s infinite;
}
.clip_img03 {
  animation: clip_img03 6s infinite;
}
.clip_img04 {
animation: clip_img04 6s infinite;
}

@keyframes clip_img01 {
  0% { opacity: 1; }
  25% { opacity: 0; }
50% { opacity: 0; }
75% { opacity: 0; };
100% { opacity: 1; };
}

@keyframes clip_img02 {
  0% { opacity: 0; }
  25% { opacity: 1; }
50% { opacity: 0; }
75% { opacity: 0; }
100% { opacity: 0; };
}

@keyframes clip_img03 {
  0% { opacity: 0; }
  25% { opacity: 0; }
50% { opacity: 1; }
75% { opacity: 0; }
100% { opacity: 0; };
}

@keyframes clip_img04 {
  0% { opacity: 0; }
  25% { opacity: 0; }
50% { opacity: 0; }
75% { opacity: 1; }
100%{ opacity: 0; };
}


.step_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stepBox {
  transform: scale(0.9);
  transition: transform 0.5s ease;
}

.stepBox:nth-child(1) { animation: scaleStep1 6s infinite; }
.stepBox:nth-child(3) { animation: scaleStep2 6s infinite; }
.stepBox:nth-child(5) { animation: scaleStep3 6s infinite; }
.stepBox:nth-child(7) { animation: scaleStep4 6s infinite; }

@keyframes scaleStep1 {
  0%{ transform: scale(1); }
25% { transform: scale(0.9); }
  50%{ transform: scale(0.9); }
75% { transform: scale(0.9); }
100% { transform: scale(1); }
}

@keyframes scaleStep2 {
  0%{ transform: scale(0.9); }
25% { transform: scale(1); }
  50%{ transform: scale(0.9); }
75% { transform: scale(0.9); }
100% { transform: scale(0.9); }
}

@keyframes scaleStep3 {
  0%{ transform: scale(0.9); }
25% { transform: scale(0.9); }
  50%{ transform: scale(1); }
75% { transform: scale(0.9); }
100% { transform: scale(0.9); }
}

@keyframes scaleStep4 {
  0%{ transform: scale(0.9); }
25% { transform: scale(0.9); }
  50%{ transform: scale(0.9); }
75% { transform: scale(1); }
100% { transform: scale(0.9); }
}

.section08_02 .slide_container,
.section08_03 .slide_container {
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.section08_02 .video_container {
  display: flex;
  width: 909px;
  animation: slideAnim 12s infinite;
}
.section08_03 .video_container {
  display: flex;
  width: 200%; 
  animation: slideAnim2 8s infinite;
}

.section08_02 swiper-slide {
  flex: 0 0 100%;
  height: 100%;
}

.section08_03 swiper-slide {
  flex: 0 0 50%;
  height: 100%;
}


/* 슬라이드 애니메이션 */
@keyframes slideAnim {
  0%   { transform: translateX(0%); }
  30%  { transform: translateX(0%); }

  33.33%  { transform: translateX(-100%); }
  63.33%  { transform: translateX(-100%); }

  66.66%  { transform: translateX(-200%); }
  96.66%  { transform: translateX(-200%); }

  100% { transform: translateX(0%); }
}

/* 슬라이드 애니메이션 */
@keyframes slideAnim2 {
  0%   { transform: translateX(0%); }
  45%  { transform: translateX(0%); }

  50%  { transform: translateX(-50%); }
  95%  { transform: translateX(-50%); }

  100% { transform: translateX(0%); }
}

li {
    list-style: none;
}

.section06 .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section06 .swiper-wrapper {
  display: flex;
  width: 1000%; /* 10 slides */
  animation: slide 200s infinite linear;
}

.section06 .swiper-slide {
  box-sizing: border-box;
}

.section06 .swiper-slide img {
  width: 100%;
  display: block;
}

/* 슬라이드 애니메이션 */
@keyframes slide {
  0% { transform: translateX(0%); }
  10% { transform: translateX(-10%); }
  20% { transform: translateX(-20%); }
  30% { transform: translateX(-30%); }
  40% { transform: translateX(-40%); }
  50% { transform: translateX(-50%); }
  60% { transform: translateX(-60%); }
  70% { transform: translateX(-70%); }
  80% { transform: translateX(-80%); }
  90% { transform: translateX(-90%); }
  100% { transform: translateX(-100%); }
}

#confetti{
	height: 1032px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
}

section {
    overflow-x: hidden;
max-width: 1140px;
}

section.section01 > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_01.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;    
    height: 1032px;   
}

section.section01 .ai_container {
    position: relative;
    max-width: 1140px;
    height: 1032px;
    margin: 0 auto;   
}

section.section01 .ai_arm {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/ai_arm.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 31px;
    height: 23px;
    position: absolute;
    top: 13%;
    left: 27.2%;
    animation: shakeArm 0.5s infinite alternate;
	transform-origin: right;
}

section.section01 .ai_arm_l {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/ai_arm_l.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 51px;
    position: absolute;
    top: 850px;
    left: 450px;
    animation: shakeArm 0.5s infinite alternate;
	transform-origin: right;
}

@keyframes shakeArm {
	0% {transform: rotateZ(20deg);}
	100% {transform: rotateZ(-20deg);}
}

section.section01 .ai_eyes {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/ai_eyes.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 112px;
    height: 79px;
    position: absolute;
    top: 760px;
    left: 500px;
    animation: blink 3s infinite 2s;
}

@keyframes blink {
	0% {transform: scaleY(1);}
    18% {transform: scaleY(1);}
    20% {transform: scaleY(0);}
    25% {transform: scaleY(1);}
    38% {transform: scaleY(1);}
    40% {transform: scaleY(0);}
    45% {transform: scaleY(1);}
	80% {transform: scaleY(1);}
}

section.section02 > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_02.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 77px;
    margin:0 auto;
width: 1140px;
}

section.section03 > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1140px;
    height: 988px;
    margin: 0 auto;
}

section.section03 .ai_container {
    position: relative;
    max-width: 1140px;
    height: 988px;
    margin: 0 auto;   
}

section.section03 .ddukddak {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/ddukddak.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 149px;
    height: 173px;
    position: absolute;
    top: 10%;
    left: 71%;
    animation: bounce 1.5s infinite ease-in;
}

   @keyframes bounce {
    0% {transform: translateY(0);}
	50% {transform: translateY(-10px);}
	100% {transform: translateY(0px);}
  }

section.section04 > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1140px;
    height: 111px;
    margin: 0 auto;
}

section.section04 > div button {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/toggle_btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 152px;
    height: 111px;
    margin: 0 auto;
    position: absolute;
    left: 72%;
    transition: transform 0.3s ease;
}

section.section04 > div button.rotate {
    transform: rotate(180deg);
}

section.section05 {
    background-color: #efefef;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;   
}

section.section05 > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_05.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1140px;
    height: 252px;
    margin: 0 auto
}

section.section05.open {
max-height: 300px; /* 실제 콘텐츠 높이보다 조금 크게 설정 */
}

section.section06 {
    background-color: #fff;
    height: 755px;
}

section.section06 > div:first-child {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_06.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1140px;
    height: 301px;
    margin: 0 auto;
}

section.section06 .swiper-container .swiper-wrapper {
    transition-timing-function: linear !important;
}

section.section06 .swiper-container .swiper-slide {
    width: auto; 
    padding: 10px;
}

section.section06 .swiper-container .swiper-slide img{
    width: auto; 
    height: 350px;
}

section.section07 {
    background-color: #2b2b2b;
}

section.section07 > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_07.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 2386px;
    margin: 0 auto;
}

section.section07 .ai_container {
    position: relative;
    max-width: 1140px;
    height: 2386px;
    margin: 0 auto;   
}

section.section07 .ai_head {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/ai_head_s7.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 229px;
    height: 156px;
    position: absolute;
    top: 29.8%;
    left: 41.3%;
    animation: tiltHead 2s infinite ease-in-out;
}

@keyframes tiltHead {
	0% {transform: rotateZ(0deg);}
	50% {transform: rotateZ(10deg);}
	100% {transform: rotateZ(0deg);}
}

section.section08 {
    background-color: #f4f4f4;
}

section.section08 .section08_01 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_08_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 1140px;
    height: 1387px;
    margin: 0 auto;
}

section.section08 .section08_01 .ai_container {
    position: relative;
    max-width: 1140px;
    height: 1387px;
    margin: 0 auto;   
}

section.section08 .section08_01 .ai_head {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/ai_head_s8.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 92px;
    height: 63px;
    position: absolute;
    top: 16%;
    left: 77.3%;
    animation: tiltHead 2s infinite ease-in-out;
}

section.section08 .section08_01 .cont {
    display: flex;
    align-items: center;
}

section.section08 .section08_01 .mobile_bg {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/mobile.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 663px;
    height: 1095px;
    overflow: hidden;
    margin-top: 297px;
    margin-left: 25px;
}

section.section08 .section08_01 .mobile_bg .clip_container{
    position: relative;
    top: 90px;
    left: 113px;
    width: 371px;
    height: 805px;
    border-radius: 45px;
    overflow: hidden;
    background-color: #fff;
}

section.section08 .section08_01 .mobile_bg .clip_container .clip_img01{
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/clip_img01.png);
    background-size: auto;
    background-position: top left;
    width: 100%;
    height: 100%;
}

section.section08 .section08_01 .mobile_bg .clip_container .clip_img02{
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/clip_img02.png);
    background-size: auto;
    background-position: top left;
    width: 100%;
    height: 100%;
}

section.section08 .section08_01 .mobile_bg .clip_container .clip_img03{
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/clip_img03.png);
    background-size: auto;
    background-position: top left;
    width: 100%;
    height: 100%;
}

section.section08 .section08_01 .mobile_bg .clip_container .clip_img04{
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/clip_img04.png);
    background-size: auto;
    background-position: top left;
    width: 100%;
    height: 100%;
}

section.section08 .section08_01 .step_container{
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 32%;
    left: 54%;
}

section.section08 .section08_01 .step_container .stepBox{
    width: fit-content;
    height: 108px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 1px 5px 15px #f2f2f2;
    padding: 0 50px;
    display: flex;
    align-items: center;
    transform: scale(0.9);
    transition: transform 0.5s ease;
}

section.section08 .section08_01 .step_container .stepBox .step_01{
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/step_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 215px;
    height: 30px;
}

section.section08 .section08_01 .step_container .stepBox .step_02{
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/step_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 215px;
    height: 30px;
}

section.section08 .section08_01 .step_container .stepBox .step_03{
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/step_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 275px;
    height: 31px;
}

section.section08 .section08_01 .step_container .stepBox .step_04{
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/step_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 169px;
    height: 31px;
}

section.section08 .section08_01 .arrow_container {
    padding: 0 0 5px 0;
}

section.section08 .section08_01 .arrow_container .step_arrows{
  display: block;
  transform: rotate(45deg);  
  width: 20px;
  height: 20px;
}

section.section08 .section08_01 .arrow_container .step_arrows.one{
  margin-top: 1px;
  border-right: 3px solid #de7989;
  border-bottom: 3px solid #de7989;
}

section.section08 .section08_01 .arrow_container .step_arrows.one,
section.section08 .section08_01 .arrow_container .step_arrows.two,
section.section08 .section08_01 .arrow_container .step_arrows.three{
    animation:arrows 1s infinite;  
}

section.section08 .section08_01 .arrow_container .step_arrows.one{  
  animation-direction: alternate;
  animation-delay: alternate;
}

section.section08 .section08_01 .arrow_container .step_arrows.two{
  animation-delay: .2s;
  animation-direction: alternate;
  margin-top: -7px;
  border-right: 3px solid #f55b73;
  border-bottom: 3px solid #f55b73;
}

section.section08 .section08_01 .arrow_container .step_arrows.three{
  animation-delay: .3s;
  animation-direction: alternate;
  border-right: 3px solid #e71b3e;
  border-bottom: 3px solid #e71b3e;  
  margin-top: -7px;
}

@keyframes arrows {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

section.section08 .section08_02{
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_08_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 1140px;
    height: 877px;
    margin: 0 auto
}

section.section08 .section08_02 .ai_container {
    position: relative;
    max-width: 1140px;
    height: 877px;
    margin: 0 auto;   
}

section.section08 .section08_02 .ai_head {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/ai_head_s8.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 92px;
    height: 63px;
    position: absolute;
    top: 8.1%;
    left: 78.6%;
    animation: tiltHead 2s infinite ease-in-out;
}

section.section08 .section08_02 swiper-container,
section.section08 .section08_03 swiper-container {
    background-color: #fff;
    width: 909px;
    height: 509px;
    border-radius: 50px;
    box-shadow: 0px 0px 60px #d5d5d5;
    position: relative;
    top: 207px;
    overflow: hidden;
}

section.section08 .section08_02 swiper-slide,
section.section08 .section08_03 swiper-slide {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

section.section08 .section08_02 swiper-slide.slide01 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/slide_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

section.section08 .section08_02 swiper-slide.slide02 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/slide_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

section.section08 .section08_02 swiper-slide.slide03 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/slide_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

section.section08 .section08_03 swiper-slide.slide04 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/slide_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

section.section08 .section08_03 swiper-slide.slide05 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/slide_05.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

section.section08 .section08_03 swiper-slide.slide06 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/slide_06.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

section.section08 .section08_02 swiper-slide video::-webkit-media-controls,
section.section08 .section08_03 swiper-slide video::-webkit-media-controls {
  display: none !important;
}

section.section08 .section08_02 swiper-slide .video_item,
section.section08 .section08_03 swiper-slide .video_item {
    width: 254px;
    height: 546px;
    overflow: hidden;
    background-color: #333;
    border-radius: 20px;
    border-radius: 30px;
    position: relative;
    top: 103px;
    left: 221px;
}

section.section08 .section08_02 swiper-slide .video_item video,
section.section08 .section08_03 swiper-slide .video_item video {
    width: 100%;
    /* position: absolute; */
top: -23px;
    object-fit: cover;
}

section.section08 .section08_03 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_08_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 1140px;
    height: 933px;
    margin: 0 auto
}

section.section08 .section08_03 .ai_container {
    position: relative;
    max-width: 1140px;
    height: 933px;
    margin: 0 auto;   
}

section.section08 .section08_03 .ai_head {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/ai_head_s8.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 92px;
    height: 63px;
    position: absolute;
    top: 9%;
    left: 80.5%;
    animation: tiltHead 2s infinite ease-in-out;
}

section.section09 {
    background-color: #2b2b2b;
}

section.section09 > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_09.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1140px;
    height: 1356px;
    margin: 0 auto;
}

section.section09 .ai_container {
    position: relative;
    max-width: 1140px;
    height: 1356px;
    margin: 0 auto;   
}

section.section09 .ddukddak {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/ddukddak_s9.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 138px;
    height: 159px;
    position: absolute;
    top: 36%;
    left: 81.5%;
    animation: bounce 1.5s infinite ease-in;
}

   @keyframes bounce {
    0% {transform: translateY(0);}
	50% {transform: translateY(-10px);}
	100% {transform: translateY(0px);}
  }

section.section10-1,
section.section10-2 {
    background-color: #f7fcff;
}

section.section10-1 > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_10_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1140px;
    height: 1550px;
    margin: 0 auto;
}

section.section10-2 > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_10_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1140px;
    height: 804px;
    margin: 0 auto;
}

section.section10-2 .ai_container {
    position: relative;
    max-width: 1140px;
    height: 804px;
    margin: 0 auto;   
}

section.section10-2 .t-bubble {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/t_bubble.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 146px;
    height: 66px;
    position: absolute;
    top: 13.4%;
    left: 57.6%;
    animation: hithere 1.5s ease infinite;
}

@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}

section.section10-2 .ai_head {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/ai_head_s10.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 242px;
    height: 165px;
    position: absolute;
    top: 20.5%;
    left: 40.6%;
    animation: tiltHead 2s infinite ease-in-out;
}

section.section10-2 .goToBtn {
    width: 690px;
    height:82px;
    position: absolute;
    top: 70.5%;
    left: 19.8%;
}

section.section11 {
    background-image: linear-gradient(to right, #f9767b 0%, #f53540 100%);
}

section.section11 > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_11.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 79px;
    margin: 0 auto;
}

section.section12 {
    background-image: linear-gradient(to right, #f68587 0%, #f56dc2 100%);
    position: relative;
}

section.section12 > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_12.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 1335px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;

}

section.section12 .ai_container {
    position: relative;
    width: 1140px;
    max-width: 1140px;
    height: 1335px;
    margin: 0 auto;  
}

section.section12 .kakao_share {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 79.6%;
    left: 47.6%;
z-index:2;
}

section.section12 .kakao_share span {
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    position: absolute;
    top: 27%;
    left: 10.5%;
    font-family: Pretendard;
}

section.section12 #starshine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden
}    
    
section.section12 .shine {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAJYCAMAAACJuGjuAAADAFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/LkhhAAAA/3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1O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);
  background-repeat: no-repeat;
  background-position:center;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 2;
  color: tansparent;
  -moz-opacity: 0.0;
  opacity: 0.0;
  animation: glitter 6s linear 0s infinite normal;
  -webkit-animation: glitter 6s linear 0s infinite normal;
  -moz-animation: glitter 8s linear 0s infinite normal;
  -ms-animation: glitter 8s linear 0s infinite normal;
  -o-animation: glitter 8s linear 0s infinite normal;
}

section.section12 .shine.small {
  width: 20px;
  height: 20px;
}

section.section12 .shine.medium {
  width: 30px;
  height: 30px;
}

section.section12 .shine.large {
  width: 50px;
  height: 50px;
}

@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
} 

section.section12 .ai_container {
    position: relative;
    width: 1140px;
    max-width: 1140px;
    height: 1335px;
    margin: 0 auto;  
}

section.section12 .kakao_share {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 80.1%;
    left: 47.6%;
}

section.section12 .kakao_share span {
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    position: absolute;
    top: 27%;
    left: 10.5%;
    font-family: Pretendard;
}

section.section12 .goToBtn {
    width: 595px;
    height: 112px;
    position: absolute;
    top: 82.6%;
    left: 24%;
    z-index:2;
}

section.section13 {
    background-color: #393939;
}

section.section13 > div {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/450/img/images/section_13.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1140px;
    height: 156px;
    margin: 0 auto;
}