@charset "UTF-8";

/* ************** 공통 ************** */
#smartway button:focus:not(:focus-visible) {
  outline: none;
}
/* #smartway #productPoint .point-ct .point-item .point-box *{
  cursor: default !important;
} */
#smartway{
  position: relative;
  background-color: #E8E7EB;
  transition: background-color 0.35s ease;
}
#smartway.orange{
  background-color: #FF6F36;
}
#smartway.green{
  background-color: #C2E565;
}
#smartway.purple{
  background-color: #A98FFF;
}
#smartway.white{
  background-color: #fff;
}
#smartway.gray{
  background-color: #E8E7EB;
}
#smartway, #smartway *{
  font-family: "Pretendard Variable", "Pretendard", 'Noto Sans', sans-serif;
  font-weight: 400;
  word-break: keep-all;
  color: #191C1F;
}
#smartway section{
  position: relative;
  width: 100%;
  overflow: hidden;
}
#smartway .sw-disclaimer li{
  position: relative;
}
#smartway .sw-disclaimer li p{
  padding-left: 12px;
}
#smartway .sw-disclaimer p::before{
  content: '*';
  position: absolute;
  top:2px;left: 2px;
} 
#smartway .slide-cursor{
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform:translate(-50%, -50%);
  transition-property:background, transform;pointer-events:none;
  z-index: 9999;
}
#smartway .slide-cursor::before{
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  transform:scale(0);
  opacity: 0;
  transition: all 0.3s ease;
  background: url('/kr/story/tech-inside/img/smartway/ep01/mouse_cursor.svg') no-repeat center center / contain;
}
#smartway .slide-cursor.active::before{
  transform:scale(1);
  opacity: 1;
} 
#smartway .pc-only{
  display: block;
}
#smartway .mo-only{
  display: none;
}
@media screen and (max-width: 767px){
  #smartway .pc-only{
    display: none;
  }
  #smartway .mo-only{
    display: block;
  }
  #smartway .slide-cursor{
    display: none;
  }
}
/* ************** 공통 ************** */


/* ************** kv ************** */
#smartway #kv{
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 820px;
  background-color:#000;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#smartway #kv::after{
  content: '';
  position: absolute;
  bottom: 0;left: 0;
  width: 100%;
  height: 60px;
  background-color: #C2E565;
}
#smartway #kv .inwrap{
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
#smartway #kv .kv-con{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 595px;
}
#smartway #kv .kv-title .tit-wrap{
  position: absolute;
  overflow: hidden;
}
#smartway #kv .kv-title .tit-wrap:first-child{
  left: 0;
  top: -50px;
  width: 637px;
}
#smartway #kv .kv-title .tit-wrap:last-child{
  right: 0;
  bottom: -42px;
  width:437px;
  z-index: 1;
}
#smartway #kv .kv-title .tit-wrap img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateY(100%);
  transition: all .6s ease-in-out;

}
#smartway #kv .kv-title .tit-wrap.on img{
  transform: translateY(0);
}
#smartway #kv .kv-subtit{
  display: flex;
  justify-content: end;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}
#smartway #kv .kv-subtit.on{
  opacity: 1;
  transform: translateY(0);
}
#smartway #kv .kv-subtit span{
  border:1px solid #C2E565;
  padding: 9px 22px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: -0.28px;
  color: #C2E565;
}
#smartway #kv .kv-desc{
  position: relative;
  z-index: 10;
  margin-top: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.68;
  letter-spacing: -0.36px;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}
#smartway #kv .kv-desc strong{
  font-weight: 700;
  color: #fff;

}
#smartway #kv .kv-desc.on{
  opacity: .7;
  transform: translateY(0);
}
#smartway #kv .kv-card-wrap{
  display: flex;
  perspective: 1200px;
  gap: 20px;
}
#smartway #kv .kv-card-wrap .img-item{
  width: 25%;
  min-width:288px;
  height: 380px;
  padding: 18px;
  border-radius: 16px;
  transition: transform .5s ease-out, box-shadow 0.3s ease;
  transform-style: preserve-3d;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  will-change: transform;
  opacity: 0;
  transition: all 0.6s ease-out;
}
#smartway #kv .kv-card-wrap .img-item.on{opacity: 1;}
#smartway #kv .kv-card-wrap .img-item:nth-child(1){
  background-color:#FF6F36;
  transform: rotate(8deg) translate(5%, 100%) translateZ(-100px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(1).on{
  transform: rotate(8deg) translate(5%, 10%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(2){
  background-color:#C2E565;
  transform: rotate(-8deg) translate(0%, 100%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(2).on{
  transform: rotate(-8deg) translate(0%, 30%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(3){
  background-color:#A98FFF;
  transform: rotate(8deg) translate(8%, 100%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(3).on{
  transform: rotate(8deg) translate(8%, 5%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(4){
  background-color:#FFE902;
  transform: rotate(-16deg) translate(0%, 100%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(4).on{
  transform: rotate(-16deg) translate(0%, 20%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: none;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
  border-radius: 12px;
}


/* ************** intro ************** */
#smartway #productIntro{
  position: relative;
  padding-top:48.8%;
}
#smartway #productIntro::before{
  content: '';
  background: url('/kr/story/tech-inside/img/smartway/ep01/intro-bg.png') no-repeat center top / contain;
  position: absolute;
  width: 100%;height: 100%;
  top: 0;left: 0;
}
#smartway #productIntro .heading{
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 160px;
  /* background: linear-gradient(180deg, rgba(232, 231, 235, 0) 8.35%, #E8E7EB 63.88%); */
}
#smartway #productIntro .heading .title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
  font-weight: 500;
font-size: 43px;
line-height: 1.4;
letter-spacing: -0.02em;
}
#smartway #productIntro .heading .title .ep-num{
  position: relative;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.56px;
  padding-right: 16px;
}
#smartway #productIntro .heading .title .ep-num::after{
  content: '';
  position: absolute;
  top: 50%; 
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 22px;
  background-color: #94989C;
}
#smartway #productIntro .heading .title img{
  width: 250px;
  object-fit: contain;
  filter: invert(1);
  padding-top: 5px;
}
#smartway #productIntro .heading .desc{
font-size: 24px;
line-height: 1.6;
letter-spacing: -0.48px;
color: #323437;
font-weight: regular;
transition-delay: 0.2s;
}
#smartway #productIntro .heading .desc + .desc{margin-top: 16px;}
#smartway #productIntro .heading .desc strong{
  font-weight: 700;
}
#smartway #productIntro .heading .sw-disclaimer{
  margin-top: 24px;
  transition-delay: 0.4s;
}
#smartway #productIntro .heading .sw-disclaimer ul p{
  display: inline-block;
  font-weight: 500;
font-size: 14px;
line-height: 1.7;
letter-spacing: -0.28px;
color:#646669

}
#smartway #productIntro .heading .sw-disclaimer ul p::before{
  display: none;
}
#smartway #productIntro .content{
  position: relative;
  background-color: #E8E7EB;
}

#smartway #productIntro .heading .title,
#smartway #productIntro .heading .desc,
#smartway #productIntro .heading .sw-disclaimer{
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

#smartway #productIntro .heading.fadeIn .title,
#smartway #productIntro .heading.fadeIn .desc,
#smartway #productIntro .heading.fadeIn .sw-disclaimer{
  opacity: 1;
  transform: translateY(0);
}




