@charset "utf-8";
/*
2024-09-26: add .btn-transparent , .layer-wrap
*/
html{
  font-size: 24px;
  /* scrollbar-gutter: stable both-edges; */
}
html,
html * {
  scroll-behavior: smooth;
}
body {
  color: #000;
  /* background-color: #97DCB3;; */
  /* scroll-behavior: smooth; */
  background-color: #fff;
}

.debox .debox-box{
  outline: 1px solid #9999;
  outline-offset: -1px;;
}

.page-container{
  background-color: #000;
  width: 600px;
  margin: 0 auto;
  box-shadow: 0px 0px 30px 0px  rgba(0, 0, 0, 0.2);
}
.event-container {
  width: 600px;
  margin: 0 auto;
  background-color: #fff;
  /* font-size: 28px; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0 , 0.5); */

  font-size: 35px;
  letter-spacing: -0.025em;
  /* font-weight: bold; */
  
  
}
.event-container,
.event-container * {
  box-sizing: border-box;
  line-height: 1.5em;
}

.event-container.box-shadow{
  box-shadow: 0 0 100px rgba(255,255,255,0.7);
}

.event-container .w520px {
  width: 520px;
}

.event-container img {
  display: block;
}
img.inline-block {
  display: inline-block;
}


.fs-1 { font-size: 0.5rem; }
.fs-2 { font-size: 0.75rem; }
.fs-3 , .fs-normal { font-size: 1rem; }
.fs-4 , .fs-big { font-size: 1.25rem; }
.fs-5 { font-size: 1.5rem; }
/*
* font-weight
*/
.fw-100, .fw-thin{ font-weight:100; }
.fw-200, .fw-extra-light{ font-weight:200; }
.fw-300, .fw-light{ font-weight:300; }
.fw-400, .fw-normal, .fw-regular{ font-weight:400; }
.fw-500, .fw-medium{ font-weight:500; }
.fw-600, .fw-semi-bold, .fw-demi-bold{ font-weight:600; }
.fw-700, .fw-bold{ font-weight:700; }
.fw-800, .fw-extra-bold, .fw-ultra-bold{ font-weight:800; }
.fw-900, .fw-black, .fw-heavy{ font-weight:900; }


.p-0{ padding:0; }
.p-1{ padding:0.25rem; }
.p-2{ padding:0.05rem; }
.p-3{ padding:1rem; }
.p-4{ padding:1.5rem; }
.p-5{ padding:2rem; }
.m-0{ margin:0; }
.m-1{ margin:0.25rem; }
.m-2{ margin:0.05rem; }
.m-3{ margin:1rem; }
.m-4{ margin:1.5rem; }
.m-5{ margin:2rem; }
.mt-0{ margin-top:0; }
.mt-1{ margin-top:0.25rem; }
.mt-2{ margin-top:0.5rem; }
.mt-3{ margin-top:1rem; }
.mt-4{ margin-top:1.5rem; }
.mt-5{ margin-top:2rem; }
.mb-0{ margin-bottom:0; }
.mb-1{ margin-bottom:0.25rem; }
.mb-2{ margin-bottom:0.5rem; }
.mb-3{ margin-bottom:1rem; }
.mb-4{ margin-bottom:1.5rem; }
.mb-5{ margin-bottom:2rem; }


/* 공통 */
.event-container{
  background-color: #2e0f00;
}

.box-rounded{
  border-radius: 33px;
  border: 3px solid #000;
  width:700px;
  padding:70px 20px;
  margin:0 auto;
  background-color: #F2F2F2;
}


