#header .inner {
    max-width: 1550px;
}

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;
    height:fit-content;
}

section.section01 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/483/pc/bg/section01.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 897px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.section01 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section01 button,
section.section01 a  {
    border: 1px solid #dae557;
    color: #000;
    background-color: #dae557;
    padding: 15px 45px;
    border-radius: 50px;
    position: absolute;
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.section01 button:hover,
section.section01 a:hover {
    border: 1px solid #c6d41b;
    background-color: #c6d41b
}

section.section02 {
    margin: 0 auto;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 95px;
    z-index: 3;
}

section.section02 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section02 .navi-inner {
    background-color: #000;
    height: 62px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

section.section02 .navi-inner button {
    width: 20%;
    color: #ffffff80;
    display: inline-flex;
    flex-flow: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

section.section02 .navi-inner button.active {
    color: #ffffff;
}

section.section02 button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -1px;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: rgb(68, 68, 68);
}

section.section02-1 {
    background-image: url(https://resources.fujifilm.co.kr/upload/img/event/483/pc/bg/section02-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 762px;
    margin: 0 auto;
    position: relative;
}

section.section02-1 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section02-1 button.btn-black  {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateX(-50%);
    width: 440px;
    height: 99px;
    background-color: #000;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

section.section02-1 button.btn-gray  {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateX(-50%);
    width: 440px;
    height: 99px;
    background-color: #a7a7a7;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    cursor:default;
    border: none;
}

section.section03 {
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    padding-top: 96px;
}

section.section03 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section03 .flag{
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background-color: #4e64db;
    display: flex;
    padding: 0px 15px;
    border-radius: 5px;
    position: absolute;
    left: 30%;
    transform: translateX(-30%);
}

section.section03 .ti{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #221e1f;
    text-align: center;
    margin: 50px 0 20px 0;
}

section.section03 .desc {
    margin-bottom: 20px;
}

section.section03 .quick-slide .swiper-wrapper {
    position: relative;
    /* top: 40%;
    height: 640px;
    width: calc(318px * 10); */
    height: 700px;
    display: flex;
    animation: scroll 20s linear infinite;
    justify-content: space-between;
    gap: 20px;
    transition-timing-function: linear !important;
    transition-property: transform;
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide{
    width: auto;
    height: 592px;
    max-width: 360px;
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide .content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide .vdo,
section.section03 .quick-slide .swiper-wrapper .swiper-slide .img {
    height: 90%;
    width: auto;
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide .vdo video{
    position: relative;
    display: block;
    /* width: 100%; */
    height: 84%;
    overflow: hidden;
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide img {
    /* max-height: 344px; */
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide .tit {
    margin: 20px;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide .tit span {
    font-size: 17px;
    font-weight: 500;
    color: #6e6e6e;
    line-height: 2.5;;
}

section.section03 button {
    padding: 20px 50px;
    border: 1px solid #949494;
}

section.section03 button:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
}

section.section04 {
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    /* height: 1972px;  */
    position: relative;
    padding: 96px 120px 0 120px;
}

section.section04 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section04 .flag{
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background-color: #4e64db;
    display: flex;
    padding: 0px 15px;
    border-radius: 5px;
    position: absolute;
    left: 27%;
    transform: translateX(-27%);
}

section.section04 .ti{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #221e1f;
    text-align: center;
    margin: 50px 0 20px 0;
}

section.section04 .desc {
    margin-bottom: 20px;
}

section.section04 .product-list {
    margin-top: 0;
    margin-left: -36px;
}

section.section04 .product-list>li, .product-list>div {
    padding-top: 0;
    padding-left: 36px;
}

section.section04 .product-list .btn-like {
    top: 22px;
    right: -19px;
}

section.section04 .product-list .btn-cart {
    top: 11px;
    left: 235px;
}

section.section04 .product-list .txt-marketing-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

section.section04 .product-list .txt-marketing-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(248, 248, 248);
    background: linear-gradient(300deg, rgba(248, 248, 248, 1) 0%, rgba(222, 217, 217, 0.8995973389355743) 100%);
    z-index: -1;
}

section.section04 .product-list .txt-marketing-wrap .icon {
    width: 16px;
    height: 18px;
}

section.section04 .product-list .txt-marketing-detail {
    margin-left: 6px;
}

section.section04 .product-list .txt-marketing-detail .top {
    font-size: 15px;
}

section.section04 .product-list .txt-marketing-detail span {
    display: block;
    color: #ec1b3b;
}

section.section04 button.goToBtn {
    padding: 20px 50px;
    border: 1px solid #949494;
    margin-top: 50px;
}

section.section04 button.goToBtn:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
}

section.section04-2 {
    padding-bottom: 96px;
}

section.section05 {
    background-image: url( );
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    /* height: 500px;  */
    position: relative;
}

/* section.section05 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
} */

section.section05 .marquee {
    height: 62px;
    width: 100%;

    overflow: hidden;
    position: relative;
}

section.section05 .marquee div {
    width: 400%;
    height: 62px;
    background-color: #000;
    color: #fff;
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: center;

    animation: marquee 20s linear infinite;
}

section.section05 .marquee span {
    float: left;
    width: 4%;
}

@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}

section.section06 {
    background-image: url( );
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    /* height: 500px;  */
    position: relative;
    padding: 96px 120px;
    min-height: 2000px;
}

section.section06 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section06 .ti{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #221e1f;
    text-align: center;
    margin-bottom: 20px;
}

section.section06 .instax-pro {
    position: relative;
    width: 100%;
    display: flex;
    gap: 20px;
}

section.section06 .instax-pro .menu div {
    padding: 8px 20px 15px 20px;
    margin-bottom: 10px;
    color: #00000080;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 700;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    text-align: end;
}

section.section06 .instax-pro .menu div:hover {
    color: #000;
}

/* section.section06 .instax-pro .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: #303F9F;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
} */

/* section.section06 .instax-pro .menu div.active span.light {
  background-color: #000;
  right: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
} */

section.section06 .instax-pro .menu div.active {
    color: #000;
    border-bottom: 1px solid #000;
}

section.section06 .instax-pro .menu div.active::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000000;
    display: block;
    width: 0;
}

section.section06 ul.instax-pro-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.section06 ul.instax-pro-list li {
    width: 100%;
    color: #221e1f;
    padding: 8px 15px;
    opacity: 0;
    display: none;
    transform: translateX(50px);
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.section06 ul.instax-pro-list li.active {
    transition-delay: 0.3s;
    opacity: 1;
    display: block;
    transform: translateX(0px);
}

section.section06 .zbg {
    text-align: center;
    display: flex;
    gap: 80px 15.5%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 60px;
}

section.section06 .zbg h3 {
    padding-bottom: 12px;
}

section.section06 .zbg > div {
    width: 23%;
}

section.section06 .zbg > div .thumb {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 240px;
    padding: 2rem 5rem 0;
    border: 1px solid #00000010
}

section.section06 .zbg > div img {
    width: auto;
    max-height: 200px;
    transition: ease 0.2s;
    transform: unset !important;
    left: unset !important;
    scale: 0.8
}

section.section06 .zbg > div img:hover {
    scale: 0.9;
}

section.section06 .zbg .bl_colorimg_wrap {
    position: absolute;
    display: flex;
    top: 10px;
    right: 10px;
}

section.section06 .zbg .el_color_item {
    width: 18px;
    height: 18px;
    display: inline-block;
}

section.section06 .zbg .btn-container {
    display: flex;
    justify-content:space-between;
}

section.section06 .zbg .btn-container button {
    padding: 5px 10px;
    color: #fff;
    width: 50%;
}

section.section06 .zbg .btn-container button:first-child {
    background-color: #00000080;
}

section.section06 .zbg .btn-container button:last-child {
    background-color: #000000;
}

section.section06 .product-list {
    margin: 0;
    text-align: left;
}

section.section06 button.moreBtn {
    padding: 20px 50px;
    border: 1px solid #949494;
    margin-top: 50px;
}

section.section06 button.moreBtn:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
}