@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/490/pc/bg/section01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 1243px;
    position: relative;
}

section.section02 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/490/pc/bg/section02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 2314px;
    position: relative;
}

section.section03 {
    background-color: #242424;
    color: #fff;
    width: 100%;
    height: fit-content;
    position: sticky;
    top: 96px;
    z-index: 3;
}

section.section03 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

section.section03 .tab-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.section03 a{
    width: 25%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

section.section03 a.active{
    color: #ff9bd7;
}

section.section03 a.active div{
    border-bottom: 4px solid #ff9bd7;
    display: flex;
    align-items: center;
    padding: 24px;
}

section .btn-like {
    display: none !important;
}

section.section04 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/490/pc/bg/section04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 2159px;
    position: relative;
}

section.section04 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section04 .pro-container{
    top: 40.3%;
}

section .pro-container,
section .pro-container2{
    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.section04 .pro-container2 {
    top: 47%;
}

section.section04 .pro-container2 ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

section.section04 .pro-container2 ul li img {
    width: 384px;
}

section.section05 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/490/pc/bg/section05.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 1506px;
    position: relative;
}

section.section05 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section05 .pro-container{
    top: 61%;
}

section.section06 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/490/pc/bg/section06.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 1458px;
    position: relative;
}

section.section06 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section06 .pro-container{
    top: 59%;
}

section .swap{
    position: absolute;
    width: 1180px;
    height: 713px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}

section .swap img{
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: swapFade 4s infinite steps(1, end);
}

section .swap img.img1{
    opacity: 1;
    animation-delay: 0s;
}

section .swap img.img2{
    animation-delay: 2s;
}

@keyframes swapFade{
    0%   { opacity: 1; }
    50%  { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}