@charset 'UTF-8';
@font-face {
  font-family: 'Noto Serif';
  font-weight: 400;
  src: url('../fonts/NotoSerifKR-Regular.eot');
  src: url('../fonts/NotoSerifKR-Regular.woff') format('woff'), url('../fonts/NotoSerifKR-Regular.otf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  font-weight: 100;
  src: url('../fonts/NotoSansCJKkr-Thin.eot');
  src: url('../fonts/NotoSansCJKkr-Thin.woff') format('woff'), url('../fonts/NotoSansCJKkr-Thin.otf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  font-weight: 200;
  src: url('../fonts/NotoSansCJKkr-Light.eot');
  src: url('../fonts/NotoSansCJKkr-Light.woff') format('woff'), url('../fonts/NotoSansCJKkr-Light.otf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  font-weight: 300;
  src: url('../fonts/NotoSansCJKkr-DemiLight.eot');
  src: url('../fonts/NotoSansCJKkr-DemiLight.woff') format('woff'), url('../fonts/NotoSansCJKkr-DemiLight.otf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  font-weight: 400;
  src: url('../fonts/NotoSansCJKkr-Regular.eot');
  src: url('../fonts/NotoSansCJKkr-Regular.woff') format('woff'), url('../fonts/NotoSansCJKkr-Regular.otf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  font-weight: 500;
  src: url('../fonts/NotoSansCJKkr-Medium.eot');
  src: url('../fonts/NotoSansCJKkr-Medium.woff') format('woff'), url('../fonts/NotoSansCJKkr-Medium.otf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  font-weight: 600;
  src: url('../fonts/NotoSansCJKkr-Bold.eot');
  src: url('../fonts/NotoSansCJKkr-Bold.woff') format('woff'), url('../fonts/NotoSansCJKkr-Bold.otf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  font-weight: 700;
  src: url('../fonts/NotoSansCJKkr-Black.eot');
  src: url('../fonts/NotoSansCJKkr-Black.woff') format('woff'), url('../fonts/NotoSansCJKkr-Black.otf') format('truetype');
}
.joins_gnb {
  height: 32px;
}
h2,
h3,
h4,
h5 {
  font-weight: 600;
  word-break: keep-all;
}
strong {
  font-weight: 600;
}
* {
  box-sizing: border-box;
}
video {
  object-fit: cover;
}
body {
  font-family: 'Noto Sans CJK KR', sans-serif;
  line-height: 1.4;
  letter-spacing: -0.075em;
  background: #ffffff;
}
#container {
  min-width: 1200px;
}
h2 {
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #1d1d1d;
}
h2 span {
  font-weight: 300;
}
h2 + p {
  font-size: 19px;
  line-height: 1.6;
}
section {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
a {
  text-decoration: none;
}
em {
  font-style: normal;
}
button {
  padding: 0;
  border: 0 none;
  cursor: pointer;
}
p {
  word-break: keep-all;
}
i {
  font-style: normal;
}
.hide {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  font: 0/0 Sans-serif;
  visibility: hidden;
}
:focus {
  outline: none;
}
#container {
  padding-top: 78px;
}
.clear {
  clear: both;
  display: table;
  content: '';
}
.box_container {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.svgCross {
  width: 25px;
  height: 25px;
}
.svgCross rect {
  fill: #252525;
  transition: all 0.8s;
}
#intro {
  width: 100%;
  min-height: calc(100vh - 78px);
  overflow: hidden;
}
#intro .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#intro .bg .intro_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(60deg) translateY(-70%);
}
#intro .bg .intro_bg .left {
  background: #ff8800;
  position: absolute;
  transform-origin: bottom;
  width: 100%;
  height: 350%;
  left: -50%;
}
#intro .bg .intro_bg .right {
  background: #0786ca;
  position: absolute;
  transform-origin: top;
  width: 100%;
  height: 350%;
  right: -50%;
  top: -100%;
}
#intro .box {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  top: 0;
  height: 720px;
  margin: 100px 0 0 -600px;
}
#intro .box .title {
  position: absolute;
  top: 30px;
}
#intro .box .title h2 {
  font-size: 80px;
  letter-spacing: -0.02em;
  color: #fff;
}
#intro .box .title h2 span {
  font-weight: 200;
  position: relative;
  top: -40px;
  opacity: 0;
}
#intro .box .title h2 strong {
  display: block;
  line-height: 107px;
  opacity: 0;
}
#intro .box .object {
  position: absolute;
  width: 100%;
  height: 100%;
}
#intro .box .object .car {
  background: url('../img/intro_car.png') no-repeat;
  width: 872px;
  height: 416px;
  position: absolute;
  bottom: 0;
  right: -150%;
}
#intro .box .object .car .wheel {
  position: relative;
  top: 275px;
  left: 315px;
}
#intro .box .object .car .wheel .front,
#intro .box .object .car .wheel .back {
  display: block;
  position: absolute;
  width: 120px;
  height: 121px;
}
#intro .box .object .car .wheel .front i,
#intro .box .object .car .wheel .back i {
  background: url(../img/wheel.png) no-repeat 0 0;
  width: 100%;
  height: 100%;
  display: block;
}
#intro .box .object .car .wheel .back {
  left: 408px;
  top: -18px;
}
#intro .box .object .car_shadow {
  background: url('../img/intro_car_shadow.png') no-repeat;
  width: 1039px;
  height: 112px;
  position: absolute;
  bottom: -34px;
  right: -150%;
}
#intro .box .object .car_transform_base {
  background: url('../img/intro_transform_base.png') no-repeat;
  width: 583px;
  height: 78px;
  position: absolute;
  top: 150px;
  right: 45px;
  opacity: 0;
}
#intro .box .object .car_transform {
  background: url('../img/intro_transform.png') no-repeat;
  width: 482px;
  height: 298px;
  position: absolute;
  right: 55px;
  top: 24px;
  z-index: -1;
  transform-origin: bottom;
  transform: scaleY(0);
}
#intro .scrollDownBtn {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 20px;
}
#intro .scrollDownBtn svg {
  fill: #fff;
  transform: rotate(90deg);
  width: 100px;
  height: 50px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
#intro .scrollDownBtn svg .line {
  animation: button_line3 1.5s infinite;
  animation-timing-function: cubic-bezier(0, 0, 0.35, 0.96);
}
#feature1 {
  width: 100%;
  height: 900px;
  max-height: 900px;
  background: url('../img/feature1_bg.jpg') no-repeat;
  background-size: cover;
}
#feature1 .box {
  width: 1200px;
  height: 630px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -315px 0 0 -600px;
}
#feature1 .box .bg_video {
  width: 1200px;
  text-align: center;
}
#feature1 .box .bg_video > video {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  max-width: 1200px;
}
#feature1 .box .bg_video .video_controls {
  position: absolute;
}
#feature2 {
  width: 100%;
  height: 576px;
  overflow: hidden;
}
#feature2 .bg {
  background: url('../img/feature2_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}
#feature2 .mask_layer {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1920px;
  margin-left: -960px;
}
#feature2 .mask_layer .mask1 {
  transform: translate(-50%, -50%);
  background: url('../img/feature2_mask1.png') no-repeat;
  opacity: 0.4;
  width: 960px;
  height: 576px;
  float: left;
}
#feature2 .mask_layer .mask1:after {
  clear: both;
  display: table;
  content: '';
}
#feature2 .mask_layer .mask2 {
  transform: translate(50%, 50%);
  background: url('../img/feature2_mask2.png') no-repeat;
  opacity: 0.4;
  width: 960px;
  height: 576px;
  float: right;
}
#feature2 .mask_layer .mask2:after {
  clear: both;
  display: table;
  content: '';
}
#feature2 .box {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 340px;
  margin: -220px 0 0 -600px;
  text-align: center;
}
#feature2 .box h3 {
  font-size: 50px;
  color: #26b5fd;
  line-height: 72px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