#smartway #productIntro .content .point-ct{
  position: relative;
  width: 300vw !important;
  max-width: none !important;
  height: 100vh;
  margin: 0;
  display: flex;
  overflow: hidden;
}
#smartway #productIntro .content .point-item{
  position: relative;
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  justify-content:center;
  align-items: center;
  gap: 98px;
}
#smartway #productIntro .content .point-item .txt-wrap{
  flex: 0 0 auto;
  width:530px;
}
#smartway #productIntro .content .point-item .txt-wrap .point-num{
  height: 13px;
  transition: all 0.6s 0.2s ease-in-out;
}
#smartway #productIntro .content .point-item .txt-wrap .point-num img{
  height: 100%;
  object-fit: contain;
}
#smartway #productIntro .content .point-item .txt-wrap .tit{
  font-weight: 700;
  font-size: 56px;
  line-height: 1.36;
  letter-spacing: -0.02em;
  margin-top: 40px;
  transition: all 0.6s 0.3s ease-in-out;
}
#smartway #productIntro .content .point-item .txt-wrap .desc{
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin-top: 12px;
  transition: all 0.6s 0.4s ease-in-out;
}
#smartway #productIntro .content .point-item .txt-wrap .desc strong{
  font-weight: 700;
}
#smartway #productIntro .content .point-item .txt-wrap .point-num,
#smartway #productIntro .content .point-item .txt-wrap .tit,
#smartway #productIntro .content .point-item .txt-wrap .desc,
#smartway #productIntro .content .point-item .sw-disclaimer{
  opacity: 0;
  transform: translateY(40px);
}
#smartway #productIntro .content .point-item.on .txt-wrap .point-num,
#smartway #productIntro .content .point-item.on .txt-wrap .tit,
#smartway #productIntro .content .point-item.on .txt-wrap .desc,
#smartway #productIntro .content .point-item.on .sw-disclaimer{
  opacity: 1;
  transform: translateY(0);
}
#smartway #productIntro .content .point-item .img-wrap{
  position: relative;
  width: 760px;
  min-height: 580px;
  overflow: hidden;
}
#smartway #productIntro .content .point-item .img-wrap .img-box{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.8s ease-in-out;
}
#smartway #productIntro .content .point-item .img-wrap .img-box.reveal{
  clip-path: inset(0 0 0 0);
}
#smartway #productIntro .content .point-item:first-child .img-wrap .img-box:first-child{
  clip-path: inset(0 0 0 0);
}
#smartway #productIntro .content .point-item .img-wrap .img-box:first-child{
  z-index: 1;
}
#smartway #productIntro .content .point-item .img-wrap .img-box:nth-child(2){
  z-index: 2;
}
#smartway #productIntro .content .point-item .img-wrap .img-box .label{
  position: absolute;
  top: 24px;
  left: 24px;
  background-color: #000;
  color: #fff;
  border-radius: 6px;
  padding:8px 20px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.68;
  letter-spacing: -0.36px;
  z-index: 10;
}
#smartway #productIntro .content .point-item .img-wrap .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 0.5s ease-in-out;
}
#smartway #productIntro .content .point-item .img-wrap .img-box.reveal img{
  transform: scale(1);
}
#smartway #productIntro .content .point-item:first-child .img-wrap .img-box:first-child img{
  transform: scale(1);
}
#smartway #productIntro .content .point-item .sw-disclaimer{
  position: relative;
  z-index: 99;
  margin-top: 24px;
  transition: all 0.6s 0.6s ease-in-out;
}
#smartway #productIntro .content .point-item .sw-disclaimer>ul li p{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #94989C;
}
#smartway #productIntro .content .point-item .sw-disclaimer .sw-info-btn{
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.28px;
  border:1px solid #646669;
  border-radius: 99px;
  padding: 4px 20px;
  color: #646669;
  margin-top: 12px;
  transition: all .6s ease;
  cursor: pointer !important;
  display: inline-block;
}
#smartway #productIntro .content .point-item .sw-disclaimer .sw-info-btn:hover{
  background-color: #000;
  border:1px solid #000;
  color: #fff;
}
#smartway #productIntro .content .point-item .sw-disclaimer .sw-info-msg,
#smartway #productIntro .content .point-item .sw-disclaimer .sw-info-msg[hidden]{
 position: absolute;
 top: 100%;left: 0;
 width: 522px;height: auto;
 padding: 24px 56px 24px 24px;
 background-color: #fff;
 box-shadow: 4px 4px 16px 0px #00000014;
