@charset "UTF-8";

/* ************** 공통 ************** */
#smartway button:focus:not(:focus-visible) {
  outline: none;
}
#smartway{
  position: relative;
  overflow: hidden;
  background-color: #E8E7EB;
  transition: background-color 0.35s ease;
}
#smartway.white{background-color: #fff;}
#smartway.intro{background-color: #E8E7EB;}
#smartway.top01{background-color: #EBBBB9;}
#smartway.top02{background-color: #F8F7F2;}
#smartway.top03{background-color: #CBC67E;}
#smartway.banner{background-color: #F3F5F7;}
#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;
  z-index: 1;
}
#smartway section:not(#productPoint).dim::after{
  content: '';
  position: absolute;
  top: 0;left: 0;width: 100%;height:100%;
  background-color:#000000;
  pointer-events: none;
  z-index: 1;
  opacity: 60%;
  transition: opacity 0.3s ease;
}

#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;
}
#smartway nav[aria-label="본문 섹션 탐색"]{
  position: fixed;
  width: 100%;
  top: -70px;
  z-index: 10;
  transition: all 0.3s ease;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}
#smartway nav[aria-label="본문 섹션 탐색"].disabled{
  top: -70px !important;
}
#smartway nav[aria-label="본문 섹션 탐색"].active{
  top: 0;
}
#smartway nav[aria-label="본문 섹션 탐색"] ul{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 270px;
}
#smartway nav[aria-label="본문 섹션 탐색"] ul li{
  position: relative;
  width: 25%;
  text-align: center;
}
#smartway nav[aria-label="본문 섹션 탐색"] ul li + li::before{
  content: '';
  position: absolute;
  top: 50%;left: 0;transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: #000;
  opacity: 0.1;
}
#smartway nav[aria-label="본문 섹션 탐색"] ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
#smartway nav[aria-label="본문 섹션 탐색"] ul li span{
  font-family: Pretendard;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color:#646669;
}
#smartway nav[aria-label="본문 섹션 탐색"] ul li.active span{
  font-weight: 700;
  color:#111111;
}
#smartway nav[aria-label="본문 섹션 탐색"] ul li::after{
  content: '';
  position: absolute;
  bottom: 0;left: 50%;transform: translateX(-50%);
  width:0%;height: 3px;
  transition: all 0.3s ease;
  background-color: #00000030;
}
#smartway nav[aria-label="본문 섹션 탐색"] ul li:hover::after{
  width: 100%;
}
#smartway nav[aria-label="본문 섹션 탐색"] ul li.active::after{
  width: 100%;
  background-color: #000;
}

#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 .sw-disclaimer .sw-info-msg ul li .test-info{padding-left: 12px;}
#smartway .sw-disclaimer .sw-info-msg ul .mt30,
#smartway .sw-disclaimer .sw-info-msg ul li .test-info + .test-info{margin-top: 30px;}
#smartway .sw-disclaimer .sw-info-msg ul li .test-info p{padding: 0;}
#smartway .sw-disclaimer .sw-info-msg ul li .test-info p:before{content: '';}
#smartway .sw-disclaimer .sw-info-msg ul li dl{display: flex;}
#smartway .sw-disclaimer .sw-info-msg ul li dt{position: relative;min-width:60px;}
#smartway .sw-disclaimer .sw-info-msg ul li dt::after{content: ':';display: inline-block;margin-left:3px;}

@media screen and (max-width: 1380px){
  #smartway nav[aria-label="본문 섹션 탐색"] ul{padding: 0;}
}
@media screen and (max-width: 767px){
  #smartway .pc-only{
    display: none;
  }
  #smartway .mo-only{
    display: block;
  }
  #smartway .slide-cursor{
    display: none;
  }
  #smartway nav[aria-label="본문 섹션 탐색"] ul{padding: 0;}
  #smartway nav[aria-label="본문 섹션 탐색"] ul li + li::before{display: none;}
  #smartway nav[aria-label="본문 섹션 탐색"] ul li a{padding: 16px 0;}
  #smartway nav[aria-label="본문 섹션 탐색"] ul li span{
