@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';
}

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 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/484/pc/bg/section01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 1172px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.section02 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/484/pc/bg/section02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 1095px;
}

section.section02 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
}

section.section02 .gauge-wrapper {
    position: relative;
    text-align: center;
    width: 88%;
    height: 22%;
    top: 44%;
    margin: 0 auto;
    max-width: 1140px;
}

section.section02 .section02-txt1 {
    position: absolute;
    top: 22%;
    left: 5%;
    font-size: 29px;
    color: #ff444a;
    font-weight: 700;
    line-height: 1;
}

section.section02 .gauge-container {
    width: 88%;
    height: 16px;
    background-color: #E0E0E0;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    bottom: 104px;
    transform: translateX(-50%);
}

@keyframes gradientAnimation {
    0% {
        background-position: 10% 10%;
    }
    100% {
        background-position: 90% 90%;
    }
}

section.section02 .gauge-bar {
    width: 0%; /* 이 값 조정해주시면 될 것 같습니다 :) */
    height: 100%;
    border-radius: 20px 0 0 20px;
    background-size: 200% 200%;
    background-image: linear-gradient(to right, #58a7d9 0%, #fd6c16 100%);
    animation: gradientAnimation 2s linear infinite alternate;
}

section.section02 .marker {
    position: absolute;
    top: -10px;
    bottom: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    border: 10px solid #ff444a;
}

section.section02 .marker-label {
    position: absolute;
    transform: translateX(-50%);
    bottom: -47px;
    font-size: 24px;
    color: #505050;
}

/*260113 수정부분 S*/
section.section02 .marker-000 { left: -1.3%; display: none}
section.section02 .marker-100 { left: 2.4%; }
section.section02 .marker-500 { left: 22.1%; }
section.section02 .marker-1000 { left: 46.8%; }
section.section02 .marker-1500 { left: 71.5%;}
section.section02 .marker-2026 { left: 97.5%; }
/*260113 수정부분 E*/

section.section02 a {
    position: absolute;
    top: 75.5%;
    width: 42%;
    height: 8%;
    transform: translate(-50%, -50%);
    left: 50%;
}

section.section02 button {
    position: absolute;
    top: 84.5%;
    width: 42%;
    height: 8%;
    transform: translate(-50%, -50%);
    left: 50%;
}

section.section03 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/484/pc/bg/section03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 1947px;
    position: relative;
}

section.section03 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
}

section.section03 button {
    position: absolute;
    top: 88%;
    width: 42%;
    height: 5%;
    transform: translate(-50%, -50%);
    left: 50%;
}

section.section04 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/484/pc/bg/section04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    height: 1065px;
    position: relative;
}

section.section04 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
}

section.section04 .quick-slide {
    overflow-x: hidden;
    position: relative;
    top: 36%;
}

section.section04 .quick-slide .swiper-wrapper{
    width: 900%;
    height: auto;
}

section.section04 .quick-slide .swiper-slide {
    flex-shrink: 1;
    margin-left: 12px;
    width: 322px;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}

section.section04 .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.section04 .quick-slide .swiper-slide .baseinfo {
    color: #000;
    font-size: 21px;
    background-color: #d7d7d7;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.section04 .quick-slide .swiper-slide .moreinfo,
section.section04 .quick-slide .swiper-slide .txt-marketing {
    display: none;
}

section.section04 button {
    position: absolute;
    top: 84%;
    width: 42%;
    height: 8%;
    transform: translate(-50%, -50%);
    left: 50%;
}