/* bati-sticky  */
section#intro {
  background: #f5f7fa url('../images/bg_intro.png') 50% 50%;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

section#intro div.wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

section#intro header {
  padding-left: 268px;
}

section#intro header:after {
  width: 100%;
  height: 2px;
  background: #1a1d33;
  position: absolute;
  left: -1060px;
  top: 157px;
  content: '';
  display: block;
}

section#intro header h1 {
  font-size: 93px;
  font-weight: 900;
  line-height: 80px;
}

section#intro header h1 span {
  display: block;
  color: transparent;
  text-stroke: 2px #1a1d33;
  -webkit-text-stroke: 2px #1a1d33;
}

section#intro header p {
  font-size: 15px;
  position: absolute;
  top: 56px;
  left: 695px;
}

section#intro h2 {
  font-size: 28px;
  font-family: 'NanumSquare', sans-serif;
  font-weight: 700;
  letter-spacing: 10px;
  line-height: 41px;
  position: absolute;
  top: 6px;
  left: 50px;
}

section#intro h2 span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: top;
  line-height: 30px;
}

section#intro ul {
  margin-top: 50px;
}

section#intro li {
  margin-top: 16px;
}

section#intro li:first-child {
  margin: 0;
}

section#intro dt {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

section#intro dd {
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
  line-height: 20px;
}

section#intro a.scroll {
  text-indent: -999999px;
  display: block;
  position: relative;
  bottom: -145px;
  border-radius: 9px;
  border: 1px solid #1a1d33;
  width: 18px;
  height: 32px;
}

section#intro a.scroll:after {
  background: #1a1d33;
  width: 2px;
  height: 5px;
  border-radius: 2px;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  animation: scrollAni 1.3s infinite 0.2s;
}

@keyframes scrollAni {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(5px);
    opacity: 0;
  }
}

section#contents {
  /* background: linear-gradient(to right, white 50%, #DBEFFE 50%); */
  background-color: #fff;
  /* 오른쪽에 그라데이션 배경 설정 */
  background-image: linear-gradient(to bottom, #dbd6fe, #e8f8fe);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: right;
  /* 다른 스타일링 요소들... */
  width: 100%;
  /* margin-top: 50vh; */
}

section#contents hr {
  display: none;
}

section#contents div.wrap {
  position: relative;
  margin: 0 auto;
  padding-bottom: 15%;
  padding-top: 10%;
}

section#contents div.imgSlider {
  width: 100%;
  height: 100%;
  /* box-shadow: 0 0 54px 0 rgba(0, 0, 0, .2); */
  position: sticky;
  top: 22%;
  left: 40%;
  /* transform: translateY(-50%); */
}

section#contents div.imgSlider div.nav {
  position: absolute;
  z-index: 99;
  right: -78px;
  bottom: 77px;
  background: #fff;
  height: 70px;
  width: 225px;
  transform: rotate(-90deg);
}

section#contents div.imgSlider p.title {
  color: #313131;
  font-size: 12px;
  line-height: 70px;
  position: absolute;
  top: 0;
  left: 25px;
  text-align: left;
}

section#contents div.imgSlider p.num {
  color: #b3b3b3;
  font-size: 11px;
  line-height: 70px;
  position: absolute;
  top: 0;
  right: 25px;
  text-align: left;
  letter-spacing: 1px;
}

section#contents div.imgSlider button {
  display: none;
}

section#contents div.imgSlider div.slider div.tns-item {
  width: 100%;
  height: 100%;
  padding: 0 150px 0 40px;
  text-align: center;
}

.tns-item img {
  opacity: 0;
  /* 초기에 투명하게 설정 */
  transition: opacity 0.5s;
  /* 투명도 변화에 0.5초 애니메이션 적용 */
  max-width: 100%;
}

.tns-item img.fade-in {
  opacity: 1 !important;
  /* 클래스가 추가되면 투명도를 1로 변경하여 fade-in 효과 적용 */
}

section#contents div.title {
  padding: 4% 16%;
  width: 100%;
  margin: 0 auto 80vh auto;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

@media (max-width: 1600px) {
  section#contents div.title {
    padding: 4% 10%;
    width: 100%;
  }

  .tns-item img {
    width: 500px;
  }

  section#contents div.imgSlider div.slider div.tns-item {
    padding: 0px 70px 0px 40px;
  }
}