#feature2 .box p {
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
  margin-top: 35px;
}
#feature2 .box p span .highlight {
  content: '';
  width: 1080px;
  height: 19px;
  position: absolute;
  background: #0050c0;
  z-index: -1;
  bottom: 65px;
  opacity: 0.5;
  left: 60px;
  transform-origin: left;
}
#feature3 {
  width: 100%;
  height: 850px;
  padding-top: 60px;
  overflow: hidden;
  background: #e9e9e9;
}
#feature3 .swiper-slide {
  height: 790px;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li:nth-of-type(1) {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s;
  transition-delay: 0.5s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li:nth-of-type(2) {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s;
  transition-delay: 1s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li:nth-of-type(3) {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s;
  transition-delay: 1.5s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj1 {
  opacity: 1;
  left: 35px;
  transition-delay: 0.5s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj2 {
  opacity: 1;
  right: 40px;
  transition-delay: 0.7s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj3 {
  transform: scale(1);
  transition-delay: 1.2s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj4 {
  transform: scale(1);
  transition-delay: 1.4s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj5 {
  opacity: 1;
  top: 108px;
  transition-delay: 1.8s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj6 {
  opacity: 1;
  top: 30px;
  transition-delay: 1.8s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj7-1 {
  opacity: 1;
  transition-delay: 1.2s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj7-2 {
  opacity: 1;
  transition-delay: 1.4s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj8 {
  opacity: 1;
  top: 130px;
  transition-delay: 0.8s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj11 {
  opacity: 1;
  transition-delay: 1.5s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj12 {
  opacity: 1;
  transition-delay: 1.9s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj10 {
  opacity: 1;
  transition-delay: 2.2s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj9 {
  opacity: 1;
  top: 140px;
  transition-delay: 1.5s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .obj9-2 {
  opacity: 1;
  top: 50px;
  transition-delay: 1.9s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .graph.short {
  transform: scaleY(1);
  transition-delay: 1.3s;
}
#feature3 .swiper-slide.swiper-slide-active .wrap ul li .object .graph.long {
  transform: scaleY(1);
  transition-delay: 1.6s;
}
#feature3 .bg .extension,
#feature3 .bg .reduction {
  font-size: 400px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 20vw;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -5vw;
}
#feature3 .bg .extension {
  color: #0786ca;
}
#feature3 .bg .reduction {
  color: #ff8800;
}
#feature3 .box {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 100px 0 0 -600px;
  text-align: center;
  z-index: 5;
  top: 0;
}
#feature3 .box h3 {
  font-size: 30px;
  color: #000;
  line-height: 61px;
  letter-spacing: -0.02em;
  font-weight: 300;
  margin-bottom: 50px;
}
#feature3 .box h3 strong {
  display: block;
  font-size: 50px;
  letter-spacing: 0.18em;
  font-weight: 600;
}
#feature3 .wrap {
  background: #e9e9e9;
  width: 100%;
  height: 100%;
  padding-top: 180px;
}
#feature3 .wrap ul.extension {
  position: absolute;
  width: 894px;
  left: 50%;
  margin-left: -447px;
}
#feature3 .wrap ul.reduction {
  position: absolute;
  width: 587px;
  left: 50%;
  margin-left: -294px;
}
#feature3 .wrap ul li {
  width: 280px;
  height: 510px;
  background: #fff;
  box-shadow: 0px 8px 18px 2px rgba(92, 75, 59, 0.2);
  float: left;
  margin-right: 27px;
  transform: translateY(-30px);
  opacity: 0;
}
#feature3 .wrap ul li:last-of-type {
  margin-right: 0;
}
#feature3 .wrap ul li:after {
  clear: both;
  display: table;
  content: '';
}
#feature3 .wrap ul li .object {
  display: block;
  height: 272px;
  padding-top: 55px;
}
#feature3 .wrap ul li .object i {
  content: '';
  display: inline-block;
}
#feature3 .wrap ul li .object .circle {
  background: #e1e6e8;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
#feature3 .wrap ul li .object .obj1 {
  background: url('../img/box_icon_1.png') no-repeat;
  width: 113px;
  height: 72px;
  position: absolute;
  top: 138px;
  transition: all 0.8s;
  left: -70px;
  opacity: 0;
}
#feature3 .wrap ul li .object .obj2 {
  background: url('../img/box_icon_2.png') no-repeat;
  width: 113px;
  height: 110px;
  position: absolute;
  top: 45px;
  transition: all 0.8s;
  right: 100px;
  opacity: 0;
}
#feature3 .wrap ul li .object .obj3 {
  background: url('../img/box_icon_3.png') no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 75px;
  left: 60px;
  transition: all 0.8s;
  transform: scale(0);
}
#feature3 .wrap ul li .object .obj4 {
  background: url('../img/box_icon_4.png') no-repeat;
  width: 119px;
  height: 66px;
  position: absolute;
  top: 150px;
  right: 45px;
  transition: all 0.8s;
  transform: scale(0);
}
#feature3 .wrap ul li .object .obj5 {
  background: url('../img/box_icon_5.png') no-repeat;
  width: 63px;
  height: 122px;
  position: absolute;
  left: 58px;
  transition: all 0.7s;
  top: 50px;
  opacity: 0;
}
#feature3 .wrap ul li .object .obj6 {
  background: url('../img/box_icon_6.png') no-repeat;
  width: 86px;
  height: 119px;
  position: absolute;
  right: 70px;
  transition: all 0.7s;
  top: 80px;
  opacity: 0;
}
#feature3 .wrap ul li .object .obj7-1 {
  background: url('../img/box_icon_7-1.png') no-repeat;
  width: 107px;
  height: 109px;
  position: absolute;
  top: 40px;
  left: 100px;
  opacity: 0;
  transition: all 0.5s;
}
#feature3 .wrap ul li .object .obj7-2 {
  background: url('../img/box_icon_7-2.png') no-repeat;
  width: 107px;
  height: 109px;
  position: absolute;
  top: 40px;
  left: 100px;
  opacity: 0;
  transition: all 0.5s;
}
#feature3 .wrap ul li .object .obj8 {
  background: url('../img/box_icon_8.png') no-repeat;
  width: 169px;
  height: 114px;
  position: absolute;
  left: 52px;
  top: 80px;
  opacity: 0;
  transition: all 1s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1.15);
}
#feature3 .wrap ul li .object .obj9 {
  background: url('../img/box_icon_9.png') no-repeat;
  width: 80px;
  height: 39px;
  position: absolute;
  left: 45px;
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1.15);
  top: 100px;
}
#feature3 .wrap ul li .object .obj9-2 {
  background: url('../img/box_icon_9.png') no-repeat;
  width: 80px;
  height: 39px;
  position: absolute;
  right: 45px;
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1.15);
  top: 10px;
}
#feature3 .wrap ul li .object .obj10 {
  background: url('../img/box_icon_10.png') no-repeat;
  width: 22px;
  height: 21px;
  position: absolute;
  top: 32px;
  right: 55px;
  opacity: 0;
  transition: all 0.5s;
}
#feature3 .wrap ul li .object .obj11 {
  background: url('../img/box_icon_11.png') no-repeat;
  width: 28px;
  height: 12px;
  position: absolute;
  top: 192px;
  left: 68px;
  opacity: 0;
  transition: all 0.5s;
}
#feature3 .wrap ul li .object .obj12 {
  background: url('../img/box_icon_12.png') no-repeat;
  width: 43px;
  height: 18px;
  position: absolute;
  top: 102px;
  right: 64px;
  opacity: 0;
  transition: all 0.5s;
}
#feature3 .wrap ul li .object .graph {
  width: 55px;
  background: #f15855;
  position: absolute;
  transform-origin: bottom;
}
#feature3 .wrap ul li .object .graph.short {
  height: 75px;
  top: 182px;
  left: 55px;
  transition: all 0.5s;
  transform: scaleY(0);
}
#feature3 .wrap ul li .object .graph.long {
  height: 165px;
  right: 58px;
  top: 92px;
  transition: all 0.8s;
  transform: scaleY(0);
}
#feature3 .wrap ul li .text {
  text-align: left;
  padding: 17px 27px 0 27px;
}
#feature3 .wrap ul li .text strong,
#feature3 .wrap ul li .text p {
  color: #2a2a2a;
  letter-spacing: -0.02em;
}
#feature3 .wrap ul li .text strong {
  font-size: 22px;
}
#feature3 .wrap ul li .text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
  margin-top: 10px;
}
#feature3 .wrap ul li .popup_open_btn {
  text-indent: -9999px;
  background: url('../img/popup_open_btn.png') no-repeat;
  width: 43px;
  height: 44px;
  position: relative;
}
#feature3 .wrap ul li .btn_area {
  height: 45px;
  text-align: right;
  width: 100px;
  margin-left: 125px;
}
#feature3 .wrap ul li .btn_area i {
  content: '';
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #2f2f2f;
  position: relative;
  top: -4px;
  animation: button_line 1.5s infinite;
  animation-timing-function: cubic-bezier(0, 0, 0.35, 0.96);
  transition: all 1s;
}
#feature3 .wrap ul li .btn_area:hover i {
  width: 35px;
  left: 18px;
  animation: none;
  transition: all 1s;
}
#feature3 .button_area {
  position: absolute;
  width: 1200px;
  height: 120px;
  top: 370px;
  left: 50%;
  margin-left: -600px;
}
#feature3 .swiper-button-prev {
  background: url(../img/slide_arrow_white.png) no-repeat;
  width: 50px;
  height: 110px;
  top: 30px;
  left: 0;
}
#feature3 .swiper-button-next {
  background: url(../img/slide_arrow_white.png) no-repeat;
  width: 50px;
  height: 110px;
  transform: rotate(180deg);
  top: 30px;
  right: 0;
}
#feature4 {
  overflow: hidden;
}
#feature4 .pin_area {
  position: absolute;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#feature4 .pin_area > div {
  width: 100%;
  height: 750px;
}
#feature4 .pin_area > div.screen_1 {
  height: 80vh;
  margin-top: 10vh;
}
#feature4 .screen_wrap {
  background: #000;
}
#feature4 .screen_wrap .box {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -600px;
  height: 100%;
  top: 0;
}
#feature4 .screen_wrap .screen_1 {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
  /*
            .shadow{
                width: 1088px;
                height: 65px;
                //opacity: 0.6;
                opacity: 0;
                margin: 0 auto;
                position: relative;
                top: 58vh;
                z-index: 10;
                i{
                    content: '';
                    display: inline-block;
                    width: 100%;
                    height: 1px;
                    box-shadow: 0px 10px 10px 20px rgba(0, 0, 0, 1);
                    border-radius: 20%;
                    background: rgba(0, 0, 0, 0.9);
                }
            }
            */
}
#feature4 .screen_wrap .screen_1 h5 {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  text-shadow: 3px 3px 6px grey;
  color: #fff;
  width: 1040px;
  left: 50%;
  margin-left: -520px;
  z-index: 2;
  top: 52%;
  opacity: 0;
}
#feature4 .screen_wrap .screen_1 h5 span {
  font-size: 60px;
  font-weight: 300;
  display: block;
  letter-spacing: -0.02em;
}
#feature4 .screen_wrap .screen_1 h5 strong {
  display: block;
  font-size: 100px;
  letter-spacing: 0.18em;
  font-style: italic;
}
#feature4 .screen_wrap .screen_1 .piece_0 {
  background: url('../img/feature4_bg_1.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
}
#feature4 .screen_wrap .screen_1 .piece_1 {
  background: url('../img/feature4_piece_1.png') no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#feature4 .screen_wrap .screen_1 .piece_2 {
  background: url('../img/feature4_piece_2.png') no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150%;
  position: absolute;
  z-index: 3;
  top: 0;
}
#feature4 .screen_wrap .screen_1 .gradient {
  opacity: 0;
  position: absolute;
  width: 100%;
  background: linear-gradient(0deg, #000000 0%, #000000 60%, rgba(255, 255, 255, 0.01) 100%);
  height: 14vw;
  bottom: 0;
  z-index: 8;
}
#feature4 .screen_wrap .explain span {
  position: absolute;
  font-size: 22px;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #fff;
  z-index: 5;
}
#feature4 .screen_wrap .explain .round {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 5;
}
#feature4 .screen_wrap .explain .round i {
  animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  opacity: 0.8;
  position: relative;
  top: 3px;
  left: 3px;
}
#feature4 .screen_wrap .list {
  position: absolute;
  top: 265px;
  left: 255px;
  z-index: 5;
}
#feature4 .screen_wrap .list ul li {
  float: left;
}
#feature4 .screen_wrap .list ul li .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #343c41;
}
#feature4 .screen_wrap .list ul li .icon i {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}
#feature4 .screen_wrap .list ul li .icon .true i {
  border-radius: 50%;
  background: #0786ca;
}
#feature4 .screen_wrap .list ul li .icon .false i {
  background: url('../img/list_false.png') no-repeat;
  width: 23px;
  height: 23px;
}
#feature4 .screen_wrap .list ul li .icon .true,
#feature4 .screen_wrap .list ul li .icon .false {
  transform: scaleY(0);
}
#feature4 .screen_wrap .list ul li .icon .true.top,
#feature4 .screen_wrap .list ul li .icon .false.top {
  transform-origin: bottom;
}
#feature4 .screen_wrap .list ul li .icon .true.bottom,
#feature4 .screen_wrap .list ul li .icon .false.bottom {
  transform-origin: top;
}
#feature4 .screen_wrap .list ul li p {
  opacity: 0;
  position: absolute;
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.02em;
  font-weight: 300;
  line-height: 28px;
}
#feature4 .screen_wrap .list ul li p span {
  display: block;
  font-weight: 600;
}
#feature4 .screen_wrap .list ul li p.text_true {
  color: #00c6ff;
}
#feature4 .screen_wrap .list ul li:after {
  clear: both;
  display: table;
  content: '';
}
#feature4 .screen_wrap .screen_2,
#feature4 .screen_wrap .screen_3,
#feature4 .screen_wrap .screen_4 {
  position: relative;
  background: #343c41;
  color: #fff;
  width: 100%;
  height: 750px;
}
#feature4 .screen_wrap .screen_2 {
  background: linear-gradient(0deg, #1b1f22 0%, #000000 100%, rgba(255, 255, 255, 0.01) 100%);
}
#feature4 .screen_wrap .screen_2 .explain span {
  opacity: 0;
  top: 245px;
  left: 30px;
}
#feature4 .screen_wrap .screen_2 .explain .round {
  opacity: 0;
  top: 300px;
  left: 55px;
}
#feature4 .screen_wrap .screen_2 .road {
  background: url('../img/screen_2_road.png') no-repeat;
  width: 1100px;
  height: 34px;
  margin: 300px auto;
  transform-origin: left;
  transform: scaleX(0);
}
#feature4 .screen_wrap .screen_2 .camper {
  width: 100px;
  height: 80px;
  position: absolute;
  top: 238px;
  left: 0;
  z-index: 2;
}
#feature4 .screen_wrap .screen_2 .list {
  left: 255px;
}
#feature4 .screen_wrap .screen_2 .list ul li {
  opacity: 0;
}
#feature4 .screen_wrap .screen_2 .list ul li .text_false {
  color: #707070;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_length .true {
  position: absolute;
  width: 1px;
  height: 140px;
  background: #0786ca;
  top: -140px;
  left: 45px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_length .true i {
  left: -10px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_length .false {
  position: absolute;
  width: 1px;
  height: 80px;
  background: #ed1c24;
  top: 90px;
  left: 45px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_length .false i {
  left: -11px;
  top: 70px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_length .text_true {
  top: -220px;
  left: -70px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_length .text_false {
  top: 190px;
  left: -80px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_length img {
  position: relative;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_width {
  margin: 0 225px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_width .true {
  position: absolute;
  width: 1px;
  height: 200px;
  background: #0786ca;
  left: 362px;
  top: 90px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_width .true i {
  left: -10px;
  top: 190px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_width .false {
  position: absolute;
  width: 1px;
  background: #ed1c24;
  top: -30px;
  left: 362px;
  height: 30px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_width .false i {
  left: -11px;
  top: -10px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_width .text_true {
  top: 310px;
  left: 180px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_width .text_false {
  top: -100px;
  left: 190px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_width img {
  position: relative;
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_height .true {
  position: absolute;
  width: 1px;
  background: #0786ca;
  top: 90px;
  left: 674px;
  height: 50px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_height .true i {
  left: -10px;
  top: 45px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_height .false {
  position: absolute;
  width: 1px;
  background: #ed1c24;
  left: 674px;
  height: 130px;
  top: -130px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_height .false i {
  left: -11px;
  top: -10px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_height .text_true {
  width: 300px;
  top: 170px;
  left: 525px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_height .text_false {
  top: -210px;
  width: 300px;
  left: 525px;
}
#feature4 .screen_wrap .screen_2 .list ul li.car_height img {
  position: relative;
  top: -5%;
}
#feature4 .screen_wrap .screen_2 .object {
  z-index: 2;
}
#feature4 .screen_wrap .screen_2 .object .cloud1 {
  opacity: 0;
  position: absolute;
  width: 100px;
  top: 180px;
  left: 200px;
  animation: cloud_1 1.5s infinite alternate;
  animation-timing-function: linear;
}
#feature4 .screen_wrap .screen_2 .object .cloud2 {
  opacity: 0;
  position: absolute;
  width: 100px;
  top: 150px;
  left: 1070px;
  animation: cloud_1 1.5s infinite alternate;
  animation-timing-function: linear;
}
#feature4 .screen_wrap .screen_2 .object .cloud3 {
  opacity: 0;
  position: absolute;
  width: 115px;
  top: 90px;
  left: 480px;
  animation: cloud_1 1.5s infinite alternate;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}
#feature4 .screen_wrap .screen_2 .object .tree_1,
#feature4 .screen_wrap .screen_2 .object .tree_2 {
  width: 60px;
  height: 85px;
  position: absolute;
  top: 232px;
  left: 340px;
  opacity: 0;
  transform: translateY(-20px);
}
#feature4 .screen_wrap .screen_2 .object .tree_2 {
  left: 385px;
}
#feature4 .screen_wrap .screen_2 .object .grass {
  width: 100px;
  position: absolute;
  top: 292px;
  left: 455px;
  opacity: 0;
  transform: translateY(10px);
}
#feature4 .screen_wrap .screen_2 .object .tree_3 {
  width: 90px;
  position: absolute;
  top: 215px;
  left: 695px;
  opacity: 0;
  transform: translateY(-20px);
}
#feature4 .screen_wrap .screen_2 .object .mountain {
  width: 180px;
  position: absolute;
  top: 168px;
  left: 760px;
  z-index: 1;
}
#feature4 .screen_wrap .screen_2 .object .sign {
  width: 35px;
  position: absolute;
  top: 210px;
  left: 1030px;
  opacity: 0;
}
#feature4 .screen_wrap .screen_3 {
  background: linear-gradient(0deg, #252b2e 0%, #1b1f22 100%, rgba(255, 255, 255, 0.01) 100%);
}
#feature4 .screen_wrap .screen_3 .explain span {
  opacity: 0;
  right: 30px;
  top: 255px;
}
#feature4 .screen_wrap .screen_3 .explain .round {
  opacity: 0;
  right: 48px;
  top: 305px;
}
#feature4 .screen_wrap .screen_3 .road2 {
  opacity: 0;
  background: url('../img/screen_2_road_2.png') no-repeat;
  width: 36px;
  height: 790px;
  position: absolute;
  top: -450px;
  left: 1125px;
  transform-origin: top;
  transform: scaleY(0);
}
#feature4 .screen_wrap .screen_3 .road3 {
  background: url('../img/screen_2_road.png') no-repeat;
  width: 1100px;
  height: 34px;
  margin: 306px auto;
  transform-origin: right;
  transform: scaleX(0);
}
#feature4 .screen_wrap .screen_3 .list {
  top: 270px;
  left: 160px;
}
#feature4 .screen_wrap .screen_3 .list ul li {
  opacity: 0;
}
#feature4 .screen_wrap .screen_3 .list ul li.tyre .true {
  position: absolute;
  width: 1px;
  background: #0786ca;
  top: 90px;
  left: 795px;
  height: 80px;
}
#feature4 .screen_wrap .screen_3 .list ul li.tyre .true i {
  left: -10px;
  top: 65px;
}
#feature4 .screen_wrap .screen_3 .list ul li.tyre .false {
  position: absolute;
  width: 1px;
  background: #ed1c24;
  left: 795px;
  height: 90px;
  top: -90px;
}
#feature4 .screen_wrap .screen_3 .list ul li.tyre .false i {
  left: -11px;
  top: -10px;
}
#feature4 .screen_wrap .screen_3 .list ul li.tyre .text_true {
  width: 350px;
  top: 200px;
  left: 620px;
}
#feature4 .screen_wrap .screen_3 .list ul li.tyre .text_false {
  width: 350px;
  top: -200px;
  left: 620px;
}
#feature4 .screen_wrap .screen_3 .list ul li.tyre img {
  position: relative;
  width: 230%;
  top: -65%;
  left: -64%;
}
#feature4 .screen_wrap .screen_3 .list ul li.car-lights {
  margin-right: 160px;
}
#feature4 .screen_wrap .screen_3 .list ul li.car-lights .true {
  position: absolute;
  width: 1px;
  background: #0786ca;
  top: 90px;
  left: 545px;
  height: 180px;
}
#feature4 .screen_wrap .screen_3 .list ul li.car-lights .true i {
  left: -10px;
  top: 165px;
}
#feature4 .screen_wrap .screen_3 .list ul li.car-lights .false {
  position: absolute;
  width: 1px;
  background: #ed1c24;
  left: 545px;
  height: 40px;
  top: -40px;
}
#feature4 .screen_wrap .screen_3 .list ul li.car-lights .false i {
  left: -11px;
  top: -10px;
}
#feature4 .screen_wrap .screen_3 .list ul li.car-lights .text_true {
  top: 290px;
  left: 477px;
}
#feature4 .screen_wrap .screen_3 .list ul li.car-lights .text_false {
  top: -115px;
  left: 395px;
}
#feature4 .screen_wrap .screen_3 .list ul li.car-lights img {
  position: relative;
  width: 200%;
  top: -46%;
  left: -46%;
}
#feature4 .screen_wrap .screen_3 .list ul li.delivery-truck {
  margin: 0 160px;
}
#feature4 .screen_wrap .screen_3 .list ul li.delivery-truck .true {
  position: absolute;
  width: 1px;
  background: #0786ca;
  left: 295px;
  height: 120px;
  top: -120px;
}
#feature4 .screen_wrap .screen_3 .list ul li.delivery-truck .true i {
  left: -10px;
  top: -15px;
}
#feature4 .screen_wrap .screen_3 .list ul li.delivery-truck .false {
  position: absolute;
  width: 1px;
  background: #ed1c24;
  left: 295px;
  height: 60px;
  top: 90px;
}
#feature4 .screen_wrap .screen_3 .list ul li.delivery-truck .false i {
  left: -11px;
  top: 50px;
}
#feature4 .screen_wrap .screen_3 .list ul li.delivery-truck .text_true {
  top: -200px;
  left: 250px;
}
#feature4 .screen_wrap .screen_3 .list ul li.delivery-truck .text_false {
  top: 180px;
  left: 195px;
}
#feature4 .screen_wrap .screen_3 .list ul li.delivery-truck img {
  position: relative;
  width: 250%;
  top: -70%;
  left: -145%;
}
#feature4 .screen_wrap .screen_3 .list ul li.mute .true {
  position: absolute;
  width: 1px;
  background: #0786ca;
  left: 45px;
  height: 70px;
  top: -70px;
}
#feature4 .screen_wrap .screen_3 .list ul li.mute .true i {
  left: -10px;
  top: -15px;
}
#feature4 .screen_wrap .screen_3 .list ul li.mute .false {
  position: absolute;
  width: 1px;
  background: #ed1c24;
  left: 45px;
  height: 120px;
  top: 90px;
}
#feature4 .screen_wrap .screen_3 .list ul li.mute .false i {
  left: -11px;
  top: 110px;
}
#feature4 .screen_wrap .screen_3 .list ul li.mute .text_true {
  top: -150px;
  left: -40px;
}
#feature4 .screen_wrap .screen_3 .list ul li.mute .text_false {
  left: -62px;
  top: 240px;
}
#feature4 .screen_wrap .screen_3 .list ul li.mute img {
  position: relative;
  width: 170%;
  top: -48%;
  left: -12%;
}
#feature4 .screen_wrap .screen_3 .object .sun {
  position: absolute;
  width: 80px;
  top: 80px;
  left: 600px;
  opacity: 0;
  transform: translateY(50px);
}
#feature4 .screen_wrap .screen_3 .object .mountain {
  position: absolute;
  width: 150px;
  top: 196px;
  left: 940px;
}
#feature4 .screen_wrap .screen_3 .object .grass1 {
  width: 100px;
  position: absolute;
  top: 298px;
  left: 760px;
  opacity: 0;
  transform: translateY(10px);
}
#feature4 .screen_wrap .screen_3 .object .grass2 {
  width: 100px;
  position: absolute;
  top: 298px;
  left: 572px;
  opacity: 0;
  transform: translateY(10px);
}
#feature4 .screen_wrap .screen_3 .object .tree_1 {
  position: absolute;
  width: 55px;
  top: 255px;
  left: 790px;
  opacity: 0;
  transform: translateY(-20px);
}
#feature4 .screen_wrap .screen_3 .object .tree_2 {
  position: absolute;
  width: 55px;
  top: 255px;
  left: 748px;
  opacity: 0;
  transform: translateY(-20px);
}
#feature4 .screen_wrap .screen_3 .object .dog {
  position: absolute;
  width: 50px;
  transform: rotateY(-180deg);
  top: 264px;
  left: 580px;
  opacity: 0;
}
#feature4 .screen_wrap .screen_3 .object .tree_3 {
  position: absolute;
  width: 120px;
  top: 205px;
  left: 470px;
  opacity: 0;
  transform: translateY(-20px);
}
#feature4 .screen_wrap .screen_3 .object .cloud1 {
  opacity: 0;
  position: absolute;
  width: 120px;
  top: 170px;
  left: 320px;
  animation: cloud_1 1.5s infinite alternate;
  animation-timing-function: linear;
}
#feature4 .screen_wrap .screen_3 .object .bonfire {
  position: absolute;
  top: 268px;
  width: 40px;
  left: 375px;
}
#feature4 .screen_wrap .screen_3 .object .folding-chair {
  position: absolute;
  width: 45px;
  top: 264px;
  left: 328px;
}
#feature4 .screen_wrap .screen_3 .object .caravan {
  position: absolute;
  width: 90px;
  top: 238px;
  left: 238px;
  transform: rotateY(180deg);
}
#feature4 .screen_wrap .screen_3 .object .park {
  position: absolute;
  width: 95px;
  top: 224px;
  left: 72px;
  opacity: 0;
}
#feature4 .screen_wrap .screen_4 {
  background: linear-gradient(0deg, #2d3438 0%, #252b2e 100%, rgba(255, 255, 255, 0.01) 100%);
}
#feature4 .screen_wrap .screen_4 .explain span {
  opacity: 0;
  top: 235px;
  left: 25px;
}
#feature4 .screen_wrap .screen_4 .explain .round {
  opacity: 0;
  top: 290px;
  left: 40px;
}
#feature4 .screen_wrap .screen_4 .road2 {
  opacity: 0;
  background: url('../img/screen_2_road_3.png') no-repeat;
  width: 36px;
  height: 767px;
  position: absolute;
  top: -445px;
  left: 30px;
  transform-origin: top;
  transform: scaleY(0);
}
#feature4 .screen_wrap .screen_4 .road3 {
  background: url('../img/screen_2_road_4.png') no-repeat;
  height: 34px;
  margin: 306px auto;
  width: 1657px;
  position: relative;
  top: -10px;
  left: 30px;
  transform-origin: left;
  transform: scaleX(0);
}
#feature4 .screen_wrap .screen_4 .list {
  left: 320px;
}
#feature4 .screen_wrap .screen_4 .list ul li {
  opacity: 0;
}
#feature4 .screen_wrap .screen_4 .list ul li.car-roof .true {
  position: absolute;
  width: 1px;
  background: #0786ca;
  left: 45px;
  top: -100px;
  height: 100px;
}
#feature4 .screen_wrap .screen_4 .list ul li.car-roof .true i {
  left: -10px;
  top: -10px;
}
#feature4 .screen_wrap .screen_4 .list ul li.car-roof .false {
  position: absolute;
  width: 1px;
  background: #ed1c24;
  left: 45px;
  top: 90px;
  height: 60px;
}
#feature4 .screen_wrap .screen_4 .list ul li.car-roof .false i {
  left: -11px;
  top: 50px;
}
#feature4 .screen_wrap .screen_4 .list ul li.car-roof img {
  position: relative;
  width: 250%;
  top: -94%;
  left: -72%;
}
#feature4 .screen_wrap .screen_4 .list ul li.car-roof .text_true {
  width: 300px;
  top: -180px;
  left: -105px;
}
#feature4 .screen_wrap .screen_4 .list ul li.car-roof .text_false {
  width: 300px;
  top: 170px;
  left: -105px;
}
#feature4 .screen_wrap .screen_4 .object .cloud1 {
  opacity: 0;
  position: absolute;
  width: 100px;
  top: 170px;
  left: 130px;
  animation: cloud_1 1.5s infinite alternate;
  animation-timing-function: linear;
}
#feature4 .screen_wrap .screen_4 .object .cloud2 {
  opacity: 0;
  position: absolute;
  width: 82px;
  top: 200px;
  left: 490px;
  animation: cloud_1 1.5s infinite alternate;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}