border-radius: 8px;
margin-top: 12px;
transition: opacity 0.3s ease, transform 0.3s ease;
display: none !important;
}
#smartway #productIntro .content .point-item .sw-disclaimer .sw-info-msg.active,
#smartway #productIntro .content .point-item .sw-disclaimer .sw-info-msg[hidden].active{
  display: block !important;
}
#smartway #productIntro .content .point-item .sw-disclaimer .sw-info-msg .x-btn{
  background: url('/kr/story/tech-inside/img/smartway/ep01/ic-close.svg') no-repeat center center / contain;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
}
#smartway #productIntro .content .point-item .sw-disclaimer .sw-info-msg li>p{
font-weight: 400;
font-size: 14px;
line-height: 1.44;
letter-spacing: -0.28px;
color: #646669;

}
#smartway #productIntroTitle{
  position: relative;
}
/* #smartway #productIntroTitle::before{
  content: '';
  position: absolute;
  top: 0;left: 0;
  width: 100%;height: 25vh;
  z-index: 0;
  background: linear-gradient(0deg, rgba(232, 231, 235, 0) 8.35%, #E8E7EB 63.88%);
} */
#smartway #productIntroTitle .heading{
  position: relative;
  /* width: 100%;
  height: 100vh; */
}

#smartway #productIntroTitle .heading .title-box{
  position: relative;
  width: 100%;
  padding: 280px 0 240px;
  z-index: 1;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  text-align: center;
}
#smartway #productIntroTitle .heading .title{
  width: 940px;
  margin: 0 auto;
  height: 180px;
}
#smartway #productIntroTitle .heading .title img{
  width: 100%;height: 100%;
  object-fit: contain;
}
#smartway #productIntroTitle .heading .desc{
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.56px;
  color: #323437;
}
#smartway #productIntroTitle .heading .desc strong{
  font-weight: 700;
}
/* ************** productFeature ************** */
#smartway #productFeature{
  /* background-color: #FF6F36;
  transition: background-color 0.6s ease; */
}

#smartway #productFeature .content-sec{
  margin: 160px 0;
}
#smartway #productFeature .content-sec .sec-inner{
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
}
#smartway #productFeature .content-sec.sec1{margin-top: 0;}
#smartway #productFeature .content-sec .case-box{
  margin-bottom: 100px;
}
#smartway #productFeature .content-sec .case-box .txt-wrap{
  text-align: center;
}
#smartway #productFeature .content-sec .case-box .txt-wrap .case-num{
  background-color: #000;
  display: inline-block;
  padding: 2px 16px;
  border-radius: 6px;
  width: 118px;
  height: 38px;
}
#smartway #productFeature .content-sec .case-box .txt-wrap .case-num img{
  width: 100%;height: 100%;
  object-fit: contain;
}
#smartway #productFeature .content-sec .case-box .txt-wrap .case-tit{
  font-weight: 700;
  font-size: 64px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin-top: 8px;
  transition-delay: 0.1s;
}
#smartway #productFeature .content-sec .case-box .txt-wrap .case-desc{
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin-top: 24px;
  color:#323437;
  transition-delay: 0.2s;
}
#smartway #productFeature .content-sec .case-box .txt-wrap .case-desc strong{
  font-weight: 700;
}
#smartway #productFeature .content-sec .case-box .img-wrap{
  margin: 48px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#smartway #productFeature .content-sec .case-box .img-wrap .img-item{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
