#header {
    position: absolute;
}

#testDetail{
    width: 100%;
}


#header .inner {
    max-width: 1550px;
}

.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.section02 {
    margin: 0 auto;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;  
    position: sticky;
    top: 0px;  
    z-index: 3;
    background-color: #008dff;
}

section.section02 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section02 .navi-inner {
    max-width: 1140px;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

section.section02 .navi-inner button {
    color: #ffffff;
    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-size: 17px;
    padding: 0px 54px;
    white-space: nowrap;
}

section.section02 .navi-inner button.active span {
    font-weight: 800;
    border-bottom: 1px solid #fff;
    padding: 6px 0;
}

section.section02 button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -1px;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: rgb(255, 255, 255);
}

section.section02 button#scrollToSection06::after {
    display: none;
}

section.section03 {
    margin: 0 auto;
    position: relative; 
    width: 100%;
    overflow-x: hidden;
}

section.section03 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section03 .ti{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #221e1f;
    text-align: center;
    margin: 20px 0;
}

section.section03 .desc {
    margin-bottom: 70px;
	font-size: 18px;
}

section.section03 .quick-slide .swiper-wrapper,
section.section04-1 .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,
section.section04-1 .quick-slide .swiper-wrapper .swiper-slide {
    width: auto;
    height: 640px;
    max-width: 32%;
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide .content,
section.section04-1 .quick-slide .swiper-wrapper .swiper-slide .content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide .img,
section.section04-1 .quick-slide .swiper-wrapper .swiper-slide .img {
    height: 90%;
    width: auto;
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide .tit,
section.section04-1 .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,
section.section04-1 .quick-slide .swiper-wrapper .swiper-slide .tit span {
    font-size: 17px;
    font-weight: 500;
    color: #6e6e6e;
    line-height: 2.5;;
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide .pro-ti,
section.section04-1 .quick-slide .swiper-wrapper .swiper-slide .pro-ti{
    width: 100%;
    display: flex;
    min-height: 60px;
    justify-content: center;
    font-weight: 700;
    color: #000;
	font-size: 20px;
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide .pro-desc,
section.section04-1 .quick-slide .swiper-wrapper .swiper-slide .pro-desc {
    min-height: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
	font-size: 18px;
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide .pro-li,
section.section04-1 .quick-slide .swiper-wrapper .swiper-slide .pro-li{
    position: relative;
    padding-top: 40px;
    text-align: left;
}

section.section03 .quick-slide .swiper-wrapper .swiper-slide .pro-li .btn-like,
section.section04-1 .quick-slide .swiper-wrapper .swiper-slide .pro-li .btn-like {
    top: 40px;
}

section.section03 button.moreInfo,
section.section04-1 button.moreInfo {
    padding: 20px 50px;
    border: 1px solid #949494;
    margin: 20px 0 70px 0;
}

section.section03 button.moreInfo:hover,
section.section04-1 button.moreInfo:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
}

section.section04-1 {
    margin: 0 auto;
    position: relative;   
    padding: 0 120px;
}

section.section04-1 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section04-1 .ti{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #221e1f;
    text-align: center;
    margin: 50px 0 20px 0;
}

section.section04-1 .desc {
    margin-bottom: 85px;
	font-size: 18px;
}

section.section04-1 .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-1 .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-1 .product-list .txt-marketing-wrap .icon {
    width: 16px;
    height: 18px;
}

section.section04-1 .product-list .txt-marketing-detail {
    margin-left: 6px;
}

section.section04-1 .product-list .txt-marketing-detail .top {
    font-size: 15px;
}

section.section04-1 .product-list .txt-marketing-detail span {
    display: block;
    color: #ec1b3b;
}

section.section04-1 button.goToBtn {
    padding: 20px 50px;
    border: 1px solid #949494;
    margin-top: 50px;
}

section.section04-1 button.goToBtn:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
}

section.section04-2 {  
    padding-bottom: 96px;
}

section.section05 {
    margin: 0 auto;
    position: relative;  
}

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.section04-2,
section.section06 {
    margin: 0 auto;
    position: relative;  
    padding: 50px 120px;
    min-height: 2000px;
}

section.section04-2 > div,
section.section06 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section04-2 .ti,
section.section06 .ti{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #221e1f;
    text-align: center;
    margin-bottom: 20px;
}

section.section04-2 .instax-pro,
section.section06 .instax-pro {
  position: relative;
  width: 100%;
  display: flex;
  gap: 20px;  
}

section.section06 .instax-pro .product-list > div {
    padding-top: 0;
    padding-bottom: 60px;
}

section.section04-2 .instax-pro .menu div,
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.section04-2 .instax-pro .menu div:hover,
section.section06 .instax-pro .menu div:hover {
  color: #000;
}

section.section04-2 .instax-pro .menu div.active,
section.section06 .instax-pro .menu div.active {
  color: #000;
  border-bottom: 1px solid #000;
}

section.section04-2 .instax-pro .menu div.active::after,
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.section04-2 ul.instax-pro-list,
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.section04-2 ul.instax-pro-list .product-list > div {
    padding-top: 0;
    padding-bottom: 60px;
}

section.section04-2 ul.instax-pro-list .product-list .btn-like {
    top: 0;
}

section.section04-2 ul.instax-pro-list li,
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.section04-2 ul.instax-pro-list li.active,
section.section06 ul.instax-pro-list li.active {
  transition-delay: 0.3s;
  opacity: 1;
  display: block;
  transform: translateX(0px);
}

section.section04-2 .zbg,
section.section06 .zbg {
  text-align: center; 
  display: flex; 
  gap: 80px 40px; 
  flex-wrap: wrap;
}

section.section04-2 .zbg h3,
section.section06 .zbg h3 {
  padding-bottom: 12px;
}

section.section04-2 .zbg > div,
section.section06 .zbg > div {
  width: 30%;
  padding: 0  5rem;
}

section.section04-2 .zbg > div .thumb,
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.section04-2 .zbg > div img,
section.section06 .zbg > div img {
  width: auto;
  max-height: 200px;
  transition: ease 0.2s;
  transform: unset !important;
  left: unset !important;
  scale: 0.8
}

section.section04-2 .zbg > div img:hover,
section.section06 .zbg > div img:hover {
  scale: 0.9;
}

section.section04-2 .zbg .bl_colorimg_wrap,
section.section06 .zbg .bl_colorimg_wrap {
    position: absolute;
    display: flex;
    top: 10px;
    right: 10px;
}

section.section04-2 .zbg .el_color_item,
section.section06 .zbg .el_color_item {
    width: 18px;
    height: 18px;
    display: inline-block;
}

section.section04-2 .zbg .btn-container,
section.section06 .zbg .btn-container {
  display: flex; 
  justify-content:space-between;
}

section.section04-2 .zbg .btn-container button,
section.section06 .zbg .btn-container button {
    padding: 5px 10px;
    color: #fff;
    width: 50%;
}

section.section04-2 .zbg .btn-container button:first-child,
section.section06 .zbg .btn-container button:first-child {
  background-color: #00000080;
}

section.section04-2 .zbg .btn-container button:last-child,
section.section06 .zbg .btn-container button:last-child {
  background-color: #000000;
}

section.section04-2 .product-list,
section.section06 .product-list {
    margin: 0;
    text-align: left;
}

section.section04-2 button.moreBtn,
section.section06 button.moreBtn {
    padding: 20px 50px;
    border: 1px solid #949494;
    margin-bottom: 150px;
}

section.section06 button.moreBtn {
    margin-top: 70px;
}

section.section04-2 button.moreBtn:hover,
section.section06 button.moreBtn:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
}

section.section04-2 .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-2 .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-2 .txt-marketing-detail {
    margin-left: 6px;
}

section.section04-2 .txt-marketing-detail .top {
    font-size: 15px;
}

section.section04-2 .txt-marketing-detail span {
    display: block;
    color: #ec1b3b;
}

section.section04-2 .txt-marketing-detail .top strong {
    font-weight: 700;
}

section.section06 .product-list .btn-like::after  {
	top: -90%;
}