@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 {
  font-family: 'pretendard';
  scroll-behavior: smooth;
}

main {
    min-width: 1140px;
}

.service.event.detail .bbs-detail.innerfull .cont.full {
    overflow: unset !important;
}

.event-info-diy {
    margin: 0 auto;
    max-width: 1140px;
}

area {
    cursor: pointer;
}

section {
    overflow-x: hidden;
    margin:0 auto;
    width: 100%;
}

section.section01 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/495/pc/bg/section01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 799px; 
    position: relative;   
}

section.section02 {
    background-color: #242424;
    color: #fff;    
    width: 100%;
    height: fit-content;
    position: sticky;
    top: 96px;
    z-index: 3;
}

section.section02 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

section.section02 .tab-container{
    width: 100%;
    display: flex;    
    align-items: center;
    justify-content: space-between;
}

section.section02 a{
    width: 33%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;   
}

section.section02 a.active{
    color: #fff263;
}

section.section02 a.active div{
    border-bottom: 4px solid #fff263;
    display: flex;
    align-items: center;
    padding: 24px;
}


section .btn-like {
    display: none !important;
}

section.section05 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/495/pc/bg/section05.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 1711px; 
    position: relative;   
}

section.section05 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section05 .pro-container{
  top: 68%;
}

section .pro-container{
  position: relative;
  width: 1322px;
  margin: 0 auto;
}

section .quick-slide {
  width: 1180px;
  overflow-x: hidden;
  margin: 0 auto;
}

section .quick-slide .swiper-wrapper {
  width: 900%;
  height: auto;
}

section .quick-slide .swiper-slide {
  flex-shrink: 1;
  width: 304px;
  height: 100%;
  overflow: hidden;
  text-align: left;
}

section.section06 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/495/pc/bg/section06.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 1675px; 
    position: relative;   
}

section.section06 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section06 .swap {
    top: 166px;
}

section.section06 .swap img,
section.section07 .swap img{
    animation: swapFade2 4s infinite steps(1, end);
}

@keyframes swapFade2{
    0%   { opacity: 1; }
    50%  { opacity: 1; }  
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

section.section06 .pro-container{
  top: 68%;
}

section.section07 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/495/pc/bg/section07.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 1634px; 
    position: relative;   
}

section.section07 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section07 .swap {
    top: 173px;
}

section.section07 .pro-container{
  top: 70.8%;
}

section .swap{
    position: absolute;
    width: 1180px;
    height: 800px;
    overflow: hidden;
    top: 187px;
    left: 50%;
    transform: translateX(-50%);
}

section .swap img{
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: swapFade3 6s infinite steps(1, end);
}

section .swap img.img1{
    opacity: 1;
    animation-delay: 0s;
}

section .swap img.img2{
    animation-delay: 2s;
}

section .swap img.img3{
    animation-delay: 4s;
}

@keyframes swapFade3{
    0%   { opacity: 1; }
    33.33%  { opacity: 1; }  
    33.34% { opacity: 0; }
    100% { opacity: 0; }
}