
@font-face {
    font-family: 'PerpetualSnow';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2508-2@1.0/PermanentSnow.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@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;
}

.service.event.detail .bbs-detail.innerfull .cont.full {
    overflow: unset;
}

section {
    margin: 0 auto;
    /* overflow-x: hidden; */
}

section.section01 {
    background-image: url('https://resources.fujifilm.co.kr/upload/img/event/478/pc/bg/section01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 983px;
}

section.section01 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section01 .wideEvo {
    position: absolute;
    top: 53.7%;
    left: 45.35%;
    -webkit-animation: flashy ease 1.5s infinite;
    animation: flashy ease 1.5s infinite;

}

section.section01 .miniEvo {
    position: absolute;
    top: 54.4%;
    left: 49.3%;
    -webkit-animation: flashy ease 1s infinite;
    animation: flashy ease 1s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.flasher {
    background-image: radial-gradient(rgb(255, 255, 255), rgba(255, 20, 147, 0) 60%);
    position: relative;
    top: 3rem;
    left: 3rem;
    width: 100px;
    height: 100px;
}

.flasher::before {
    background-image: radial-gradient(rgb(255, 255, 255), rgba(255, 20, 147, 0) 75%);
    content: "";
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translatey(-50%);
    width: 10px;
    height: 150px;
}

.flasher::after {
    background-image: radial-gradient(rgb(255, 255, 255), rgba(255, 20, 147, 0) 75%);
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 10px;
}

@-webkit-keyframes flashy {
    0% {
        transform: scale(1) rotate(0deg);
    }
    10% {
        transform: scale(0.2) rotate(540deg);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes flashy {
    0% {
        transform: scale(1) rotate(0deg);
    }
    10% {
        transform: scale(0.2) rotate(540deg);
    }
    100% {
        transform: scale(0);
    }
}

section.section01 button {
    position: absolute;
    top: 80.2%;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #dfbe78;
    color: #dfbe78;
    font-size: 1.15vw;
    font-family: 'pretendard';
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 50px;
    z-index: 9;
}

section.section01 button:hover {
    color: #161616;
    background-color: #dfbe78;
}

section.section02 {
    background-image: url('https://resources.fujifilm.co.kr/upload/img/event/478/pc/bg/section02.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 994px;
    overflow: hidden;
}

section.section02 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section02 .holidayFrame .swiper-wrapper {
    position: absolute;
    top: 40%;
    height: 440px;
}

section.section02 .holidayFrame .swiper-wrapper .swiper-slide{
    width: fit-content;
}

section.section02 .holidayFrame .swiper-wrapper .swiper-slide .content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

section.section03 {
    margin: 0 auto;
    height: fit-content;
    min-height: 100vh;
}

section.section03 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section03 .section03_top {
    background-image: url('https://resources.fujifilm.co.kr/upload/img/event/478/pc/bg/section03_top.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 253px;
}

section.section03 .tabs {
    background-color: #7c7c7c;;
}

section.section03 .tab-header {
    background-color: #161616;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    transition: height 0.3s ease-in-out;
    max-width: 1140px;
}

section.section03 .tab-header a.active {
    background-color: transparent;
}

section.section03 .flasher {
    animation-duration: 4s;
    -webkit-animation: flashy ease 1.7s infinite;
    animation: flashy ease 1.7s infinite;
    animation-fill-mode: forwards;
}

section.section03 .flasher.tabBody1 {
    position: relative;
    top: -6px;
    left: 83%;
    animation-delay: 0s;
}

section.section03 .flasher.tabBody2 {
    position: relative;
    top: -6px;
    left: 83%;
    animation-delay: 1s;

}

section.section03 .flasher.tabBody3 {
    position: relative;
    top: -6px;
    left: 83%;
    animation-delay: 2s;
}

section.section03 .flasher.tabBody4 {
    position: relative;
    top: -6px;
    left: 83%;
    animation-delay: 3s;
}

section.section03 .tab-header.sticky {
    position: sticky;
    top: 0px;
    z-index: 32;
}

section.section03 .tab-header a {
    cursor: pointer;
    height: 77px;
    width: 25%;
    display: block;
}

section.section03 .tab-header a.tab1 {
    background-image: url('https://resources.fujifilm.co.kr/upload/img/event/478/pc/tab1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #2f2f2f;
}

section.section03 .tab-header a.tab1.active,
section.section03 .tab-header a.tab1.rolling {
    background-image: url('https://resources.fujifilm.co.kr/upload/img/tf/totaldetail/pc/tab1_w.png');
    background-color: #fff;
}

section.section03 .tab-header a.tab2.active,
section.section03 .tab-header a.tab2.rolling  {
    background-image: url('https://resources.fujifilm.co.kr/upload/img/tf/totaldetail/pc/tab2_w.png');
    background-color: #fff;
}

section.section03 .tab-header a.tab3.active,
section.section03 .tab-header a.tab3.rolling  {
    background-image: url('https://resources.fujifilm.co.kr/upload/img/tf/totaldetail/pc/tab3_w.png');
    background-color: #fff;
}

section.section03 .tab-header a.tab4.active,
section.section03 .tab-header a.tab4.rolling  {
    background-image: url('https://resources.fujifilm.co.kr/upload/img/tf/totaldetail/pc/tab4_w.png');
    background-color: #fff;
}

/* section.section03 .tab-header a.tab2::after,
section.section03 .tab-header a.tab3::after,
section.section03 .tab-header a.tab4::after {
    position: relative;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
    content: "";
    width: 2px;
    height: 32px;
    background-color: #efefef;
    vertical-align: top;
    display: block;
} */

section.section03 .tab-header a.tab2 {
    background-image: url('https://resources.fujifilm.co.kr/upload/img/event/478/pc/tab2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #272727;
}

section.section03 .tab-header a.tab3 {
    background-image: url('https://resources.fujifilm.co.kr/upload/img/event/478/pc/tab3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #1e1e1e;
}

section.section03 .tab-header a.tab4 {
    background-image: url('https://resources.fujifilm.co.kr/upload/img/event/478/pc/tab4.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #161616;
}

section.section03 .iframe-container {
    min-height: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: none;
}

section.section03 .iframe-container.wideEvo {
    background-color: #7c7c7c;
}

section.section03 .iframe-container.miniEvo {
    background-color: #efedeb;
}

section.section03 .iframe-container.miniFilm {
    background-color: #eee6d4;
}

section.section03 .iframe-container.instaxFrame {
    background-color: #fbf6ef;
}

section.section03 .iframe-container.active {
    display:block;
}

section.section03 .iframe-container .detail-area {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

section.section03  .iframe-container iframe {
    display: none;
}

.frame_cta {
    display: flex;
    flex-wrap: wrap;
    width: 21em;
    height: 21em;
    align-items: center;
    justify-content: center;
    position: sticky;
    z-index: 32;
    left: 100%;
    top: 65%;
}

.frame_cta .card {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    padding: 36px;
    transition: 0.4s
    ease-in-out, 0.2s background-color
    ease-in-out, 0.2s background-image
    ease-in-out;
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);    opacity: 1;
    backdrop-filter: blur(5px);
    border: 1px solid transparent;
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    position:absolute;
}

.frame_cta .card img {
    max-width:  80px !important;
    transform: unset !important;
    left: unset !important;
}

.frame_cta:hover {
    width: 21em;
    cursor: pointer;
}

.frame_cta:hover .frame_cta_back {
    opacity: 1;
}

.frame_cta:hover .card {
    width: 300px;
    height: 300px;
    margin: 0.2em;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* background: antiquewhite; */
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);  opacity: 1;
    border-radius: 50%;
}

.frame_cta:hover .text {
    opacity: 0;
    z-index: -3;
}

.frame_cta .text {
    position: relative;
    transition: 0.4s ease-in-out;
    color: #fff;
    text-align: center;
    font-weight: bold;
    z-index: 3;
    border-radius: 10px;
    background-color: #363644;
    width: 140px;
    height: 45px;
    top: -62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, 1.15vw, 48px);
}

.frameTab-body {
    position: relative;
    top: -315px;
}

#goldConfetti {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    z-index: 9;
    width: 100%;
    height: 695px;
    opacity: 0.5;
    scale: 1.5;
    overflow: hidden;
}

#frameDetail {
    background-color: #000 !important;
}

#frameDetail .detail-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

#frameDetail .btn-close::after {
    position: absolute;
    top: 3%;
    left: 103%;
    transform: translate(-50%, -50%);
    background-image: url('https://www.fujifilm.co.kr/images/w/common/btn.png');
    display: inline-block;
    background-position: -160px -40px;
    background-repeat: no-repeat;
    content: "";
    width: 40px;
    height: 40px;
}

#frameDetail .caption {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 20px;
}

#frameDetail img{
    max-height: 70vh;
}