#smartway #productFeature .content-sec .case-box .img-wrap .img-item:first-child{width: 100%;border-radius: 21.56px;transition-delay: 0.3s;}
#smartway #productFeature .content-sec .case-box .img-wrap .img-item:not(:first-child){width: calc(50% - 12px);}
#smartway #productFeature .content-sec .case-box .img-wrap .img-item:nth-child(2){transition-delay: 0.4s;}
#smartway #productFeature .content-sec .case-box .img-wrap .img-item:nth-child(3){transition-delay: 0.6s;}
#smartway #productFeature .content-sec .case-box .img-wrap .img-item img{
  width: 100%;height: 100%;
  display: block;
  object-fit: contain;
}
#smartway #productFeature .content-sec .case-box .sw-disclaimer{
  transition-delay: 0.5s;
}
#smartway #productFeature .content-sec .tip-box{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding:100px 120px;
  box-sizing: border-box;
  transition: background-color 0.4s ease;
}
#smartway #productFeature .content-sec .tip-box *{z-index: 1;position: relative;}
#smartway #productFeature .content-sec .tip-box .txt-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap *{
  text-align: center;
  color:#fff;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap span{
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.4px;
  border:2px solid #fff;
  border-radius: 100%;
  width: 118px;
  display: inline-block;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap .desc{
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -0.48px;
  transition-delay: 0.1s;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap .desc strong{
  font-weight: 700;
}
#smartway #productFeature .content-sec .tip-box .img-wrap{
  position: relative;
  margin: 48px 0 20px;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .tip-slide{
  position: relative;
  width: 100%;
  height: 500px;
  perspective: 1500px;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .tip-slide::after{
  content: '';
  position: absolute;
  top: 50%;left: 50%;
  width: 56px;height: 56px;
  background: url('/kr/story/tech-inside/img/smartway/ep01/mouse_cursor-mo.svg') no-repeat center center / contain;
  z-index: 10;
  animation: mouseMove 3s ease-in-out infinite;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s .4s ease;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .tip-slide.touch::after{
  opacity: 0;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .tip-slide .swiper-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item{
  position: absolute;
  top: 50%;left: 50%;
  width: 720px;
  height:500px;
  margin-left: -360px;
  margin-top: -250px;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item::before{
  content: '';
  position: absolute;
  top: 0;left: 0;
  width: 100%;height: 100%;
  background-color: #000;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item img{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-0{transform: translateX(0) translateZ(0);z-index: 3;}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-0 img{opacity: 1;}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-1{transform: translateX(-315px) translateZ(-285px);z-index: 1;}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-1 img{opacity: 0.4;}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-2{transform: translateX(315px) translateZ(-285px);z-index: 2;}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-2 img{opacity: 0.4;}

#smartway #productFeature .content-sec .tip-box .img-wrap .prev-btn,
#smartway #productFeature .content-sec .tip-box .img-wrap .next-btn{
  position: absolute;
  top: 50%;transform: translateY(-50%);
  width: 72px;height: 72px;
  background-color: #FFFFFF33;
  border-radius: 100%;
  border:1px solid #FFFFFF99;
  backdrop-filter: blur(10px);
  z-index: 9;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .prev-btn::before,
#smartway #productFeature .content-sec .tip-box .img-wrap .next-btn:before{
  content: '';
  position: absolute;
  top: 50%;left: 50%;
  width: 24px;
  height: 24px;
  z-index: 10;
  background:url('/kr/story/tech-inside/img/smartway/ep01/ic-slide-arrow-2.svg') no-repeat center center / contain;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .prev-btn{left:114px;}
#smartway #productFeature .content-sec .tip-box .img-wrap .prev-btn::before{transform: translate(-55%, -50%);}
#smartway #productFeature .content-sec .tip-box .img-wrap .next-btn{right:114px;}
#smartway #productFeature .content-sec .tip-box .img-wrap .next-btn::before{transform: translate(-45%, -50%) rotate(180deg);}

#smartway #productFeature .content-sec .sw-disclaimer{
  max-width: 1380px;
  margin: 0 auto;
}
#smartway #productFeature .content-sec .tip-box .sw-disclaimer{
  margin: 0;
  transition-delay: 0.4s;
}
#smartway #productFeature .content-sec .sw-disclaimer ul li p{
font-weight: 400;
font-size: 14px;
line-height: 1.7;
letter-spacing: -0.02em;
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-btn{
  font-weight: 700;
font-size: 12px;
line-height: 1.54;
  letter-spacing: -0.02em;
  display: inline-block;
  border-radius: 100px;
  padding: 6px 20px;
  margin-top: 12px;
  transition: all 0.3s ease;
  border:1px solid #00000030;
  cursor: pointer !important;
}


#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg{
  margin-top: 12px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .msg-box,
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg[hidden] .msg-box{
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  padding: 24px 56px 24px 24px;
  box-sizing: border-box;
  box-shadow: 4px 4px 16px 0px #00000014;
  overflow: hidden;
  display: none !important;
transition: all 0.3s ease;
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg.active .msg-box,
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg[hidden].active .msg-box{
  display: block !important;
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .msg-box>*{position: relative; z-index: 1;}

#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .x-btn{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .x-btn::before,
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .x-btn::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .x-btn::before{
  transform: translate(-50%, -50%) rotate(45deg);
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .x-btn::after{
  transform: translate(-50%, -50%) rotate(-45deg);
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .x-btn:hover::before,
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .x-btn:hover::after{
  background-color: #666;
}

#smartway #productFeature .content-sec .case-box .txt-wrap .case-num,
#smartway #productFeature .content-sec .case-box .txt-wrap .case-tit,
#smartway #productFeature .content-sec .case-box .txt-wrap .case-desc,
#smartway #productFeature .content-sec .case-box .img-wrap .img-item,
#smartway #productFeature .content-sec .case-box .sw-disclaimer,
#smartway #productFeature .content-sec .tip-box .txt-wrap span,
#smartway #productFeature .content-sec .tip-box .txt-wrap .desc,
#smartway #productFeature .content-sec .tip-box .img-wrap,
#smartway #productFeature .content-sec .tip-box .sw-disclaimer{
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
}

#smartway #productFeature .content-sec .case-box.fadeIn .txt-wrap .case-num,
#smartway #productFeature .content-sec .case-box.fadeIn .txt-wrap .case-tit,
#smartway #productFeature .content-sec .case-box.fadeIn .txt-wrap .case-desc,
#smartway #productFeature .content-sec .case-box.fadeIn .img-wrap .img-item,
#smartway #productFeature .content-sec .case-box.fadeIn .sw-disclaimer,
#smartway #productFeature .content-sec .tip-box.fadeIn .txt-wrap span,
#smartway #productFeature .content-sec .tip-box.fadeIn .txt-wrap .desc,
#smartway #productFeature .content-sec .tip-box.fadeIn .img-wrap,
#smartway #productFeature .content-sec .tip-box.fadeIn .sw-disclaimer{
  opacity: 1;
  transform: translateY(0);
}


#smartway #banner{
  position: relative;
  background-color: #F3F5F7;
  width: 100%;
  min-height: 1080px;
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
#smartway #banner .txt-wrap{
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom:54px;
}
#smartway #banner .txt-wrap .title{
font-size: 36px;
line-height: 1.5;
letter-spacing: -0.02em;
  margin-bottom: 24px;
  transition: all 0.6s ease-in-out;
}
#smartway #banner .txt-wrap .title strong{
  font-weight: 700;
}
#smartway #banner .txt-wrap .more-btn{
  display: inline-block;
  height: 54px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.68;
  letter-spacing: -0.02em;
border-radius: 12px;
background-color: #000;
  color:#fff;
padding: 12px 32px;
border:1px solid #111;
transition: all 0.6s ease-in-out;
}
#smartway #banner .txt-wrap .more-btn:hover{
  background-color: transparent;
  color: #000;
}

#smartway #banner .bg-wrap{
  width: 919px;
  margin: 0 auto;
}
#smartway #banner .bg-wrap img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s ease-in-out;
}

