/* section01 start*/

/* section02 start*/
#section02 .container {
  padding-bottom: 0;
}

#section02 .title1{
  margin-bottom: 12px;
}

/* #section02 .description{
  color: var(--gray5);
  margin-bottom: 48px;
} */

.btn-show-list {
  width: 90%;
  margin: 0 auto 48px;
}

.img-app {
  width: 86%;
  height: 50vw;
  min-height: 425px;
  overflow: hidden;
  margin: 0 auto;
}

/* .img-app > img {
  width: 100%;
} */

/* section03 start */
#section03 {
  transform: translateZ(20px);
  background-color: #fff;
}

#section03 h2.title2 {
  margin-bottom: 48px;
}
/* 
#btn-tutorial {
  margin-bottom: 48px;
} */

/* .item-container {
  width: 100%;
  margin: 0 auto;
} */

.item-box {
  width: 60%;
  margin: 0 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(140, 53, 250, 0.20);
  box-shadow: 0px 2px 30px 2px rgba(140, 53, 250, 0.08);
}

.item-box:last-child {
  margin-bottom: 0;
}

.item {
  /*max-width: 75%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  object-fit: contain;
  overflow: hidden;
}

.item-desc {
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  color: var(--gray1);
  font-weight: 400;
}

.item-desc > h3 {
  margin-bottom: 14px;
}

/* section04 start */

#section04 .title2 {
  margin-bottom: 48px;
}

.review-box {
  padding: 16px;
  margin-bottom: 24px;
  background-color: var(--bg);
  color: var(--gray6);
  border-radius: 8px;
}

.review-box:last-child {
  margin-bottom: 0;
}

.review-box p:first-child {
  font-size: 1.2rem;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: var(--primary);
}
.review-box p:last-child {
  font-size: 1.2rem;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  color: var(--primary);
}
/* section05 start */
/* #section05 {
  background-color: var(--tertiary);
} */

#section05 .title2 {
  margin-bottom: 48px;
}

#btn-copy {
  background-color: var(--primary);
}
/* ###### */
#section01 video {
  width: 100%;
}
.item-container .item img{
  height: 100%;
  width: auto;
  object-fit: contain;
}
.item-container .item{
  height: 220px;
}
.item-container .title2{
  font-size: 18px;
  /* font-size: 1.6em; */
}
.item-container .body2{
  /* line-height: 1.4em; */
  font-size: 16px;
}
.review-box .body5{
  font-size: 0.9rem;
}
/* #section03 .container{
  padding: 60px 0;
} */
.main-item-container .slick-track{
  padding: 50px 0px;
}
.slick-dots li{
  width: 10px;
  height: 10px;
}
#section03 .btn{
  margin-top: 50px;
  width: 60%;
}
#section02{
  /* background: rgba(151, 62, 251, 0.08); */
}
#section03{
  border-radius: 20px 20px 0 0;
  box-shadow: 0px -10px 40px 0px rgba(0, 0, 0, 0.10);
}
.btn-wrapper{
  width: 100%;
  display: flex;
  gap: 10px;
}
.btn-wrapper .btn{
  margin: 0;
}

/* banner swiper pagination style*/
.swiper-pagination{
  color: #999;
  text-align: right;
  width:auto; top:0;
  right:0;
  bottom: auto;
  left: auto;
  margin:15px 15px 0 0;
}

.swiper-pagination-current{
  color: #444;
  font-weight: 500;
}