@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;
}

section {
    overflow-x: hidden;
    margin:0 auto;
}

section.section01 {
  position: relative;
  height: fit-content;
}

section.section02-2 {
    color: #747474;    
    width: 1140px;
    height: fit-content;
    position: sticky;
    top: 95px;
    z-index: 2;
}

section.section02-2 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section02-2 .tab-container{
    width: 100%;
    display: flex;    
    align-items: center;
}

section.section02-2 a{
    width:25%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #838383;
    background-color: #313131;
}

section.section02-2 a.active{
    background-color: #f4f4f4;
    color: #131313;
    font-weight: 700;
}

/* section.section02-2 a::after {
    content: "";
    display: block;
    position: relative;
    top: 4px;
    right: -33%;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: #838383;
} */

section.section02-2 a:last-child::after,
section.section02-2 a.active::after {
    display: none;
}

section.section03 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/486/pc/bg/section03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 1067px; 
    position: relative;   
}

section.section03 > div,
section.section04 > div,
section.section05 > div,
section.section06 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
}

section .quick-slide {
  overflow-x: hidden;
  position: relative;
  top: 59.4%;
}

section .quick-slide .swiper-wrapper {
  width: 15000%;
  height: auto;
}

section .quick-slide .swiper-slide {
  flex-shrink: 1;
  width: 280px;
  height: 100%;
  overflow: hidden;
}

section .quick-slide .swiper-slide img {
   -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: width, height, transform 0.7s ease;
    will-change: width, height, transform;
}

section .quick-slide .swiper-slide .thumb .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .4s;
    overflow: hidden;
}

section .quick-slide .swiper-slide .thumb .over img {
    height: auto;
    width: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}

section .quick-slide .swiper-slide a:hover .over {
    opacity: 1;
}

section .quick-slide .swiper-slide .baseinfo {
    color: #000;
    font-size: 22px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}

section .quick-slide .swiper-slide .baseinfo strong {
    font-weight: 500;
}

section .quick-slide .swiper-slide .thumb .txt-marketing {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 84px;
    padding: 5px;
    color: #fff;
    text-align: center;
}

section .quick-slide .swiper-slide .thumb .txt-marketing::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(135deg, #ec1b3b, #ff724c);
    background: -moz-linear-gradient(135deg, #ec1b3b, #ff724c);
    background: -o-linear-gradient(135deg, #ec1b3b, #ff724c);
    background: linear-gradient(135deg, #ec1b3b, #ff724c);
    content: "";
    opacity: .7;
    z-index: 0;
}

section .quick-slide .swiper-slide .thumb .txt-marketing span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

section.section04 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/486/pc/bg/section04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 1105px; 
    position: relative;   
}

section.section04 .quick-slide {
  top: 60.4%;
}

section.section05 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/486/pc/bg/section05.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 1067px; 
    position: relative;   
    overflow: hidden;
}

section.section06 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/486/pc/bg/section06.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 1067px; 
    position: relative; 
    overflow: hidden;  
}

.cta button{
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/486/pc/bg/cta.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    width: 900px;
    height: 110px; 
    position: fixed; 
    z-index: 3;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);  
}