font-size: 14px;
line-height: 1.46;
letter-spacing: 0.02em;
  }
  #smartway nav[aria-label="본문 섹션 탐색"] ul li::after{height: 2px;}
  #smartway .sw-disclaimer .sw-info-msg ul li dt{min-width:52px;}

  
}


/* ************** 공통 ************** */


/* ************** 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: #EBBBB9;
}
#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 #EBBBB9;
  padding: 9px 22px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: -0.28px;
  color: #EBBBB9;
}
#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;
  justify-items: center; 
  align-items: center;
  perspective: 1200px;
  gap: 20px;
}
#smartway #kv .kv-card-wrap .img-item{
  width: calc((100% - 60px) / 4);
  min-width:320px;
  height: 380px;
  transform-style: preserve-3d;
  will-change: transform;
  overflow: visible; 
  opacity: 0;
  transition: all 0.6s ease-out;
}
#smartway #kv .kv-card-wrap .img-item picture{
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
#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;
}
#smartway #kv .kv-card-wrap .img-item.on{opacity: 1;}
#smartway #kv .kv-card-wrap .img-item:nth-child(1) picture{
  background-color:#EBBBB9;
  transform: rotate(8deg) translate(5%, 100%) translateZ(-100px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(1).on picture{
  transform: rotate(4deg) translate(10%, 10%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(2) picture{
  background-color:#E8E2DA;
  transform: rotate(-8deg) translate(0%, 100%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(2).on picture{
  transform: rotate(-3deg) translate(0%, 30%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(3) picture{
  background-color:#CBC67E;
  transform: rotate(8deg) translate(8%, 100%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(3).on picture{
  transform: rotate(3deg) translate(-3%, 10%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(4) picture{
  background-color:#56483B;
  transform: rotate(-16deg) translate(0%, 100%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(4).on picture{
  transform: rotate(-2deg) translate(-5%, 24%) translateZ(0);
}



/* ************** intro ************** */
#smartway #productIntro{
  position: relative;
  padding-top: calc(1016/1920*100%);
  padding-bottom: calc(156/1920*100%);

}
#smartway #productIntro::before{
  content: '';
  background: url('/kr/story/tech-inside/img/smartway/ep02/intro-bg.webp') 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;
  min-height: auto;
}
#smartway #productIntro .heading .title,
#smartway #productIntro .heading .desc,
#smartway #productIntro .heading .sw-disclaimer{
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out;
}
#smartway #productIntro .heading.fadeIn .title,
#smartway #productIntro .heading.fadeIn .desc,
#smartway #productIntro .heading.fadeIn .sw-disclaimer{
  opacity: 1;
  transform: translateY(0);
}