#smartway #productPoint{
  background-color: #E8E7EB;
  width: 100%;height: auto;
  overflow: visible;
  padding: 240px 0;box-sizing: border-box;
}
#smartway #productPoint .heading{margin-bottom: 100px;}

#smartway #productPoint .heading .title-box{
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: -0.8px;
}
#smartway #productPoint.on .heading .title-box{
 opacity: 1;
 transform: translateY(0);
}
#smartway #productPoint.on .heading .title-box.fadeOut{
  opacity: 0;
  transform: translateY(-30px);
}
      
#smartway #productPoint .heading .title-box strong{
  font-weight: 700;
}
#smartway #productPoint .content{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
#smartway #productPoint .point-slide{
  position: relative;
  width: 100%;
  overflow: visible;
  margin-bottom: 60px;
}
#smartway #productPoint .point-slide::after{
  content: '';
  position: absolute;
  top: 50%;left: 50%;
  width: 56px;height: 56px;
  background: url('/kr/story/tech-inside/img/smartway/ep01/mouse_cursor-mo.svg') no-repeat center center / contain;
  z-index: 10;
  animation: mouseMove 3s ease-in-out infinite;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s .4s ease;
}
#smartway #productPoint .point-slide.touch::after{
  opacity: 0;
}

#smartway #productPoint .point-ct{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  height: 836px;
}
#smartway #productPoint .point-ct .point-item{
  position: absolute;
  width: 1380px;
  max-width: 1380px;
  height: auto;
  top: 0px;
}
#smartway #productPoint .point-ct .point-item:nth-child(2){top:30px;}
#smartway #productPoint .point-ct .point-item:nth-child(3){top:60px;}
#smartway #productPoint .point-ct .point-item.swiper-slide-active{opacity: 1;}

#smartway #productPoint .point-ct .point-item .point-box{
  position: relative;
  width: 100%;
  height:776px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 16px 0px #00000014;
  padding:80px 120px;box-sizing: border-box;
}
#smartway #productPoint .point-ct .point-item .txt-wrap{text-align: center;}
#smartway #productPoint .point-ct .point-item .txt-wrap .point-num{
  border:1.5px solid #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 129px;
  height: 42px; margin: 0 auto;
}
#smartway #productPoint .point-ct .point-item .txt-wrap .point-num img{width:65px;height:100%;object-fit: contain;}
#smartway #productPoint .point-ct .point-item .txt-wrap .tit{font-weight: 700;font-size: 48px;line-height: 1.42;letter-spacing: -0.02em;margin-top: 40px;transition-delay: 0.2s;}
#smartway #productPoint .point-ct .point-item .txt-wrap .desc{font-size: 24px;line-height: 1.6;letter-spacing: -0.02em;margin-top: 12px;color:#323437;transition-delay: 0.3s;}
#smartway #productPoint .point-ct .point-item .txt-wrap .desc strong{font-weight: 700;}
#smartway #productPoint .point-ct .point-item .img-wrap{margin-top: 40px;height: 350px;position: relative;}
#smartway #productPoint .point-ct .point-item .img-wrap>.swiper-wrapper{display: flex;justify-content: center;align-items: center;gap:32px;}
#smartway #productPoint .point-ct .point-item .img-wrap .swiper-button-next,
#smartway #productPoint .point-ct .point-item .img-wrap .swiper-button-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url('/kr/story/tech-inside/img/smartway/ep01/ic-slide-arrow.svg') no-repeat center center / contain;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease;
}
#smartway #productPoint .point-ct .point-item .img-wrap .swiper-button-prev{
  left: 10px;
}
#smartway #productPoint .point-ct .point-item .img-wrap .swiper-button-next{
  right: 10px;
  transform: rotate(180deg) translateY(50%);
}
#smartway #productPoint .point-ct .point-item .img-wrap .img-box{position: relative;width: calc((100% - 32px)/2);height:100%;overflow: hidden;border-radius: 16px;}
#smartway #productPoint .point-ct .point-item .img-wrap .img-box:nth-child(1){transition-delay: 0.4s;}
#smartway #productPoint .point-ct .point-item .img-wrap .img-box:nth-child(2){transition-delay: 0.5s;}
#smartway #productPoint .point-ct .point-item .img-wrap .img-box .label{position: absolute;top: 16px;left: 16px;background-color: #666666;color: #fff;border-radius: 6px;padding: 4px 12px;box-sizing: border-box;font-weight: 500;font-size: 12px;line-height: 1.5;letter-spacing: -0.24px;z-index: 10;}
#smartway #productPoint .point-ct .point-item .img-wrap .img-box img{width: 100%;height: 100%;object-fit: cover;}

#smartway #productPoint .sw-disclaimer{
  position: relative;max-width: 1380px;margin: 20px auto 0;z-index: 99;
  width: 100%;
}
#smartway #productPoint .sw-disclaimer ul li p{font-weight: 400;font-size: 16px;line-height: 1.5;letter-spacing: -0.02em;color:#646669;}
#smartway #productPoint .sw-disclaimer .sw-info-btn{font-weight: 700;font-size: 14px;line-height: 1.7;letter-spacing: -0.28px;border:1px solid #646669;border-radius: 99px;padding: 4px 20px;color: #646669;margin-top: 12px;transition: all .6s ease;cursor: pointer !important;display: inline-block;}
#smartway #productPoint .sw-disclaimer .sw-info-btn:hover{background-color: #000;border:1px solid #000;color: #fff;}
#smartway #productPoint .sw-disclaimer .sw-info-msg{
  display: none;
  padding: 24px;background-color: #fff;box-shadow: 4px 4px 16px 0px #00000014; border-radius: 8px;
  box-shadow: 4px 4px 16px 0px #00000014;margin-top: 12px;

}
#smartway #productPoint .sw-disclaimer .sw-info-msg.active{display: block;}
#smartway #productPoint .sw-disclaimer .sw-info-msg li>p{font-size: 14px;line-height: 1.7;letter-spacing: -0.28px;color: #646669;}

