@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;
}

.service.event.detail .bbs-detail.innerfull .cont.full {
    overflow: unset !important;
}

.event-info-diy {
    margin: 0 auto;
    max-width: 1140px;
}

section {
    font-family: 'pretendard';
    overflow-x: hidden;
    margin:0 auto;
}

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.section01 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/516/pc/bg/section01.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 620px; 
    position: relative;   
}

section.section01 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section02 {   
    width: 100%;
    max-width: 1366px;
    height: fit-content;
    position: sticky;
    top: 96px;
    z-index: 3;
}

section.section02 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section02 .tab-container > div {
    width: 100%;
    display: flex;    
    align-items: center;
    justify-content: center;
}

section.section02 .tab-container > div:last-child {
    background-color: #7f51cb;
    border-bottom: 2px solid #ffffff;
}

section.section02 .tab-container > div:last-child a {
    border-bottom: 2px solid blueviolet;
    border-right: 2px solid blueviolet;
    border-top: 2px solid white;
    border-left: 2px solid white;
}

section.section02 .tab-container > div:last-child a.active,
section.section02 .tab-container > div:last-child a:hover {
    border-top: 2px solid blueviolet;
  border-left: 2px solid blueviolet;
  border-bottom: 2px solid rgb(238, 103, 238);
  border-right: 2px solid rgb(238, 103, 238);
}

section.section02 .tab-container > div:first-child a {
    color: #7f51cb;
    border-bottom: 2px solid blueviolet;
    border-right: 2px solid blueviolet;
    border-top: 2px solid white;
    border-left: 2px solid white;
}

.bg-event {
    background-color: #fffaa5;
}

.bg-mdpick {
    background-color: #a8ffb9;
}

section.section02 a {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;  
    color: #ffffff;  
}

section.section02 a.active,
section.section02 a:hover{
    color: #ffffff;  
}

section.section02 .tab-container > div:first-child a.active,
section.section02 .tab-container > div:first-child a:hover{
    color: #f35d74;
    border-top: 2px solid blueviolet;
  border-left: 2px solid blueviolet;
  border-bottom: 2px solid rgb(238, 103, 238);
  border-right: 2px solid rgb(238, 103, 238);
}

section.section02 .tab-container > div:last-child a.active > div,
section.section02 .tab-container > div:last-child a:hover > div,
section.section02 .tab-container > div:first-child a.active > div,
section.section02 .tab-container > div:first-child a:hover > div {
    position: relative;
    top: 3px;
}

section.section02 .tab-container > div:last-child a.active > div::after,
section.section02 .tab-container > div:last-child a:hover > div::after,
section.section02 .tab-container > div:first-child a.active > div::after,
section.section02 .tab-container > div:first-child a:hover > div::after {
    position: relative;
    right: 10px;
    bottom: 21px;
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 500px;
    background-color: #ffffff;
    animation: pulse-animation 2s infinite
}

section.section02 .tab-container > div:first-child a.active > div::after,
section.section02 .tab-container > div:first-child a:hover > div::after {
    background-color: #f35d74;
    animation: pulse-animation2 2s infinite
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #ffffff50;
  }
  100% {
    box-shadow: 0 0 0 10px #ffffff00;
  }
}

@keyframes pulse-animation2 {
  0% {
    box-shadow: 0 0 0 0px #f35d7450;
  }
  100% {
    box-shadow: 0 0 0 10px #f35d7400;
  }
}

section.section03 {
    /* background-image: url(../img/bg/section03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; */
    margin: 0 auto;
    position: relative;   
    height: fit-content;
    width: 1366px;
    overflow-y: hidden;
    padding-top: 60px;
    background-color: #fffaa5;
}

section.section03 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section03 button {
    position: absolute;
    width: 28%;
    height: 80px;
    top: 441px;
    left: 50%;
    transform: translateX(-50%);
}

section.section04,
section.section05,
section.section06,
section.section07,
section.section08 {
    margin: 0 auto;
    height: fit-content; 
    position: relative; 
}

section.section04 > div,
section.section05 > div,
section.section06 > div,
section.section07 > div,
section.section08 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section04 .event-ti,
section.section05 .event-ti,
section.section06 .event-ti,
section.section07 .event-ti,
section.section08 .event-ti {
    font-size: 32px;
    font-weight: 600;
    color: #252525;
    padding: 120px 0 120px 0;
}

section.section04 .event-ti p,
section.section05 .event-ti p,
section.section06 .event-ti p,
section.section07 .event-ti p,
section.section08 .event-ti p {
    margin-bottom: 20px;
}

section.section04 .event-ti span,
section.section05 .event-ti span,
section.section06 .event-ti span,
section.section07 .event-ti span,
section.section08 .event-ti span {
    color: #cccccc;
    font-size: 18px;
}

section.section04 .goto-btn,
section.section05 .goto-btn,
section.section06 .goto-btn,
section.section07 .goto-btn,
section.section08 .goto-btn {
   border: 1px solid #252525;
   padding: 20px 50px;
   margin-top: 80px;
}

section.section04 .goto-btn:hover,
section.section05 .goto-btn:hover,
section.section06 .goto-btn:hover,
section.section07 .goto-btn:hover,
section.section08 .goto-btn:hover {
   background-color: #252525;
   color: #fff;
}

/* 유의사항 탭 */
.tab {
    width: 100%;
    margin: 0 auto;    
    background-color: #ffffff;
    color: #000;
}

.tab input {
display: none;
}

.tab__label,
.tab__close {
  display: flex;
  cursor: pointer;
}

.tab__label {
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  background-color: #7f51cb;
}

.tab__label::after {
  content: "\276F";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 1em;
  line-height: 1;
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform 0.35s;
}

.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}

.tab + .tab__label {
  grid-template-rows: 1fr;
}

.tab__content {
display: grid;
grid-template-rows: 0fr;
transition: grid-template-rows 0.35s ease;
}

.tab__content-inner {
overflow: hidden;
opacity: 0;
display: none;
padding: 1rem 1rem 3rem;
text-align: left;
transition: opacity 0.25s ease;
font-size: 19px;
line-height: 1.5;
}

.tab__content-inner ul  {
    list-style: outside;
    padding: 0 2rem;
}

.tab__content-inner ul li {
    margin-bottom: 13px;
}

.tab input:checked + .tab__label + .tab__content {
grid-template-rows: 1fr;
}

.tab input:checked + .tab__label + .tab__content .tab__content-inner {
opacity: 1;
display: block;
}