#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: #323437;
}
#smartway #productIntro .heading .title img{
  width: 338px;
  object-fit: contain;
}
#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.3s;
}
#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 .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 .content-sec{padding: 160px 0;}
#smartway #productFeature .content-sec .sec-inner{
  max-width: 1380px;
  margin: 0 auto;
}
#smartway #productFeature .content-sec.sec1{margin-top: 0;}
#smartway #productFeature .content-sec .tip-box .txt-wrap .title,
#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,
#smartway #productFeature .content-sec .case-box .txt-wrap .insider-tips,
#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{
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
#smartway #productFeature .content-sec .tip-box.fadeIn .txt-wrap .title,
#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,
#smartway #productFeature .content-sec .case-box.fadeIn .txt-wrap .insider-tips,
#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{
  opacity: 1;
  transform: translateY(0);
}
#smartway #productFeature .content-sec .case-box{
  margin-top: 100px;
}
#smartway #productFeature .content-sec .case-box .txt-wrap{
  text-align: center;
}
#smartway #productFeature .content-sec .case-box .txt-wrap .insider-tips{
  position: relative;
  display: inline-block;
  width: 183px;
  height: 46px;
  background: url('/kr/story/tech-inside/img/smartway/ep02/tipbox-insider-tips.webp') no-repeat center center / contain;
}
#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 .insider-slide{
  position: relative;
}
#smartway #productFeature .content-sec .case-box .img-wrap{
  margin: 48px 0 20px;
  display: flex;
  gap: 24px;
}
#smartway #productFeature .content-sec .case-box .img-wrap .img-item{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: calc((100% - 48px) / 3);
}
#smartway #productFeature .content-sec .case-box .img-wrap .img-item:nth-child(1){transition-delay: 0.4s;}
#smartway #productFeature .content-sec .case-box .img-wrap .img-item:nth-child(2){transition-delay: 0.5s;}
#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.8s;
}
#smartway #productFeature .content-sec .tip-box{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  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{
  text-align: center;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap .title{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap .title[tabindex="-1"]:focus{
  outline: revert!important;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap .title *{
  font-family: Pretendard;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap .title .tip-num{
  font-weight: 600;
  font-size: 73px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap .desc{
  font-weight: 400;
  font-size: 26px;
  line-height: 1.54;
  letter-spacing: -0.02em;
  transition-delay: 0.2s;
}
#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;
  transition-delay: 0.4s;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .tip-slide{
  position: relative;
  width: 100%;
  height: 720px;
  perspective: 1500px;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .tip-slide::after,
#smartway #productFeature .content-sec .case-box .insider-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: 960px;
  height:720px;
  margin-left: -480px;
  margin-top: -360px;
  border-radius: 25px;
  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;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
#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-0::before{opacity: 0;}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-1{transform: translateX(-348px) translateZ(-300px);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(348px) translateZ(-300px);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 .circle,
#smartway #productFeature .content-sec .tip-box .img-wrap .next-btn .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) rotate(-45deg); 
    border-radius: 100%;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .prev-btn .circle,
#smartway #productFeature .content-sec .tip-box .img-wrap .next-btn .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    transform: translate(-50%, -50%) rotate(-45deg);
}
#smartway #productFeature .content-sec .tip-box .img-wrap .prev-btn circle,
#smartway #productFeature .content-sec .tip-box .img-wrap .next-btn circle {
  width: 100%;height: 100%;
    fill: transparent; 
    stroke: #FFFFFF99;
    stroke-width: 2;
}
#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.6s;
}
#smartway #productFeature .content-sec .sw-disclaimer ul li *{
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;
  padding: 28px;
  box-sizing: border-box;
  border-radius: 25px;
  display: none !important;
  transition: all 0.3s ease;
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .msg-box{
  position: relative;
  display: inline-block;
  width: 100%;
}
#smartway #productFeature .content-sec.sec2 .sw-disclaimer .sw-info-msg .msg-box.scroll,
#smartway #productFeature .content-sec.sec3 .sw-disclaimer .sw-info-msg .msg-box.scroll{
  padding-right: 38px;
  max-height: 488px;
  overflow-y: scroll;
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .msg-box::-webkit-scrollbar{width: 6px;}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .msg-box::-webkit-scrollbar-thumb {
  background: #00000040;     
  border-radius: 100px;
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg.active{
  display: block !important;
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-btn:focus,
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .msg-box:focus{
  outline:revert !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 #banner{
  /* position: fixed;
  left: 0;
  bottom: 0;
  width: 100%; */
  padding-top: calc(103/1920*100%);
  padding-bottom: calc(96/1920*100%);
  background-color: #F3F5F7;
  /* opacity: 0;
  z-index: 0; */
}
/* #smartway #banner.active{
  opacity: 1;
}
#smartway #spacerBanner{
  position: relative;
  padding-top: calc(1080/1920*100%);
  pointer-events: none;
} */
#smartway #banner .inner{
  width: 100%;height: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
#smartway #banner .txt-wrap{
  position: relative;
  width:calc(562/1920*100%);
  transform: translateX(-84px);
  z-index: 1;
}
#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:calc(881/1920*100%);
}
#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{
  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{
 opacity: 1;
 transform: translateY(0);
}
#smartway #productPoint.on .heading .title.fadeOut{
  opacity: 0;
  transform: translateY(-30px);
}
      
#smartway #productPoint .heading .title 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 .swiper-slide{z-index:1;}
#smartway #productPoint .point-ct .swiper-slide-active{z-index: 10}
#smartway #productPoint .point-ct .point-item{
  position: absolute;
  width: 1380px;
  max-width: 1380px;
  height: auto;
}
#smartway #productPoint .point-ct .point-item:nth-child(1){top:0px;}
#smartway #productPoint .point-ct .point-item:nth-child(2){top:40px;}
#smartway #productPoint .point-ct .point-item:nth-child(3){top:80px;}

