@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 {
  scroll-behavior: smooth;
}

body {
  font-family: 'pretendard';
}

.service.event.detail .bbs-detail.innerfull .cont.full {
    overflow: unset !important;
}

.event-info-diy {
    margin: 0 auto;
    width: 1140px;
}

section {    
    overflow-x: hidden;
    margin:0 auto;
}

section .pro-container{
  position: absolute;
  width: 1140px;  
  left: 50%;
  transform: translateX(-50%);
}

section .quick-slide {
  width: 878px;
  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.section01 {
    margin: 0 auto;
    position: relative;   
}

section.section02 {          
    width: 1140px;
    height: fit-content;
    position: sticky;
    top: 96px;
    z-index: 3;
    border-bottom: 0.01rem solid #000000;
}

section.section02 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
}

section.section02 .tab-container{
    width: 100%;
    display: flex;    
    align-items: center;
    justify-content: center;
}

section.section02 a{
    width: 25%;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.section03 {
    margin: 0 auto;
    position: relative;   
}

section.section03 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
}

section.section03 button.goToBtn {
    position: absolute;
    width: 26.3%;
    height: 7%;
    left: 50%;
    bottom: 7.8%;
    transform: translateX(-50%);
    border-radius: 50px;
}

section.section04 {
    margin: 0 auto;
    position: relative;   
}

section.section04 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
}

section.section04 .pro-container{
    top: 34%;
}

section.section04 button.goToBtn {
    position: absolute;
    width: 26.3%;
    height: 7.4%;
    left: 50%;
    bottom: 9%;
    transform: translateX(-50%);
    border-radius: 50px;
}

section.section05 {
    margin: 0 auto;
    position: relative;   
}

section.section05 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
}

section.section05 .pro-container{
    top: 14%;
}

section.section05 button.goToBtn {
    width: 26.3%;
    height: 3.9%;
    position: absolute;
    top: 32.9%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
}

section.section05 button.goToBtn-1 {
    width: 26.3%;
    height: 3.9%;
    position: absolute;
    bottom: 6.2%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
}

section.section06 {
    margin: 0 auto;
    position: relative;   
}

section.section06 > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
}

section.section06 .pro-container{
    top: 17%;
}