section#contents div.title:nth-of-type(2) {
  margin-top: -65vh;
}

section#contents div.title:last-child {
  margin: 0 auto 5vh auto;
}

/* section#contents div.title:after { position: absolute; content: ""; font-size: 65px; font-weight: 800; color: #f1f1f1; display: block; top: 0; margin-left: -3px; z-index: -1; } */
/* section#contents div.title.ideafestival:after {
    content: "MICRO WEB";
}

section#contents div.title.at:after {
    content: "UI WEB";
}

section#contents div.title.mobile:after {
    content: "MOBILE UIX";
} */

section#contents div.title h2 {
  color: #000;
  font-family: SUIT;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

section#contents div.title h2 strong {
  font-weight: 800;
  display: block;
}

section#contents div.title p {
  color: #000;
  font-family: SUIT;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 33.06px */
}

section#contents div.title a {
  display: inline-block;
  margin-top: 35px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 18px 13px 72px;
  background: #121e54 url('') 18px 50% no-repeat;
  background-size: 41px;
  transition: background-color 0.3s;
}

section#contents div.title a:hover,
section#contents div.title a:focus {
  background: #1b2b72 url('') 18px 50% no-repeat;
  background-size: 41px;
}

section#contents div.title ul.sliderControl {
  list-style: none;
  margin-top: 80px;
  text-align: right;
  padding-right: 120px;
  box-sizing: border-box;
}

section#contents div.title ul.sliderControl li {
  display: inline-block;
  margin-right: 15px;
}

section#contents div.title ul.sliderControl li:last-child {
  margin: 0;
}

section#contents div.title ul.sliderControl li button {
  outline: 0;
  cursor: pointer;
  display: block;
  width: 12px;
  height: 20px;
  text-indent: -999999px;
  padding: 16px 10px;
  border: 0 none;
  background: none;
  opacity: 0.4;
  transition: opacity 0.2s;
}

section#contents div.title ul.sliderControl li button:hover,
section#contents div.title ul.sliderControl li button:active {
  opacity: 1;
}

section#contents div.title ul.sliderControl li button:active {
  transform: translateY(1px);
}

section#contents div.title ul.sliderControl li button.prev {
  background: url('../img/gsap/bg_leftArrow.svg') 50% 50% no-repeat;
  background-size: 11px;
}

section#contents div.title ul.sliderControl li button.next {
  background: url('../img/gsap/bg_rightArrow.svg') 50% 50% no-repeat;
  background-size: 11px;
}

.bati-sticky-list-1 li {
  display: flex;
  align-items: center;
  position: relative;
  color: #7e8299;
  font-family: SUIT;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 136.8%;
  padding: 10px 0;
}

.bati-sticky-list-1 li img {
  width: 34px;
  height: 35px;
  vertical-align: middle;
}

.bati-sticky-list-1 li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 515px;
  height: 1px;
  background-color: #1484ec;
  /* 선의 색상 */
  bottom: 0;
}

.bati-sticky-list-1 li:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 515px;
  height: 1px;
  background-color: #1484ec;
  /* 선의 색상 */
  top: 0;
}

/* bati-particle */

.bati-particle-section {
  background: #f7f7f7;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0;
}

.appear-animation {
  opacity: 0;
}

.appear-animation-visible {
  opacity: 1;
}

.particles-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.particles-wrapper div {
  height: 100%;
}

.particle {
  position: absolute;
}

.particle.particle-dots {
  -webkit-mask-image: url(../img/particle-dot.svg);
  mask-image: url(../img/particle-dot.svg);
  z-index: 0;
  -webkit-mask-size: 18px;
}

.patterns svg {
  position: absolute;
}

/* bati-bubble */
.bati-bubble-wrap {
  overflow: hidden;
  height: 900px;
}

.bati-bubbles {
  background: transparent;
}

.bati-bubble {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 0px #f2f7fa;
  background-size: cover;
  z-index: 9;
}

.bati-logo1 {
  background-image: url(../img/logo/logo_1.png);
}

.bati-logo2 {
  background-image: url(../img/logo/logo_2.png);
}

.bati-logo3 {
  background-image: url(../img/logo/logo_3.png);
}

.bati-logo4 {
  background-image: url(../img/logo/logo_4.png);
}