#smartway #productPoint .point-ct .point-item .point-box{
  position: relative;
  width: 100%;
  height:886px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 24px 0px #00000014;
  padding:80px 120px;box-sizing: border-box;
}
#smartway #productPoint .point-ct .point-item .point-box .dim{
  position: absolute;
  top: 0;left: 0;width: 100%;height:100%;
  background-color:#000000;
  border-radius: 25px;
  pointer-events: none;
  z-index: 1;
  opacity:0%;
  transition: opacity 0.3s ease;
}
#smartway #productPoint .point-ct .point-item .point-box.dim .dim{
  opacity: 60%;
}
#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;color:#323437;}
#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% - 24px)/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.54;letter-spacing: -0.2px;z-index: 1;}
#smartway #productPoint .point-ct .point-item .img-wrap .img-box img{width: 100%;height: 100%;object-fit: cover;}

#smartway #productPoint .sw-disclaimer{
  position: relative;
  padding-top: 20px;
}
#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: 12px;line-height: 1.54;letter-spacing: -0.2px;
  border:1px solid #646669;border-radius: 99px;padding: 5px 20px;color: #646669;margin-top: 12px;
  transition: all .6s ease;cursor: pointer !important;display: inline-block;
  position: relative;
  z-index: 11;
}
#smartway #productPoint .sw-disclaimer .sw-info-btn.active,
#smartway #productPoint .sw-disclaimer .sw-info-btn:hover{background-color: #000;border:1px solid #000;color: #fff;}
#smartway #productPoint .sw-disclaimer .sw-info-msg{
  position: absolute;
  left: 0;bottom: 42px;
  width: 100%;
  padding: 24px 28px 24px 24px;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #fff;
  z-index:10;
  display: none;
}
#smartway #productPoint .sw-disclaimer .sw-info-msg.active{display: block;}

#smartway #productPoint .sw-disclaimer .sw-info-msg .msg-box{
  width: 100%;
  padding-right:72px;
  height: auto;
}
#smartway #productPoint .sw-disclaimer .sw-info-msg .msg-box.scroll{
  max-height: 647px;
  overflow-y: auto;
}

#smartway #productPoint .sw-disclaimer .sw-info-btn,
#smartway #productPoint .sw-disclaimer .sw-info-msg .msg-box:focus{outline:revert !important;}
#smartway #productPoint .sw-disclaimer .sw-info-msg .msg-box::-webkit-scrollbar{
  width: 6px;
}
#smartway #productPoint .sw-disclaimer .sw-info-msg .msg-box::-webkit-scrollbar-thumb {
  background: #00000040;     
  border-radius: 100px;
}

