@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태그가있어서 깨짐, 인라인으로 변경. */
/* 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,
section.section02,
section.section08,
section.section09 {
  position: relative;
  height: fit-content;
}

section.section01 video {
    width: 100%;
    height: 100%;
    outline: none;
    border: 0;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

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: 20%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;   
}

section.section03 a.active{
    color: #9fd4f6;
}

section.section03 a.active div{
    border-bottom: 4px solid #9fd4f6;
    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/487/pc/section04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 2556px; 
    position: relative;   
}

section.section04 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section04 button.goBtn{
    width: 655px;
    height: 85px;
    position: absolute; 
    bottom: 693px;
    left: 50%;
    transform: translate(-50%, -50%); 
}

section.section04 .pro-container{
  top: 77.5%;
}

section .pro-container{
  position: relative;
  top: 80.5%;
  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.section05 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/487/pc/section05.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 1534px; 
    position: relative;   
}

section.section05 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section05 .pro-container,
section.section06 .pro-container{
  top: 63%;
}

section.section06 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/487/pc/section06.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 1534px; 
    position: relative;   
}

section.section06 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section07 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/487/pc/section07.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 1544px; 
    position: relative;   
}

section.section07 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section07 .pro-container{
  top: 64%;
}