.bati-logo5 {
  background-image: url(../img/logo/logo_5.png);
}

.bati-logo6 {
  background-image: url(../img/logo/logo_6.png);
}

.bati-logo7 {
  background-image: url(../img/logo/logo_7.png);
}

.bati-logo8 {
  background-image: url(../img/logo/logo_8.png);
}

.bati-logo9 {
  background-image: url(../img/logo/logo_9.png);
}

.bati-logo10 {
  background-image: url(../img/logo/logo_10.png);
}

.bati-logo11 {
  background-image: url(../img/logo/logo_11.png);
}

.bati-logo12 {
  background-image: url(../img/logo/logo_12.png);
}

.bati-logo13 {
  background-image: url(../img/logo/logo_13.png);
}

.bati-logo14 {
  background-image: url(../img/logo/logo_14.png);
}

.bati-logo15 {
  background-image: url(../img/logo/logo_15.png);
}

.bati-logo16 {
  background-image: url(../img/logo/logo_16.png);
}

.bati-logo17 {
  background-image: url(../img/logo/logo_17.png);
}

.bati-logo18 {
  background-image: url(../img/logo/logo_18.png);
}

.bati-logo19 {
  background-image: url(../img/logo/logo_19.png);
}

.bati-logo20 {
  background-image: url(../img/logo/logo_20.png);
}

/* price */
.price-faq.accordion-wrapper .card-header button:before {
  left: auto;
  right: 1% !important;
  color: #000;
}

/*  bati fill */
.bati-fill-box {
  display: flex;
}

.bati-fill-wrap {
  position: absolute;
  display: inline;
  overflow: hidden;
  width: 250px;
  height: 250px;
  left: 5%;
  /* 웨이브의 높이를 조절할 수 있습니다. */
}

.bati-fill-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid #dbd6fe;
  transition: border 0.5s ease;
}

.bati-fill {
  position: absolute;
  width: 100%;
  /* reducir el ancho del agua*/
  height: 100%;
  /* 초기 높이를 0으로 설정 */
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
  /* mueve el agua detras de la imagen del tarro  */
  transition: height 1s;
  /* 물이 차오르는 속도를 조절할 수 있습니다. */
}

.bati-fill .bati-fill-shape {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #dbd6fe 0%, #e9f9ff 100%);
  animation: animate 6s linear infinite;
}

.bati-fill-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  /* 다른 요소보다 위에 위치하도록 z-index 설정 */
  pointer-events: none;
  /* 커버를 통과할 수 있도록 이벤트를 무시합니다. */
}

.bati-fill-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.bati-fill-text p {
  font-size: 24px;
  color: #000;
  margin: 0;
  line-height: 1.3;
}

.bati-fill-underline {
  position: relative;
  display: inline-block;
}

.bati-fill-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 1s;
}

.bati-fill-underline.underline-animate::after {
  width: 100%;
}

@media (max-width: 600px) {
  .bati-fill-underline::after {
    display: none;
  }
  .bati-fill-underline {
    text-decoration: underline;
  }
}

@keyframes animate {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: 300%;
  }
}

/* 밑줄 애니메이션 */
@keyframes underlineAnimation {
  0% {
    width: 0;
    left: 50%;
  }

  100% {
    width: 100%;
    left: 0;
  }
}

.bati-line-wrap {
  position: absolute;
  right: 5%;
  display: inline;
  overflow: hidden;
  width: 250px;
  height: 250px;
  /* 웨이브의 높이를 조절할 수 있습니다. */
}

.bati-line-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid #dbd6fe;
}

.bati-section-arrow {
  position: absolute;
  bottom: -14%;
  left: 25%;
}

.bati-section-arrow svg {
  display: none;
}

@media (max-width: 1400px) {
  .bati-fill-wrap {
    left: -5%;
  }

  .bati-line-wrap {
    right: -5%;
  }
}

@media (max-width: 1200px) {
  .bati-section-arrow {
    display: none;
  }

  .bati-scroll-left {
    margin-bottom: 2.5rem !important;
  }

  .bati-scroll-right > p {
    text-align: center;
  }

  .bati-fill-wrap {
    left: 22%;
  }

  .bati-line-wrap {
    right: 22%;
  }
}