#smartway #productPoint .point-ct .point-item .txt-wrap .tit,
#smartway #productPoint .point-ct .point-item .txt-wrap .desc,
#smartway #productPoint .point-ct .point-item .img-wrap .img-box:nth-child(1),
#smartway #productPoint .point-ct .point-item .img-wrap .img-box:nth-child(2){
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#smartway #productPoint.on .point-ct .point-item .txt-wrap .tit,
#smartway #productPoint.on .point-ct .point-item .txt-wrap .desc,
#smartway #productPoint.on .point-ct .point-item .img-wrap .img-box:nth-child(1),
#smartway #productPoint.on .point-ct .point-item .img-wrap .img-box:nth-child(2){
  opacity: 1;
  transform: translateY(0);
}
@keyframes mouseMove {
  0%, 100% {
    transform: translate(-60%, -50%) translateX(0);
  }
  50% {
    transform: translate(-60%, -50%) translateX(30px);
  }
}

@media screen and (max-width: 1380px){
 
  #smartway #kv .kv-con{
    padding: 0 20px;
  }
  
  #smartway #kv .kv-card-wrap .img-item{
    width: auto;
    height: auto;
    min-width: auto;
    padding: 12px;
  }
  #smartway #productIntroTitle .heading .title{
    width: 100%;
    padding: 0 20px;
  }

  #smartway #productIntro .content .point-item{
    padding: 0 20px;
  }
  #smartway #productFeature .content-sec .tip-box .img-wrap .img-item{
    width:360px;
    height:250px;
    margin-left: -180px;
    margin-top: -125px;
  }
  #smartway #productFeature .content-sec .tip-box{
    padding: 50px;
  }
  #smartway #productFeature .content-sec .tip-box .img-wrap .tip-slide{
    height: 250px;
  }
  #smartway #productFeature .content-sec .tip-box .img-wrap .prev-btn, 
  #smartway #productFeature .content-sec .tip-box .img-wrap .next-btn{
    width: 60px;
    height: 60px;
  }
  #smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-1{transform: translateX(-180px) translateZ(-125px);}
  #smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-2{transform: translateX(180px) translateZ(-125px);}
  #smartway #productFeature .content-sec .tip-box .img-wrap .prev-btn{left:60px;}
  #smartway #productFeature .content-sec .tip-box .img-wrap .next-btn{right: 60px;}
  
  #smartway #productPoint .point-ct .point-item{
    width:calc(100% - 40px);
  }
  #smartway #productPoint .point-ct .point-item .point-box{
    height: auto;
    padding:50px;
  }
  #smartway #productPoint .point-ct .point-item .img-wrap>.swiper-wrapper{
    gap: 16px;
  }
  #smartway #productPoint .sw-disclaimer{
    padding: 0 20px;
  }
  
}
@media screen and (max-width: 767px){

#smartway #kv::after{
  height: 20px;
}
#smartway #kv .kv-con{
  justify-content: center;
  height: 100%;
}
#smartway #kv .kv-title{
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:6px;
}
#smartway #kv .kv-title .tit-wrap{
  position: relative;
}
#smartway #kv .kv-title .tit-wrap:first-child{
  width: 290px;
  margin: 0 auto;
  top:auto;
  left: auto;
}
#smartway #kv .kv-title .tit-wrap:last-child{
  width:200px;
  margin: 0 auto;
  bottom: auto;
  right: auto;
}
#smartway #kv .kv-subtit{
  justify-content: center;
}
#smartway #kv .kv-subtit span{
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.24px;
}
#smartway #kv .kv-desc{
text-align: center;
font-size: 14px;
line-height: 1.44;
letter-spacing: -0.28px;
margin-top: 32px;

}
#smartway #kv .kv-card-wrap{
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  transform: translateY(-50px);
}
#smartway #kv .kv-card-wrap .img-item{
  width: 162px;
  min-width: auto;
  height: 192px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0px -5px 20px 0px #00000033;
}
#smartway #kv .kv-card-wrap .img-item:nth-child(1){
  transform: rotate(-8deg) translate(-50%, 20%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(1).on{
  transform: rotate(8deg) translate(5%, 10%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(2){
  transform: rotate(8deg) translate(50%, 20%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(2).on{
  transform: rotate(-8deg) translate(0%, 25%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(3){
  transform: rotate(-8deg) translate(8%, 20%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(3).on{
  transform: rotate(-8deg) translate(5%, 5%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(4){
  transform: rotate(16deg) translate(0%, 20%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(4).on{
  transform: rotate(5deg) translate(5%, 20%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item img{
  border-radius: 6px;
}

/* ************** intro ************** */
#smartway #productIntro{
  padding-top: 82.8%;
}
#smartway #productIntro::before{
  background: url('/kr/story/tech-inside/img/smartway/ep01/intro-bg-mo.png') no-repeat center top / cover;
}
#smartway #productIntro .heading{
  height: auto;
  margin-bottom: 0px;
  padding: 0 38px 80px;
  box-sizing: border-box;
}
#smartway #productIntro .heading .title{
  justify-content: center;
  gap:0px;
  margin-bottom: 20px;
font-weight: 500;
font-size: 24px;
line-height: 1.4;
letter-spacing: -0.02em;

}
#smartway #productIntro .heading .title .ep-num{
  font-size: 18px;
  line-height: 1.68;
  letter-spacing: -0.36px;
  padding-right: 12px;
}
#smartway #productIntro .heading .title .ep-num::after{
  width: 1px;
  height: 18px;
}
#smartway #productIntro .heading .title img{
  width: 141px;
  padding-top: 4px;
  margin:0 2px 0 12px;
}
#smartway #productIntro .heading .desc{
font-size: 16px;
line-height: 1.5;
letter-spacing: -0.32px;
}
#smartway #productIntro .heading .desc + .desc{margin-top: 8px;}

#smartway #productIntro .heading .sw-disclaimer{
  margin-top: 28px;
}
#smartway #productIntro .heading .sw-disclaimer ul p{
font-size: 12px;
line-height: 1.54;
letter-spacing: -0.02em;
padding: 0;

} 
#smartway #productIntro .content .point-item{
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding:66px 20px;
  box-sizing: border-box;
  height: auto;
  min-height: auto;
}
#smartway #productIntro .content .point-item .txt-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  min-height: 226px;
}
#smartway #productIntro .content .point-item .txt-wrap .tit{
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.28px;
  text-align: center;
  margin-top: 24px;
}
#smartway #productIntro .content .point-item .txt-wrap .desc{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  text-align: center;
  margin-top: 8px;
}


#smartway #productIntro .content .point-item .img-wrap{
  width: 100%;
  min-height: 260px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
}
#smartway #productIntro .content .point-item .img-wrap .img-box{
  border-radius: 8px;
}
#smartway #productIntro .content .point-item .img-wrap .img-box .label{
  top: 12px;
  left: 12px;
  padding:6px 10px;
  font-size: 12px;
  line-height: 1.54;
  letter-spacing: -0.24px;
}
#smartway #productIntro .content .point-item .sw-disclaimer{
  width: 100%;
  margin-top: 12px;
}
#smartway #productIntro .content .point-item .sw-disclaimer>ul li p{
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: -0.22px;
  color: #94989C;
}
#smartway #productIntro .content .point-item .sw-disclaimer .sw-info-btn{
font-weight: 700;
font-size: 10px;
line-height: 1.45;
letter-spacing: -0.2px;
color: #646669;
padding: 6px 16px;
margin-top: 8px;
}
#smartway #productIntro .content .point-item .sw-disclaimer .sw-info-msg{
 top:-120%;left: 0;
 width:auto;height: auto;
 padding: 16px 36px 16px 16px;
 z-index: 10;
}