#feature4 .screen_wrap .screen_4 .object .cloud3 {
  opacity: 0;
  position: absolute;
  width: 110px;
  top: 140px;
  left: 690px;
  animation: cloud_1 1.5s infinite alternate;
  animation-timing-function: linear;
}
#feature4 .screen_wrap .screen_4 .object .squirrel {
  position: absolute;
  width: 50px;
  top: 250px;
  left: 180px;
}
#feature4 .screen_wrap .screen_4 .object .stump {
  position: absolute;
  width: 75px;
  top: 230px;
  left: 235px;
}
#feature4 .screen_wrap .screen_4 .object .grass {
  position: absolute;
  width: 100px;
  top: 288px;
  left: 500px;
  opacity: 0;
  transform: translateY(10px);
}
#feature4 .screen_wrap .screen_4 .object .tree_1 {
  position: absolute;
  width: 80px;
  top: 222px;
  left: 515px;
  opacity: 0;
  transform: translateY(-20px);
}
#feature4 .screen_wrap .screen_4 .object .tree_2 {
  position: absolute;
  width: 80px;
  top: 222px;
  left: 550px;
  opacity: 0;
  transform: translateY(-20px);
}
#feature4 .screen_wrap .screen_4 .object .signpost {
  position: absolute;
  top: 226px;
  width: 70px;
  left: 620px;
}
#feature4 .screen_wrap .screen_4 .object .tree_3 {
  position: absolute;
  width: 55px;
  top: 250px;
  left: 740px;
  opacity: 0;
  transform: translateY(-20px);
}
#feature4 .screen_wrap .screen_4 .object .tree_4 {
  position: absolute;
  width: 55px;
  top: 250px;
  left: 770px;
  opacity: 0;
  transform: translateY(-20px);
}
#feature4 .screen_wrap .screen_4 .object .moon {
  position: absolute;
  width: 70px;
  top: 135px;
  left: 790px;
  transform: rotate(35deg);
  opacity: 0;
  transform: translateY(50px);
}
#feature4 .screen_wrap .screen_4 .object .sign {
  position: absolute;
  width: 35px;
  top: 205px;
  left: 870px;
  opacity: 0;
}
#feature4 .screen_wrap .screen_4 .object .park {
  position: absolute;
  width: 110px;
  top: 200px;
  left: 930px;
  opacity: 0;
}
#feature5 {
  width: 100%;
  height: 1100px;
  background: linear-gradient(0deg, #2d3438 0%, #252b2e 580%, rgba(255, 255, 255, 0.01) 100%);
  top: -120px;
}
#feature5 .box {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 200px;
  margin: 100px 0 0 -600px;
  text-align: center;
  z-index: 5;
}
#feature5 .box h4 {
  color: #fff;
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 46px;
}
#feature5 .box p {
  font-weight: 200;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 42px;
}
#feature5 .box p span {
  margin: 0 5px;
}
#feature5 .box a.btn {
  background: #ff8800;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.06em;
  font-weight: 400;
  padding: 27px 40px;
  position: relative;
  display: inline-block;
  min-width: 342px;
  max-width: 342px;
  top: 65px;
  text-align: left;
  opacity: 0;
}
#feature5 .box a .btn_icon {
  content: '';
  background: url(../img/basic_btn_icon.png) no-repeat;
  width: 54px;
  height: 54px;
  position: absolute;
  display: inline-block;
  top: 14px;
  right: 25px;
}
#feature5 .box a .btn_line {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 60px;
  top: 40px;
  animation: button_line2 1.5s infinite;
  animation-timing-function: cubic-bezier(0, 0, 0.35, 0.96);
  transition: all 1s;
}
#feature5 .box a:hover .btn_line {
  width: 42px;
  animation: none;
  transition: all 1s;
}
#feature5 .screen {
  width: 100%;
  height: 100%;
}
#feature5 .screen .piece_4 {
  background: url('../img/feature4_piece_4.png') no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1200px;
  position: absolute;
}
#feature5 .screen .piece_5 {
  background: url('../img/feature4_piece_5.png') no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1200px;
  position: absolute;
}
#feature5 .screen .piece_6 {
  background: url('../img/feature4_piece_6.png') no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1200px;
  position: absolute;
}
#feature6 {
  width: 100%;
  height: 900px;
  min-height: 900px;
  overflow: hidden;
  transition: all 1s;
}
#feature6 .box {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  top: 0;
  height: auto;
  margin: 0 0 0 -600px;
  padding: 165px 0;
}
#feature6 .box .title {
  text-align: center;
  color: #252525;
  margin-bottom: 110px;
}
#feature6 .box .title .logo .tsLogo {
  width: 300px;
}
#feature6 .box .title .logo .tsLogo .cls-1 {
  fill: url(#linear-gradient);
}
#feature6 .box .title .logo .tsLogo .cls-2 {
  fill: url(#linear-gradient-2);
}
#feature6 .box .title .logo .tsLogo .cls-3 {
  fill: #808285;
}
#feature6 .box .title strong span {
  position: relative;
  font-size: 80px;
  letter-spacing: 0;
  color: #464646;
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-block;
  transform-origin: 50% 50% 25px;
}
#feature6 .box .list {
  width: 738px;
  margin: 0 auto;
}
#feature6 .box .list .qna_title {
  border: solid #252525;
  border-width: 2px 0 2px 0;
  padding: 25px 0;
  cursor: pointer;
}
#feature6 .box .list .qna_title strong {
  color: #252525;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.045em;
}
#feature6 .box .list .qna_title button {
  cursor: pointer;
  background: none;
  width: 25px;
  height: 25px;
  float: right;
  margin-right: 6px;
  transition: all 0.5s;
}
#feature6 .box .list .qna_title button:after {
  clear: both;
  display: table;
  content: '';
}
#feature6 .box .list .qna_title button:hover .svgCross rect {
  fill: #ff8800;
  transition: all 0.8s;
}
#feature6 .box .list .qna_title button.closeBtn .svgCross {
  transform: rotate(45deg);
  transition: all 0.5s;
}
#feature6 .box .list .qna_title button.moreViewBtn .svgCross {
  transform: rotate(0deg);
  transition: all 0.5s;
}
#feature6 .box .list .collapsible {
  box-sizing: border-box;
  overflow: hidden;
  max-height: 500px;
  transition: all 1s ease-out;
}
#feature6 .box .list .collapsible > div {
  padding: 50px 0 70px 2px;
}
#feature6 .box .list .collapsible p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.045em;
  color: #252525;
  font-weight: 300;
}
#feature6 .box .list .collapsible.close {
  padding: 0;
  max-height: 0;
  margin-top: -2px;
}
#feature6 .box .list .collapsible:last-of-type > div {
  border-bottom: 2px solid #252525;
}
#feature6 .box .list .collapsible.list_3 {
  height: 500px;
}
#feature6 .box .list .collapsible .table_list {
  margin-top: 30px;
}
#feature6 .box .list .collapsible .table_list .list_title {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
#feature6 .box .list .collapsible .table_list ul li {
  float: left;
  border: 2px solid #848484;
  width: 220px;
}
#feature6 .box .list .collapsible .table_list ul li strong {
  display: block;
  background: #e5e5e5;
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.02em;
  font-weight: 500;
  padding: 8px 0;
}
#feature6 .box .list .collapsible .table_list ul li span {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.045em;
  font-weight: 300;
  color: #2f2bff;
  display: block;
  padding: 20px 10px;
  text-align: center;
}
#feature6 .box .list .collapsible .table_list ul li.twotab strong:nth-of-type(1) {
  display: inline-block;
  width: 50px;
  border-right: 2px solid #848484;
}
#feature6 .box .list .collapsible .table_list ul li.twotab strong:nth-of-type(2) {
  display: inline-block;
  margin-left: -2px;
  width: 165px;
}
#feature6 .box .list .collapsible .table_list ul li.twotab span:nth-of-type(1) {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  height: 92px;
  border-right: 2px solid #848484;
  padding: 30px 0 0 0;
  color: #252525;
}
#feature6 .box .list .collapsible .table_list ul li.twotab span:nth-of-type(2) {
  width: 165px;
  margin-left: -2px;
  display: inline-block;
}
#feature6 .box .list .collapsible .table_list ul li.next {
  width: 36px;
  height: 137px;
  border: none;
  padding-top: 40px;
}
#feature6 .box .list .collapsible .table_list ul li.next span {
  color: #252525;
  font-size: 20px;
}
#feature6 .box .list .collapsible .table_list ul li:last-child {
  margin-right: 0;
}
#feature6 .box .list .collapsible .table_list ul li:after {
  clear: both;
  display: table;
  content: '';
}
.modal_popup {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  transition: all 0.3s;
}
.modal_popup.active {
  opacity: 1;
  transition: all 0.3s;
  visibility: visible;
}
.modal_popup .bg {
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.modal_popup .popup_close_btn {
  text-indent: -9999px;
  background: url('../img/popup_close_btn.png') no-repeat;
  width: 41px;
  height: 41px;
  position: absolute;
  right: 10px;
}
.modal_popup .expand {
  opacity: 0;
  visibility: hidden;
  width: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
  opacity: 1;
  text-align: center;
}
.modal_popup .expand.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.modal_popup .expand strong {
  text-align: center;
  color: #fff;
  font-size: 35px;
  letter-spacing: -0.02em;
  line-height: 33px;
  font-weight: 500;
}
.modal_popup .expand .diagram {
  margin-top: 40px;
}
.modal_popup .expand .diagram ul li {
  float: left;
  width: 200px;
  height: 160px;
  background: #606060;
  position: relative;
  transition: all 0.5s;
}
.modal_popup .expand .diagram ul li:after {
  clear: both;
  display: table;
  content: '';
}
.modal_popup .expand .diagram ul li strong {
  font-size: 30px;
  display: block;
  margin-bottom: 8px;
}
.modal_popup .expand .diagram ul li span {
  font-size: 16px;
  font-weight: 200;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 24px;
}
.modal_popup .expand .diagram ul li:hover {
  background: #ff8800;
  transition: all 0.5s;
}
.modal_popup .expand .diagram ul li:nth-of-type(2n) {
  background: #aeaeae;
}
.modal_popup .expand .diagram ul li:nth-of-type(2n):hover {
  background: #0786ca;
}
.modal_popup .expand .diagram ul li .text {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 200px;
  padding-top: 45px;
}
.modal_popup .expand .diagram ul li .text.pd {
  padding-top: 35px;
}
.modal_popup .expand .diagram ul li .img {
  width: 200px;
  height: 160px;
  opacity: 0.25;
}
.modal_popup .expand .diagram ul li .expend_1 {
  background: url(../img/expend_img_1.jpg) no-repeat;
  background-size: 100% 100%;
}
.modal_popup .expand .diagram ul li .expend_2 {
  background: url(../img/expend_img_2.jpg) no-repeat;
  background-size: 100% 100%;
}
.modal_popup .expand .diagram ul li .expend_3 {
  background: url(../img/expend_img_3.jpg) no-repeat;
  background-size: 100% 100%;
}
.modal_popup .expand .diagram ul li .expend_4 {
  background: url(../img/expend_img_4.jpg) no-repeat;
  background-size: 100% 100%;
}
.modal_popup .expand .diagram ul li .expend_5 {
  background: url(../img/expend_img_5.jpg) no-repeat;
  background-size: 100% 100%;
}
.modal_popup .expand .diagram ul li .expend_6 {
  background: url(../img/expend_img_6.jpg) no-repeat;
  background-size: 100% 100%;
}
.modal_popup .expand .diagram ul li .expend_7 {
  background: url(../img/expend_img_7.jpg) no-repeat;
  background-size: 100% 100%;
}
.modal_popup .expand .diagram ul li .expend_8 {
  background: url(../img/expend_img_8.jpg) no-repeat;
  background-size: 100% 100%;
}
.modal_popup .expand .diagram ul li .expend_9 {
  background: url(../img/expend_img_9.jpg) no-repeat;
  background-size: 100% 100%;
}
.modal_popup .expand .diagram ul li .expend_10 {
  background: url(../img/expend_img_10.jpg) no-repeat;
  background-size: 100% 100%;
}
.modal_popup .expand .diagram ul li .expend_11 {
  background: url(../img/expend_img_11.jpg) no-repeat;
  background-size: 100% 100%;
}
.modal_popup .reduce {
  opacity: 0;
  visibility: hidden;
  width: 1200px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  opacity: 1;
}
.modal_popup .reduce.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.modal_popup .reduce .table_area {
  width: 100%;
  height: 550px;
  background: #fff;
  margin-top: 55px;
  padding: 46px;
}
.modal_popup .reduce .table {
  width: 520px;
  height: 100%;
  display: inline-block;
  text-align: center;
}
.modal_popup .reduce .table table {
  min-height: 380px;
  max-height: 380px;
  margin-top: 25px;
}
.modal_popup .reduce .table th {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.02em;
  padding: 6px 0px;
}
.modal_popup .reduce .table th:nth-of-type(1) {
  border-right: 1px solid #d1d2d1;
}
.modal_popup .reduce .table td {
  font-weight: 300;
  line-height: 28px;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.modal_popup .reduce .table td:nth-of-type(1) {
  border-right: 1px solid #d1d2d1;
}
.modal_popup .reduce .table strong {
  font-size: 30px;
  letter-spacing: -0.02em;
}
.modal_popup .reduce .table.first {
  margin-right: 34px;
}
.modal_popup .reduce .table.first strong {
  color: #ff8800;
}
.modal_popup .reduce .table.first thead {
  background: #ff8800;
}
.modal_popup .reduce .table.first tbody td {
  padding: 25px 0;
}
.modal_popup .reduce .table.first tbody tr:nth-of-type(2n) {
  background: #f0f0f0;
}
.modal_popup .reduce .table.first:after {
  content: '';
  width: 1px;
  background: #464646;
  position: absolute;
  right: 50%;
  height: 380px;
  top: 168px;
}
.modal_popup .reduce .table.second {
  margin-left: 30px;
}
.modal_popup .reduce .table.second strong {
  color: #0786ca;
}
.modal_popup .reduce .table.second thead {
  background: #0786ca;
}
.modal_popup .reduce .table.second tbody td {
  padding: 7px 0;
}
.modal_popup .reduce .table.second tbody tr:first-child,
.modal_popup .reduce .table.second tbody tr:nth-of-type(2n) {
  background: #f0f0f0;
}
.modal_popup .reduce .table.second tbody tr:nth-of-type(2) td {
  border: 0px solid #d1d2d1;
  border-width: 1px 0 0 0;
}
@media all and (max-height: 1000px) {
  .scrollDownBtn {
    opacity: 0;
    visibility: hidden;
  }
}
@media all and (min-width: 1921px) {
  #feature2 .mask_layer {
    width: 100%;
    margin: 0;
    left: 0;
  }
}
@media all and (max-width: 1280px) {
  #feature4 .screen_wrap .screen_1 h5 span {
    font-size: 45px;
  }
  #feature4 .screen_wrap .screen_1 h5 strong {
    font-size: 70px;
  }
}
@keyframes button_line {
  0% {
    left: -10px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: 18px;
    opacity: 0;
  }
}
@keyframes button_line2 {
  0% {
    right: 85px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    right: 60px;
    opacity: 0;
  }
}
@keyframes button_line3 {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(0px);
  }
}
@keyframes heartbit {
  0% {
    transform: scale(0.3);
    -webkit-transform: scale(0);
    opacity: 0.4;
  }
  50% {
    transform: scale(0.7);
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes cloud_1 {
  to {
    transform: translateY(-10px);
  }
  from {
    transform: translateY(0px);
  }
}
body.ie.ie11 #feature4 .screen_wrap .screen_2 .object .mountain,
body.ie.ie10 #feature4 .screen_wrap .screen_2 .object .mountain,
body.ie.ie9 #feature4 .screen_wrap .screen_2 .object .mountain {
  top: -135px;
}
body.ie.ie11 #feature4 .screen_wrap .screen_3 .object .mountain,
body.ie.ie10 #feature4 .screen_wrap .screen_3 .object .mountain,
body.ie.ie9 #feature4 .screen_wrap .screen_3 .object .mountain {
  top: -120px;
}
body.ie.ie11 #feature4 .screen_wrap .screen_3 .object .tree_1,
body.ie.ie10 #feature4 .screen_wrap .screen_3 .object .tree_1,
body.ie.ie9 #feature4 .screen_wrap .screen_3 .object .tree_1,
body.ie.ie11 #feature4 .screen_wrap .screen_3 .object .tree_2,
body.ie.ie10 #feature4 .screen_wrap .screen_3 .object .tree_2,
body.ie.ie9 #feature4 .screen_wrap .screen_3 .object .tree_2 {
  top: -90px;
}
body.ie.ie11 #feature4 .screen_wrap .screen_3 .object .tree_3,
body.ie.ie10 #feature4 .screen_wrap .screen_3 .object .tree_3,
body.ie.ie9 #feature4 .screen_wrap .screen_3 .object .tree_3 {
  top: -110px;
}
body.ie.ie11 #feature4 .screen_wrap .screen_4 .object .tree_1,
body.ie.ie10 #feature4 .screen_wrap .screen_4 .object .tree_1,
body.ie.ie9 #feature4 .screen_wrap .screen_4 .object .tree_1,
body.ie.ie11 #feature4 .screen_wrap .screen_4 .object .tree_2,
body.ie.ie10 #feature4 .screen_wrap .screen_4 .object .tree_2,
body.ie.ie9 #feature4 .screen_wrap .screen_4 .object .tree_2,
body.ie.ie11 #feature4 .screen_wrap .screen_4 .object .signpost,
body.ie.ie10 #feature4 .screen_wrap .screen_4 .object .signpost,
body.ie.ie9 #feature4 .screen_wrap .screen_4 .object .signpost {
  top: -110px;
}
body.ie.ie11 #feature4 .screen_wrap .screen_4 .object .tree_3,
body.ie.ie10 #feature4 .screen_wrap .screen_4 .object .tree_3,
body.ie.ie9 #feature4 .screen_wrap .screen_4 .object .tree_3,
body.ie.ie11 #feature4 .screen_wrap .screen_4 .object .tree_4,
body.ie.ie10 #feature4 .screen_wrap .screen_4 .object .tree_4,
body.ie.ie9 #feature4 .screen_wrap .screen_4 .object .tree_4 {
  top: -95px;
}
body.ie.ie11 .background_blur.active,
body.ie.ie10 .background_blur.active,
body.ie.ie9 .background_blur.active {
  opacity: 0.5;
}
/* 하단 카피라이트 관련 클레스 영역 */
.copyright {
  position: relative;
  width: 100%;
  padding: 70px 0;
  background: #020300;
  text-align: center;
  font-size: 13px;
  font-weight: 200;
  color: #818181;
  z-index: 1;
}
.copyright .wrap {
  width: 1100px;
  margin: 0 auto;
}
.copyright:after {
  clear: both;
  content: '';
  display: table;
}
.copyright .copy_left {
  width: 52%;
  text-align: left;
  float: left;
}
.copyright .copy_right {
  width: 350px;
  text-align: left;
  float: right;
}
.copyright .copy_right p.p-text {
  font-weight: 400;
  color: #cacaca;
  letter-spacing: .5px;
  font-size: 14px;
  font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
.copyright .copy_right p.p_colnom {
  line-height: 22px;
}
.copyright .copy_right p .footer_mail {
  transition: color .3s ease;
  color: #cacaca;
  text-decoration: none;
  font-family: 'noto-sans-scott', 'Malgun Gothic', sans-serif;
}
.copyright .copy_right p .footer_mail i {
  width: 18px;
  height: 12px;
  background: url(/ilab/img/sprite.png?v=2) no-repeat -150px 0;
  background-size: 200px;
  position: relative;
  display: inline-block;
  margin-right: 2px;
  vertical-align: baseline;
  opacity: .5;
}
.copyright .copy_right p .footer_tel {
  transition: color .3s ease;
  /*font-weight:500;*/
  color: #818181;
  text-decoration: none;
  font-family: 'noto-sans-scott', 'Malgun Gothic', sans-serif;
}
.copyright .copy_right p .footer_tel i {
  top: 2px;
  width: 16px;
  height: 16px;
  background: url(/ilab/img/sprite.png?v=2) no-repeat -170px 0;
  background-size: 200px;
  position: relative;
  display: inline-block;
  margin-right: 0px;
  vertical-align: baseline;
  margin-left: 10px;
  opacity: .5;
}
.copyright p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  color: #cacaca;
}
.copyright p.p-text {
  font-weight: 400;
  letter-spacing: 1px;
}
.copyright p .bold {
  font-weight: 600;
}
.copyright p + p {
  margin-top: 10px;
}
/* 하단 카피라이트 관련 클레스 영역 끝 */