@media (max-width: 991px) {
  .bati-fill-wrap {
    left: 15%;
  }

  .bati-line-wrap {
    right: 15%;
  }
}

@media (max-width: 768px) {
  .swiper-slide img {
    width: 70% !important;
  }
  .swiper-main-solo.swiper-slide img {
    width: 100% !important;
  }

  .bati-fill-wrap {
    width: 220px;
    height: 220px;
  }
  .bati-fill-circle {
    width: 220px;
    height: 220px;
  }

  .bati-line-wrap {
    width: 220px;
    height: 220px;
  }
  .bati-line-circle {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 640px) {
  .bati-fill-wrap {
    width: 200px;
    height: 200px;
    left: 17%;
  }
  .bati-fill-circle {
    width: 200px;
    height: 200px;
  }

  .bati-line-wrap {
    width: 200px;
    height: 200px;
    right: 17%;
  }
  .bati-line-circle {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 591px) {
  .mainSwiperWrap {
    margin-top: -16rem !important;
  }

  .bati-fill-wrap {
    width: 150px;
    height: 150px;
    left: 17%;
  }
  .bati-fill-circle {
    width: 150px;
    height: 150px;
  }

  .bati-line-wrap {
    width: 150px;
    height: 150px;
    right: 17%;
  }
  .bati-line-circle {
    width: 150px;
    height: 150px;
  }

  .content-wrapper {
    overflow-x: hidden;
  }
}

@media (max-width: 500px) {
  .mainSwiperWrap {
    margin-top: -16rem !important;
  }

  .bati-fill-wrap {
    width: 150px;
    height: 150px;
    left: 17%;
  }
  .bati-fill-circle {
    width: 150px;
    height: 150px;
  }

  .bati-line-wrap {
    width: 150px;
    height: 150px;
    right: 17%;
  }
  .bati-line-circle {
    width: 150px;
    height: 150px;
  }
}

.bati-drawpath {
  stroke-width: 3;
  stroke: #dbd6fe;
  fill: #dbd6fe;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-name: draw;
  animation-name: draw;
}

.bati-drawpath.tail-1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.bati-drawpath.tail-2 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeInArrow {
  from {
    opacity: 0; /* 시작시 투명도 0 */
  }
  to {
    opacity: 1; /* 끝날 때 투명도 1 */
  }
}

.tns-slider {
  pointer-events: none;
}

/**
*   function 기능 페이지
*/

.function-bg {
  background-image: url('../img/function/bg_b.png'), linear-gradient(134deg, #dbeffe 35.78%, #f9f7fd 81.9%);
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  /* 첫 번째 배경 이미지 위치 조정 */
  background-position:
    24% 105%,
    center center;
  /* 두 번째 배경 이미지 위치 조정 */
}

.bati-function-list.accordion-wrapper .card-header button {
  font-weight: normal;
}

.bati-function-list li {
  padding-left: 0rem !important;
}

.bati-function-list.icon-list:not(.row) li + li,
.unordered-list li + li,
.widget .list-unstyled:not(.tag-list) li + li {
  margin-top: 0.35rem;
}

.bati-function-list.accordion-wrapper .card-header button:before {
  /* font-family: Unicons;
    position: absolute;
    left: 0rem;
    content: "\e932";
    font-size: 1.15rem;
    font-weight: 400;
    width: 1rem;
    margin-top: -0.25rem;
    margin-left: -0.3rem;
    display: inline-block;
    color: #1484EC; */
  content: '';
}

.bati-function-list.accordion-wrapper .card-header button {
  padding-left: 0rem !important;
}

.bati-function-list.accordion-wrapper .card-body {
  padding: 20px 22px;
}

/* .bati-function-list .card-header button:before,
.bati-function-list .card-header button:hover
{
	color: #9275FF !important;
} */

/* 


*/

.bati-text-dark {
  color: #000;
}
/*  */
.bati-text-active-purple:hover {
  color: #9275ff !important;
}

.bati-text-active-purple.collapsed {
  color: #000;
}

.bati-text-active-purple:not(.collapsed) {
  color: #9275ff !important;
  font-weight: bold !important;
}

.bati-text-active-purple:not(.collapsed) circle {
  fill: #efebff !important;
}

.bati-text-active-purple:not(.collapsed) path {
  fill: #9275ff !important;
}
/*  */
.bati-text-active-primary:hover {
  color: #1484ec !important;
}

.bati-text-active-primary.collapsed {
  color: #000;
}

.bati-text-active-primary:not(.collapsed) {
  color: #1484ec !important;
  font-weight: bold !important;
}

.bati-text-active-primary:not(.collapsed) circle {
  fill: #dbeffe !important;
}

.bati-text-active-primary:not(.collapsed) path {
  fill: #1484ec !important;
}
/*  */
.bati-text-active-soft-primary:hover {
  color: #05c8ca !important;
}

.bati-text-active-soft-primary.collapsed {
  color: #000;
}

.bati-text-active-soft-primary:not(.collapsed) {
  color: #05c8ca !important;
  font-weight: bold !important;
}

.bati-text-active-soft-primary:not(.collapsed) circle {
  fill: #e9f8fb !important;
}

.bati-text-active-soft-primary:not(.collapsed) path {
  fill: #05c8ca !important;
}

/* 트랜지션 설정 */
.transition {
  transition: transform 0.5s ease;
}

.rotate-90 {
  transform: rotate(90deg); /* 90도 회전 */
  transition: transform 0.5s ease; /* 회전에 대한 트랜지션 설정 */
}

#bati-anchor-3 iframe div {
  border: 0 !important;
}

#function_workflow iframe div {
  border: 0 !important;
}

/* floating btn */
.bati-floating-btn {
  position: fixed;
  left: 50%;
  bottom: 3%;
  transform: translateX(-50%);
  z-index: 99;
}

.bati-floating-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  background-color: #273348;
  z-index: 99;
}