/* 버튼 기본형 */
.btn{ 
  cursor: pointer;
  line-height: 2em; 
  padding:0 1em;
  border-radius: 10em; 
  border:0px solid #000;
  text-decoration: none;
  font-size: inherit;
  display: inline-block;
  background-color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.btn-transparent{
  background-color: transparent;
  color: transparent;
  /* background-color: #99999999; */
}

/* 레이어 */
.layer-wrap{
  position: absolute;
  top:0;left: 0;right: 0;
  /* background-color: #99999999; */
  background-color: transparent;
}


/* 컨텐츠 부분 */
.main-container{
  /* background-color: #FFFFF0; */
  background-color: #FFFFFF;
}
.cont{
  font-weight: normal;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 center;
}





/* .cont01{
  min-height: 500px;
}
.cont02{
  height: 500px;
}
.cont03{
  height: 500px;
} */






.cont-kv{
  /* background-image: url(/assets/aiplate/main/cont-kv.png?t=3); */
  background-image: url(/assets/aiplate/main/cont-kv-bg.jpg?t=3);
  height: 1180px;
}
.cont-02{
  background-image: url(/assets/aiplate/main/cont-02.png?t=3);
  height: 2096px;
}
.cont-03{
  background-image: url(/assets/aiplate/main/cont-03.png?t=3);
  /* height: 1218px; */
  min-height: 220px ;
  background-position: top center;
}

.cont-body{
  background-image: url(/assets/aiplate/main/cont-body.jpg?t=3);
  height: 6364px;
}


.btn-go-create-wrap-wrap-hidden .btn-go-create-wrap{
  position: fixed;
  bottom:40px;
  z-index: 2;
}
.btn-go-create-wrap{ 
  width: 600px;;
}
.btn-go-create-wrap-wrap-hidden .btn-go-create{
  box-shadow: 0px 0px 5px 2px #6669 ,  0px 0px 0px 2px #fff6;
}


.btn-go-create{
  display: block;
  margin:0 auto;
  width: 480px;
  height: 63px;
  border-radius: 6px;
  background-color: #0052E8;
  color: transparent;
  background-image: url(main/btn-go-create.png?t=3);
  background-position: center center;
}

.btn-go-create.disabled{
  filter: brightness(0.4);
  cursor: not-allowed;
}


.main-share-flex{
  display: flex;
  justify-content: center;
  gap: 32px;
}
.main-share-flex > button{
  padding: 0;
  margin: 0;
  width: 72px;
  height: 72px;
  border-radius: 999vmin;
  border-width: 0;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  overflow: hidden;
}



.page-container > .footer{
  padding-bottom: 100px;
}








.feed-imgs-pagination-number-box{
  --page-nav-preview:'';
  --page-nav-next:'';
  --page-nav-first:'';
  --page-nav-last:'';
  gap: 4px;
  margin-top: 42px;

}
.feed-imgs-pagination-number-box .page-btn{
  width:48px !important;height:48px !important;
  border-radius: 12px !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  font-family: inherit;

}
.feed-imgs-pagination-number-box .page-nav::before{
  display: block;
  width: 100%;
  height: 100%;
}
.feed-imgs-pagination-number-box .page-nav-preview::before{ background-position: center center; background-image: url(./main/gallery/icon-page-nav-preview.png?t=3) }
.feed-imgs-pagination-number-box .page-nav-next::before{  background-position: center center; background-image: url(./main/gallery/icon-page-nav-next.png?t=3); }
.feed-imgs-pagination-number-box .page-nav-first::before{  background-position: center center; background-image: url(./main/gallery/icon-page-nav-first.png?t=3); }
.feed-imgs-pagination-number-box .page-nav-last::before{  background-position: center center; background-image: url(./main/gallery/icon-page-nav-last.png?t=3); }

.feed-imgs-pagination-number-box .page-btn{
  background: transparent;
  color: #525252;

}
.feed-imgs-pagination-number-box .page-btn.current{
  color: #FFFFFF;
  background: #404040;
}

.feed-imgs-grid .feed-img-box {
  width: 200px;
  height: 250px;
  outline-width: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #0003;
}
.feed-img-box img{
  object-fit: cover;
}
.feed-imgs-grid{
  margin: 0 auto;
  width: 433px;
  gap: 28px;
}












.kv-swiper-wrap{
  overflow: hidden;
  user-select: none;
  pointer-events: none;
}
.kv-swiper-wrap .swiper-slide{
  width: 283px;
  height: 283px;
  /* background-color: #ccc; */

  display: flex;
  justify-content: center;
  align-items: center;
}
.kv-swiper-wrap .swiper-slide-img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kv-swiper-wrap .swiper-wrapper{
  transition-timing-function: linear !important;
}





/* body{
  background-image: url(./main/kv/side-bg-left-01.png?t=3),url(./main/kv/side-bg-left-02.png?t=3), url(./main/kv/side-bg-right-01.png?t=3), url(./main/kv/side-bg-right-02.png?t=3), url(./main/kv/slide-plate-04.png?t=3), url(./main/kv/slide-plate-05.png?t=3);
  background-position: left bottom -10%,left top -10%, right top -10%, right bottom -10%, left center, right center;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat ,no-repeat ,no-repeat;
  background-attachment: fixed;
  background-size: auto 60% , auto 60%, auto 60%, auto 60%, auto 60%, auto 60% ;
}
@media (max-width: 750px) {
  body {
    background-image: none;
  }
} */