#smartway #productIntro .content .point-item .sw-disclaimer .sw-info-msg .x-btn{
  top: 16px;
  right: 14px;
  width: 16px;
  height: 16px;
}
#smartway #productIntro .content .point-item .sw-disclaimer .sw-info-msg li>p{
font-weight: 400;
font-size: 11px;
line-height: 1.6;
letter-spacing: -0.22px;
color: #646669;
}

/* ************** productFeature ************** */
#smartway #productIntroTitle .heading{
  padding:0 !important;
}
#smartway #productIntroTitle .heading .title{
  width: 268px;
  height: 32px;
}
#smartway #productIntroTitle .heading .desc{
font-size: 14px;
line-height: 1.7;
letter-spacing: -0.28px;
  margin-top: 12px;
}
#smartway #productFeature .content-sec{
  margin: 80px 0;
}
#smartway #productFeature .content-sec .sec-inner{
  padding:0 20px;
}
#smartway #productFeature .content-sec .case-box{
  margin-bottom: 48px;
}
#smartway #productFeature .content-sec .case-box.fadeIn .case-slider::after{
  opacity: 1;
}
#smartway #productFeature .content-sec .case-box.fadeIn .case-slider.touch::after{
  opacity: 0;
}
#smartway #productFeature .content-sec .case-box .txt-wrap{
  padding:0 20px;
  box-sizing: border-box;
}
#smartway #productFeature .content-sec .case-box .txt-wrap .case-num{
  padding: 2px 12px;
  border-radius: 4px;
  width: 76px;
  height: 24px;
}

#smartway #productFeature .content-sec .case-box .txt-wrap .case-tit{
font-size: 28px;
line-height: 1.5;
letter-spacing: -0.56px;
}
#smartway #productFeature .content-sec .case-box .txt-wrap .case-desc{
font-size: 16px;
line-height: 1.5;
letter-spacing: -0.32px;
}

#smartway #productFeature .content-sec .case-box .img-wrap{
  margin:24px 0 12px;
  gap: 8px;
}
#smartway #productFeature .content-sec .case-box .img-wrap .img-item:first-child{border-radius:8px;}
#smartway #productFeature .content-sec .case-box .img-wrap .img-item:not(:first-child){border-radius:8px;width: calc(50% - 4px);}

#smartway #productFeature .content-sec .case-box .sw-disclaimer{padding: 0;}
#smartway #productFeature .content-sec .tip-box{
  border-radius: 8px;
  padding: 40px 0;
  margin: 0;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap{
  padding: 0 20px;
  gap: 16px;
}

#smartway #productFeature .content-sec .tip-box .txt-wrap span{
  font-weight: 700;