.bati-floating-banner-btn {
  background: #faff05 !important;
  color: #273348;
}
.bati-floating-banner-text {
  color: #faff05 !important;
}

/**
* landing
**/
.bg-landing-crawling-1 {
  background: linear-gradient(180deg, #bf7eda 0%, #e7aabb 100%);
  position: relative;
}
.bg-landing-crawling-2 {
  background: linear-gradient(180deg, #f1e3f5 0%, #dce5fb 100%);
  position: relative;
}
.bg-landing-crawling-2-5 {
  background: linear-gradient(0deg, #f5e2e3 0%, #f5e2e3 100%);
  position: relative;
}
.bg-landing-crawling-3 {
  background: linear-gradient(180deg, #dce5fb 0%, #f1e3f6 100%);
  position: relative;
}
.bg-landing-crawling-4 {
  background: linear-gradient(180deg, #c07fda 0%, #e6a8bd 100%);
  position: relative;
}
.bg-landing-crawling-5 {
  background: linear-gradient(180deg, #f5e2e2 0%, #f1e2f5 100%);
  position: relative;
}
.bg-landing-crawling-6 {
  background: linear-gradient(180deg, #f1e2f5 0%, #dce5fb 100%);
  position: relative;
}
.bg-landing-crawling-7 {
  background: linear-gradient(180deg, #dce5fb 0%, #f5e2e3 100%);
  position: relative;
}
.bg-landing-crawling-8 {
  background: linear-gradient(180deg, #f5e2e2 0%, #f1e2f5 100%);
  position: relative;
}
.btn-violet {
  background: #a35df4;
}

.btn-fluorescent-yellow {
  background: #faff05 !important;
}

.bg-landing-email-1 {
  background: linear-gradient(180deg, #6458e8 0%, #aae3e7 100%);
}

.bati-dropdown-menu {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  display: none; /* 처음엔 메뉴가 숨겨져 있음 */
}

.bati-dropdown-menu.show {
  display: block; /* show 클래스가 추가되면 메뉴가 나타남 */
  opacity: 1;
  transform: translateY(0);
}

/**
*   media query
*/

@media (max-width: 591px) {
  .pc-only {
    display: none !important;
  }

  .mobile-only {
    display: block;
  }
}

/* PC 전용 */
@media (min-width: 591px) {
  .pc-only {
    display: block;
  }

  .mobile-only {
    display: none !important;
  }
}

.custom-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

@media (min-width: 992px) {
  .custom-container {
    padding-left: 355px;
    padding-right: 355px;
  }
}

/* 모바일에서는 기본 container와 동일한 패딩 적용 */
@media (max-width: 991.98px) {
  .custom-container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