#smartway #productPoint .sw-disclaimer .sw-info-msg ul li *{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 (min-width: 1921px){
  #smartway #productIntro{
    padding-top:52.916vw;
    padding-bottom: 8.125vw;
  } 
  #smartway #productIntro::before{
    background:url('/kr/story/tech-inside/img/smartway/ep02/intro-bg.webp') no-repeat center top / cover;
  }
  #smartway #productIntro .heading{
    display: flex;
    flex-direction: column; 
    justify-content: start;
    min-height: 15.9375vw;
  }

}
@media screen and (max-width: 1380px){
 
  #smartway #kv .kv-con{
    padding: 0 20px;
  }
  
  #smartway #kv .kv-card-wrap .img-item{
    min-width:16.666666667vw;
    height: 19.791666667vw;
  }
  #smartway #kv .kv-card-wrap .img-item picture{
    padding: 0.833333333vw;
    border-radius: 0.833333333vw;
  }
  #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 .tip-slide{
    height: 38vw;
  }
  #smartway #productFeature .content-sec .tip-box .img-wrap .img-item{
    width:50vw;
    height:38vw;
    margin-left: -25vw;
    margin-top: -19vw;
  }
  #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(-25vw) translateZ(-19vw);}
  #smartway #productFeature .content-sec .tip-box .img-wrap .img-item.tip-pos-2{transform: translateX(25vw) translateZ(-19vw);}
  #smartway #productFeature .content-sec .tip-box .img-wrap .prev-btn{left:12vw;}
  #smartway #productFeature .content-sec .tip-box .img-wrap .next-btn{right:12vw;}

  #smartway #productFeature .content-sec .tip-box .txt-wrap .desc,
  #smartway #productFeature .content-sec .sw-disclaimer,
  #smartway #productFeature .content-sec .case-box .txt-wrap .case-desc,
  #smartway #productFeature .content-sec .case-box .sw-disclaimer{
    padding: 0 20px;
  }
  #smartway #productFeature .content-sec .case-box .insider-slide{
    padding: 0 20px;
  }


  #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:20px;
  }
  #smartway #banner .txt-wrap .title{
    font-size: 18px;
  }
  
}
@media screen and (max-width: 767px){

#smartway #kv::after{
  height: 20px;
}
#smartway #kv .kv-con{
  justify-content: center;
  height: 100%;
  padding: 0;
}
#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;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  transform: translateY(-50px);
}
#smartway #kv .kv-card-wrap .img-item{
  width: 162px;
  min-width: auto;
  height: 192px;
}
#smartway #kv .kv-card-wrap .img-item picture{
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px -5px 20px 0px #00000033;
}
#smartway #kv .kv-card-wrap .img-item img{
  border-radius: 6px;
}
#smartway #kv .kv-card-wrap .img-item:nth-child(1) picture{
  transform: rotate(-8deg) translate(-50%, 20%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(1).on picture{
  transform: rotate(4deg) translate(2%, 24%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(2) picture{
  transform: rotate(8deg) translate(50%, 20%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(2).on picture{
  transform: rotate(-3deg) translate(-2%, 38%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(3) picture{
  transform: rotate(-8deg) translate(8%, 20%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(3).on picture{
  transform: rotate(-4deg) translate(3%, 20%) translateZ(0);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(4) picture{
  transform: rotate(16deg) translate(0%, 20%) translateZ(-50px);
}
#smartway #kv .kv-card-wrap .img-item:nth-child(4).on picture{
  transform: rotate(2deg) translate(0%, 33%) translateZ(0);
}


/* ************** intro ************** */
#smartway #productIntro{
  padding-top:calc(330 / 390 *100%);
  padding-bottom: calc(80/ 390 *100%);
}
#smartway #productIntro::before{
  background: url('/kr/story/tech-inside/img/smartway/ep02/intro-bg-mo.webp') no-repeat center top / cover;
}
#smartway #productIntro .heading{
  height: auto;
  margin-bottom: 0px;
  padding: 0 36px;
  box-sizing: border-box;
}
#smartway #productIntro .heading .title{
  justify-content: center;
  gap:12px;
  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: 209px;
}
#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-box{
  /* padding: 200px 0 200px; */
}
#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{padding: 80px 0;}
#smartway #productFeature .content-sec .sec-inner{
  padding:0;
}
#smartway #productFeature .content-sec .case-box{
  margin-top: 48px;
}
#smartway #productFeature .content-sec .case-box.fadeIn .insider-slide{
  padding: 0;
}
#smartway #productFeature .content-sec .case-box.fadeIn .insider-slide::after{
  opacity: 1;
}
#smartway #productFeature .content-sec .case-box.fadeIn .insider-slide.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-desc{
  padding:0;
}
#smartway #productFeature .content-sec .case-box .txt-wrap .insider-tips{
  width: 130px;
  height:34px;
}
#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;
margin-top: 16px;
}

#smartway #productFeature .content-sec .case-box .img-wrap{
  margin:24px 0 12px;
  gap: 0px;
}
#smartway #productFeature .content-sec .case-box .img-wrap .img-item{
  width:280px;
}