font-size: 12px;
line-height: 1.36;
padding: 6px 0;
box-sizing: border-box;
text-align: center;
  border:2px solid #fff;
  border-radius: 100%;
  width: 76px;
  display: inline-block;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap .desc{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
#smartway #productFeature .content-sec .tip-box .img-wrap{
  margin: 24px 0 12px;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .tip-slide{
  position: relative;
  width: 100%;
  height: 200px;
  overflow: visible;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .tip-slide::after{
  opacity: 1;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .tip-slide .swiper-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item{
  position: relative;
  top: 0;left: 0;
  width: auto;
  height: 200px;
  margin-left: 0;
  margin-top: 0;
  border-radius:8px;
  transition:auto;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item:first-child{width: 280px;}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item:not(:first-child){width: 200px;}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item::before{
  display: none;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item img{
  object-fit: contain;
  transition:auto;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-0,
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-1,
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-2{
  z-index: auto;
  transform: none;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-0 img,
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-1 img,
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-2 img{opacity: 1;}


#smartway #productFeature .content-sec .tip-box .img-wrap .prev-btn,
#smartway #productFeature .content-sec .tip-box .img-wrap .next-btn{
  display: none;
}
#smartway #productFeature .content-sec .sw-disclaimer{
  max-width: 1380px;
  margin: 0 auto;
}

#smartway #productFeature .content-sec .sw-disclaimer{
  padding: 0 20px;
  margin: 0;
}
#smartway #productFeature .content-sec .sw-disclaimer ul li p{
font-weight: 400;
font-size: 11px;
line-height: 1.5;
letter-spacing: -0.22px;

}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-btn{
font-weight: 700;
font-size: 10px;
line-height: 1.45;
letter-spacing: -0.2px;
padding: 6px 16px;

}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .msg-box{
  padding: 16px;
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .x-btn{
  display: none;
}
#smartway #productFeature .content-sec .tip-box .sw-disclaimer{
  padding: 0 20px;
}
#smartway #productFeature .content-sec .tip-box .sw-disclaimer .sw-info-btn{
  margin-top: 8px;
}
#smartway #banner{
  padding-top:57px;
  min-height: 410px;
}
#smartway #banner .txt-wrap{
  margin-bottom: 17px;
}
#smartway #banner .txt-wrap .title{
font-size: 16px;
line-height: 1.5;
letter-spacing: -0.32px;
margin-bottom: 12px;
}

#smartway #banner .txt-wrap .more-btn{
font-weight: 600;
font-size: 12px;
line-height: 1.54;
letter-spacing: -0.02em;
  padding: 8px 20px;
  height: auto;
  border-radius: 8px;
}
#smartway #banner .bg-wrap{
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
#smartway #productPoint{
  overflow: hidden;
  padding: 80px 0;
}
#smartway #productPoint .heading{margin-bottom:37px;}
#smartway #productPoint .heading .title-box{
  font-size: 20px;
  line-height: 1.50;
  letter-spacing: -0.4px;
  
}
#smartway #productPoint .content{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
#smartway #productPoint .point-ct{
  flex-direction: row;
  gap: 0px;
  height: auto;
}
#smartway #productPoint .point-slide{margin-bottom: 0;}
#smartway #productPoint .point-slide::after{
  opacity: 1;
}

#smartway #productPoint .point-ct .point-item{
  position: relative;
  width: 338px;
  /* margin-right: 12px; */
}
#smartway #productPoint .point-ct .point-item:nth-child(2){top:0;}
#smartway #productPoint .point-ct .point-item:nth-child(3){top:0;}
#smartway #productPoint .point-ct .point-item .point-box{padding:28px 20px 20px 20px;height: auto;  border-radius: 8px;}
#smartway #productPoint .point-ct .point-item .txt-wrap .point-num{width: 80px;height:26px;padding:5px 0;}
#smartway #productPoint .point-ct .point-item .txt-wrap .point-num img{width: 41px;}
#smartway #productPoint .point-ct .point-item .txt-wrap .tit{font-size: 26px;line-height: 1.4;letter-spacing: -0.26px;margin-top: 16px;}
#smartway #productPoint .point-ct .point-item .txt-wrap .desc{font-size: 15px;line-height: 1.5;letter-spacing: -0.02em;margin-top:8px;}
#smartway #productPoint .point-ct .point-item .img-wrap{margin-top: 24px;height: 230px;z-index: 0;border-radius: 8px;overflow: hidden;}
#smartway #productPoint .point-ct .point-item .img-wrap>.swiper-wrapper{
  display: flex;justify-content: flex-start;align-items: center;gap:0; margin-top:0px;height: 100%;
}
#smartway #productPoint .point-ct .point-item.swiper-slide-active .img-wrap .swiper-button-next,
#smartway #productPoint .point-ct .point-item.swiper-slide-active .img-wrap .swiper-button-prev{
opacity: 1;
visibility: visible;
}
#smartway #productPoint .point-ct .point-item .img-wrap .swiper-button-next>svg,
#smartway #productPoint .point-ct .point-item .img-wrap .swiper-button-prev>svg{
display: none;
}
#smartway #productPoint .point-ct .point-item .img-wrap .img-box{position: relative;width: 300px;height:100%;border-radius: 8px;}
#smartway #productPoint .point-ct .point-item .img-wrap .img-box .label{top: 12px;left: 12px;border-radius: 6px;padding: 2px 6px;
font-weight: 500;
font-size: 11px;
line-height: 1.6;
letter-spacing: -0.22px;
}
#smartway #productPoint .sw-disclaimer{margin-top: 12px;padding: 0 32px 0 20px;}
#smartway #productPoint .sw-disclaimer ul li p{font-weight: 500;font-size: 11px;line-height: 1.5;letter-spacing: -0.22px;}
#smartway #productPoint .sw-disclaimer .sw-info-btn{font-size: 10px;line-height: 1.5;letter-spacing: -0.2px;padding: 6px 16px;margin-top: 12px;margin-bottom: 1px;}
#smartway #productPoint .sw-disclaimer .sw-info-msg{
  top: -100%;
  left: 20px;
  padding: 14px;
}
#smartway #productPoint .sw-disclaimer .sw-info-msg li>p{font-weight: 500;font-size: 12px;line-height: 1.54;letter-spacing: -0.24px;color:#646669;}


}
@media screen and (max-width: 376px) {
  #smartway #kv .kv-card-wrap .img-item{
    width: 50%;
  }
}

