@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;
}

body {
  font-family: 'pretendard';
}

.service.event.detail .bbs-detail.innerfull .cont.full {
    overflow: unset !important;
}

.event-info-diy {
    margin: 0 auto;
    width: 1140px;
}

section {    
    overflow-x: hidden;
    margin:0 auto;
}

section.section01 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/519/pc/section01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 1949px; 
    position: relative;   
}

section.section01 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section02 {
    background-color: #154ecf;        
    width: 1140px;
    height: fit-content;
    position: sticky;
    top: 96px;
    z-index: 3;
}

section.section02 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
}

section.section02 .tab-container{
    width: 100%;
    display: flex;    
    align-items: center;
    justify-content: center;
}

section.section02 a{
    width: 33%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600; 
    color: #5d82db;  
}

section.section02 a.active,
section.section02 a:hover{
    color: #ffffff;
    border-bottom: 4px solid #ffffff;
}

section.section03 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/519/pc/section03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 2600px; 
    position: relative;   
}

section.section03 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section03 .refund-container {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-width: 1140px;
    position: relative;
    top: 1269px;
    left: 50%;
    transform: translateX(-50%);
}

section.section03 .refund-container .refund-pay {
    width: 175px;
    height: 173px;
}

section.section03 .refund-container .refund-pay.active {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/519/flip-img/refund-pay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 175px;
    height: 173px; 
    position: relative; 
    filter: opacity(0.75);
}

section.section04 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/519/pc/section04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 2384px; 
    position: relative;   
}

section.section04 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section04 .gift_container {
  position: relative;
  max-width: 1140px;
  height: 100%;
  margin: 0 auto;
}

section.section04 .gift_container .row{
    width: 100%;
    height: 431px;
    display: flex;
    gap: 30px;
    position: relative;
    top: 473px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
}

section.section04 .gift_container .flip_gift {
  width: 376px;
  height: 363px;
  perspective: 1000px;
  cursor: pointer;
}

section.section04 .gift_container .flip-gift-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

section.section04 .gift_container .flip_gift.flipped .flip-gift-inner {
  transform: rotateY(180deg);
}

section.section04 .gift_container .flip-gift-front,
section.section04 .gift_container .flip-gift-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

section.section04 .gift_container .gift_01 .flip-gift-front {
  background-image: url(https://resources.fujifilm.co.kr/upload/img/event/519/flip-img/gift01_front.png);
}

section.section04 .gift_container .gift_02 .flip-gift-front {
  background-image: url(https://resources.fujifilm.co.kr/upload/img/event/519/flip-img/gift02_front.png);
}

section.section04 .gift_container .gift_03 .flip-gift-front {
  background-image: url(https://resources.fujifilm.co.kr/upload/img/event/519/flip-img/gift03_front.png);
}

section.section04 .gift_container .gift_04 .flip-gift-front {
  background-image: url(https://resources.fujifilm.co.kr/upload/img/event/519/flip-img/gift04_front.png);
}

section.section04 .gift_container .flip-gift-back {
  background-image: url(https://resources.fujifilm.co.kr/upload/img/event/519/flip-img/gift_back.png);
  transform: rotateY(180deg);
}


section.section04 .gift_container .flip-gift-back .giftInfo {
   width: 376px;
   position: absolute;
   top: 116px;
   font-size: 24px;
   font-weight: 600;
   color: #000;
   text-align: center;
}

section.section04 .gift_container .flip-gift-back .giftInfo span {
    margin-right: 5px;
}

section.section04 .gift_container .flip-gift-back .userInfo {
    width: 376px;
    position: absolute;
    top: 150px;
    font-size: 24px;
    color: #000;
    text-align: center;
}

section.section04 .gift_container .flip-gift-back .userInfo span {
    margin: 5px;
}

section.section04 .gift_container .flip-gift-back .userInfo strong {
    font-weight: 600;
}

section.section05 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/519/pc/section05.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 2654px; 
    position: relative;   
}

section.section05 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section05 button {
    width: 34%;
    height: 5.2%;
    position: absolute;
    top: 86.5%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
}