#smartway #productFeature .content-sec .case-box .sw-disclaimer{
  padding: 0 20px;
}
#smartway #productFeature .content-sec .tip-box{
  border-radius: 8px;
  margin: 0;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap{
  padding: 0 20px;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap .title{
  margin-bottom: 16px;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap .desc{
  padding: 0;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap .title .tip-num{
  font-size: 32px;
  line-height: 1.06;
  letter-spacing: -0.03em;
}
#smartway #productFeature .content-sec .tip-box .txt-wrap .title *{
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.56px;
}

#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: 44px 0 32px;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .tip-slide{
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .tip-slide::after,
#smartway #productFeature .content-sec .case-box .insider-slide .img-wrap::after{
  opacity: 1;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .tip-slide .swiper-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item{
  position: relative;
  top: 0;left: 0;
  width: 294px;
  height:auto; 
  margin-left: 0;
  margin-top: 0;
  border-radius:16px;
  transition: all 0.3s ease;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.swiper-slide-active{
  transform: scale(1.1375);
  padding: 0 0.8vw;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item::before{
  /* display: none; */
  z-index: 2;
  background-color: #00000080;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item.swiper-slide-active::before{
  opacity: 0;
}
#smartway #productFeature .content-sec .tip-box .img-wrap .img-item img{
  object-fit:contain;
  transition:auto;
  border-radius:16px;
}
#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,
#smartway #productFeature .content-sec .sw-disclaimer ul li *{
  font-weight: 500;
  font-size: 12px;
  line-height: 1.54;
  letter-spacing: -0.24px;
}
#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{
  padding: 20px;
  border-radius: 16px;
}
#smartway #productFeature .content-sec.sec2 .sw-disclaimer .sw-info-msg,
#smartway #productFeature .content-sec.sec3 .sw-disclaimer .sw-info-msg{
  padding: 16px;
}
#smartway #productFeature .content-sec.sec2 .sw-disclaimer .sw-info-msg .msg-box.scroll,
#smartway #productFeature .content-sec.sec3 .sw-disclaimer .sw-info-msg .msg-box.scroll{
  padding-right:16px;
  max-height: 248px;
}
#smartway #productFeature .content-sec .sw-disclaimer .sw-info-msg .msg-box::-webkit-scrollbar{width:4px;}


#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: calc(57/390*100%);
  padding-bottom: 0;
  position: relative;
  background-color: #F3F5F7;
}
/* #smartway #spacerBanner{
  display: none;
} */
#smartway #banner .inner{
  flex-direction: column;
  justify-content: end;
}
#smartway #banner .txt-wrap{
  width: 100%;
  margin-bottom: 17px;
  transform: none;
  text-align: center;
}
#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%;
  box-sizing: border-box;
}
#smartway #productPoint{
  /* overflow: hidden; */
  padding: 80px 0;
}
#smartway #productPoint .heading{margin-bottom:37px;}
#smartway #productPoint .heading .title{
  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-ct .swiper-slide{pointer-events: none;}
#smartway #productPoint .point-ct .swiper-slide-active{pointer-events: 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;
  height: auto;
  /* margin-right: 12px; */
}
#smartway #productPoint .point-ct .point-item .point-box .dim{
  top: 50%;left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;height:300vh;
  border-radius: 0;
}
#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;min-height: 618px; border-radius: 16px;}
#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: 22px;
line-height: 1.35;
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: 16px;height: 210px;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:16px;}
#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{
  padding:0;margin-top: 12px;
}
#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{
  bottom: 40px;
  padding: 16px;
  border-radius: 16px;
}
#smartway #productPoint .sw-disclaimer .sw-info-msg .msg-box{
  padding-right: 0;
  max-height:58dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#smartway #productPoint .sw-disclaimer .sw-info-msg .msg-box.scroll{
  padding-right: 16px;
  max-height:58dvh;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
#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;}
#smartway #productPoint .sw-disclaimer .sw-info-msg ul li dl{padding-left: 0;}
#smartway #productPoint .sw-disclaimer .sw-info-msg ul li *{
font-weight: 500;
font-size: 12px;
line-height: 1.54;
letter-spacing: -0.24px;

}
}