.mo {
  display: none;
}

.sec-video {
  width: 100%;
  height: 100vh;
  position: relative;
}
.sec-video .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sec-video .wrap .box-title {
  width: 100%;
}
.sec-video .wrap .line-thick {
  width: 100%;
  height: 8px;
  background: #FFFFFF;
  margin-bottom: 58px;
}
.sec-video .wrap .title {
  font-size: 50px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 28px;
  display: inline-block;
}
.sec-video .wrap .title strong {
  font-weight: 700;
  position: relative;
}
.sec-video .wrap .title strong::after {
  content: "";
  width: var(--width);
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
}
.sec-video .wrap .desc {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}
.sec-video .wrap .link {
  padding: 0 30px 0 36px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-radius: 65px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: 68px;
}
.sec-video .wrap .link img {
  filter: brightness(20);
}
.sec-video .wrap .line-thin {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}
.sec-video .wrap .one {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.sec-video .wrap .container {
  position: relative;
}
.sec-video .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.sec-kit {
  padding-top: 132px;
  margin-bottom: 132px;
}
.sec-kit .wrap .line-half {
  width: 50%;
  height: 8px;
  background: #16433B;
}
.sec-kit .wrap .container {
  position: relative;
  padding-top: 10px;
}
.sec-kit .wrap .container .sec-title {
  font-size: 50px;
  color: #16433B;
  line-height: 1.4;
  margin-bottom: 16px;
}
.sec-kit .wrap .container .sec-title strong {
  font-weight: 700;
}
.sec-kit .wrap .container .desc {
  font-size: 22px;
  color: #636363;
  margin-bottom: 43px;
  white-space: normal;
}
.sec-kit .wrap .container .link {
  width: 260px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-radius: 65px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #16433B;
  padding: 0 30px 0 36px;
  width: -moz-fit-content;
  width: fit-content;
}
.sec-kit .wrap .container .link img {
  filter: brightness(20);
}
.sec-kit .wrap .container .box-trackter {
  height: 621px;
  position: relative;
  margin-top: -95px;
  pointer-events: none;
}
.sec-kit .wrap .container .box-trackter img {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.sec-kit .wrap .container .box-trackter img.active {
  opacity: 1;
}
.sec-kit .wrap .box-btn {
  display: flex;
  align-items: flex-start;
  height: 75px;
}
.sec-kit .wrap .box-btn .btn-trackter {
  flex: 1;
  text-align: left;
}
.sec-kit .wrap .box-btn .btn-trackter .line {
  width: 100%;
  height: 11px;
  background: transparent;
  border-bottom: 1px solid #16433B;
  margin-bottom: 12px;
  transition: 0.3s;
}
.sec-kit .wrap .box-btn .btn-trackter .kr {
  font-size: 15px;
  font-weight: 700;
  color: #16433B;
  opacity: 0.2;
  transition: 0.3s;
  margin-bottom: 6px;
}
.sec-kit .wrap .box-btn .btn-trackter .eng {
  font-size: 15px;
  font-weight: 700;
  color: #16433B;
  opacity: 0;
  transition: 0.3s;
}
.sec-kit .wrap .box-btn .btn-trackter.active .line, .sec-kit .wrap .box-btn .btn-trackter:hover .line {
  background: #16433B;
}
.sec-kit .wrap .box-btn .btn-trackter.active .kr, .sec-kit .wrap .box-btn .btn-trackter:hover .kr {
  opacity: 1;
  font-size: 23px;
}
.sec-kit .wrap .box-btn .btn-trackter.active .eng, .sec-kit .wrap .box-btn .btn-trackter:hover .eng {
  opacity: 1;
  font-size: 17px;
}

.sec-partner {
  padding-top: 132px;
  padding-bottom: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFEFEF;
}
.sec-partner .wrap {
  position: relative;
  text-align: center;
}
.sec-partner .icon {
  margin: 0 auto 32px auto;
  display: block;
}
.sec-partner .sec-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #16433B;
  margin-bottom: 55px;
}
.sec-partner .box-swiper {
  width: 100%;
  position: relative;
  height: 567px;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
.sec-partner .swiper-slide {
  width: auto !important;
}
.sec-partner .box-active {
  box-sizing: content-box;
  padding: 30px 32px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #16433B;
  text-align: left;
  width: 429px;
  height: 100%;
  box-sizing: border-box;
}
.sec-partner .box-active .box-head {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 34px;
}
.sec-partner .box-active .box-head img {
  width: 34px;
}
.sec-partner .box-active .box-head .info {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.sec-partner .box-active .review {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.sec-partner .box-active .blank {
  margin: 20px 0;
  width: 100%;
  height: 0;
}
.sec-partner .btn-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.sec-partner .btn-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.sec-partner .btn-next img {
  transform: rotate(180deg);
}
.sec-partner .swiper {
  width: calc(100% - 80px);
  z-index: 10;
}
.sec-partner .swiper .box-img {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  scale: 0.8;
  transition: 0.3s;
}
.sec-partner .swiper .box-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(72, 72, 72, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.sec-partner .swiper img {
  margin: 0 auto;
  display: block;
  position: relative;
}
.sec-partner .swiper .swiper-slide-active {
  z-index: 990;
}
.sec-partner .swiper .swiper-slide-active .box-img {
  scale: 1;
}
.sec-partner .swiper .swiper-slide-active .box-img::after {
  opacity: 0;
}
.sec-partner .swiper .swiper-slide-active .box-img img {
  z-index: 990;
}
.sec-partner .link {
  padding: 0 30px 0 36px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-radius: 65px;
  font-size: 18px;
  font-weight: 700;
  color: #16433B;
  margin: 0 auto;
  border: 2px solid #16433B;
  margin: 48px auto 0 auto;
  text-align: center;
}

.sec-white {
  height: var(--windowHeight);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-white .wrap {
  text-align: center;
}
.sec-white .wrap .icon {
  margin: 0 auto 32px auto;
  display: block;
}
.sec-white .wrap .sec-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #16433B;
  margin-bottom: 44px;
}
.sec-white .wrap .box-youtube {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 74px;
  max-width: 940px;
}
.sec-white .wrap .box-youtube iframe {
  width: 100%;
  height: 100%;
}
.sec-white .wrap .link {
  padding: 0 30px 0 36px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-radius: 65px;
  font-size: 18px;
  font-weight: 700;
  color: #16433B;
  margin: 0 auto;
  border: 2px solid #16433B;
  background: #fff;
}

.sec-afterservice {
  width: 100%;
  height: 626px;
  background: #EFEFEF url(/assets/product/images/flag.png) no-repeat right bottom/contain;
  position: relative;
}
.sec-afterservice .wrap {
  padding: 0 26px;
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}
.sec-afterservice .d-flex {
  display: flex;
  align-items: center;
}
.sec-afterservice .sec-title {
  font-size: 50px;
  color: #16433B;
  line-height: 1.4;
  margin-bottom: 32px;
  width: 100%;
}
.sec-afterservice .sec-title strong {
  font-weight: 700;
}
.sec-afterservice .link {
  padding: 0 30px 0 36px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-radius: 65px;
  font-size: 16px;
  font-weight: 700;
  color: #16433B;
  border: 2px solid #16433B;
}
.sec-afterservice .link.mo {
  display: none;
}
.sec-footer {
  background: url(/assets/product/images/bg-footer.png) no-repeat center center/cover;
  width: 100%;
  height: var(--windowHeight);
  position: relative;
}
.sec-footer .mo {
  display: none;
}
.sec-footer .logo {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.sec-footer .sec-title {
  position: absolute;
  left: 50%;
  top: calc(50% - 26px);
  transform: translate(-50%, -50%);
  font-size: 56px;
  color: #fff;
  font-weight: 700;
}
.sec-footer .wrap {
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  border-top: 2px solid #fff;
  padding-top: 30px;
}
.sec-footer .wrap .container {
  padding: 0 26px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sec-footer .wrap .container .name {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}
.sec-footer .wrap .container .info {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  white-space: normal;
}
.sec-footer .wrap .container .link {
  padding: 0 30px 0 36px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-radius: 65px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: 68px;
}
.sec-footer .wrap .container .link img {
  filter: brightness(20);
}

.sec-footer-mo {
  display: none;
}

.sec-solution {
  width: 100%;
  height: 100vh;
  background: url(/assets/product/images/bg-solution.png) no-repeat center center/cover;
  padding-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-solution .badge {
  width: 196px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 35px;
  margin: 0 auto 0 auto;
  font-size: 20px;
  font-weight: 700;
  color: #484848;
}
.sec-solution .wrap {
  padding-bottom: 72px;
}
.sec-solution .wrap .line-thick {
  width: 100%;
  height: 8px;
  background: #FFFFFF;
}
.sec-solution .wrap .line-thin {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}
.sec-solution .wrap .container {
  padding: 54px 26px 74px 26px;
}
.sec-solution .wrap .container .title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 74px;
  text-align: center;
}
.sec-solution .wrap .container .box-solution {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-solution .wrap .container .box-solution.mo {
  display: none;
}
.sec-solution .wrap .container .box-solution .solution {
  width: 214px;
  height: 334px;
  border-radius: 20px;
  border: 3px solid #fff;
  padding: 60px 16px 0 16px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.sec-solution .wrap .container .box-solution .solution img {
  filter: brightness(20);
  margin-bottom: 20px;
}
.sec-solution .wrap .container .box-solution .solution .num {
  color: #fff;
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 700;
  transition: 0.3s;
  line-height: 1.5;
}
.sec-solution .wrap .container .box-solution .solution .text {
  color: #fff;
  font-size: 17px;
  transition: 0.3s;
  letter-spacing: -0.05px;
  line-height: 1.5;
  white-space: normal;
}
.sec-solution .wrap .container .box-solution .solution .text span {
  position: relative;
  z-index: 1;
}
.sec-solution .wrap .container .box-solution .solution:hover {
  background: rgba(255, 255, 255, 0.9);
}
.sec-solution .wrap .container .box-solution .solution:hover img {
  filter: brightness(0);
}
.sec-solution .wrap .container .box-solution .solution:hover .num {
  color: #000;
}
.sec-solution .wrap .container .box-solution .solution:hover .text {
  color: #000;
}
.sec-solution .wrap .container .box-solution .solution:hover .text span::after {
  opacity: 0.4;
}

.sec-no {
  padding-top: 90px;
  padding-bottom: 110px;
  color: #16433B;
  text-align: center;
}
.sec-no .title {
  font-size: 29px !important;
}
.sec-no .icon {
  margin: 0 auto 32px auto;
  display: block;
}
.sec-no .sub-title {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.sec-no .title {
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.5;
  margin-bottom: 42px;
}
.sec-no .title span {
  font-weight: 700;
}
.sec-no .title strong {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.sec-no .title strong::after {
  content: "";
  width: 100%;
  height: 32px;
  background: #FFE600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
  opacity: 0.4;
}
.sec-no .solution-kit {
  margin-bottom: 42px;
}
.sec-no .swiper-kit {
  margin-left: calc((100% - 1266px) / 2);
}
.sec-no .swiper-kit .kit-pagination {
  text-align: left;
}
.sec-no .swiper-kit .kit-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 44px;
  margin-right: 30px;
  margin-left: 0;
  font-size: 30px;
  font-weight: 700;
  color: rgba(99, 99, 99, 0.56);
  background: none !important;
  opacity: 1 !important;
  cursor: pointer;
}
.sec-no .swiper-kit .kit-pagination .swiper-pagination-bullet:nth-child(n+5) {
  display: none;
}
.sec-no .swiper-kit .kit-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #16433B;
}
.sec-no .swiper-kit .swiper-slide {
  width: 494px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 16px;
  margin-top: 27px;
}
.sec-no .swiper-kit .swiper-slide:nth-last-child(1) {
  width: 1200px;
  pointer-events: none;
}
.sec-no .swiper-kit .swiper-slide:nth-last-child(1) .card {
  border: none !important;
}
.sec-no .swiper-kit .swiper-slide.swiper-slide-active .card {
  border: 3px solid #50A372;
}
.sec-no .card {
  padding: 0 34px;
  width: 494px;
  height: 310px;
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #636363;
  text-align: left;
}
.sec-no .card:hover {
  border: 3px solid #50A372;
}
.sec-no .card.none {
  background: none;
  box-shadow: none;
}
.sec-no .card img {
  width: 160px;
}
.sec-no .card .box-text {
  width: 260px;
  height: 176px;
}
.sec-no .card .box-text .kr {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 7px;
}
.sec-no .card .box-text .eng {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 17px;
  border-bottom: 1px solid #16433B;
  margin-bottom: 10px;
}
.sec-no .card .box-text .desc {
  font-size: 17px;
  font-weight: 400;
  white-space: normal;
  color: #16433B;
  letter-spacing: -0.5px;
}
.sec-no .swiper-marquee {
  margin-top: 80px;
  width: 100vw;
  overflow: hidden;
}
.sec-no .swiper-marquee .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: flex-end;
}
.sec-no .swiper-marquee .swiper-wrapper .swiper-slide {
  width: auto;
  margin-right: 90px;
}
.sec-no .desc {
  font-size: 22px;
  color: #636363;
}
.sec-no .box-ride {
  display: flex;
  gap: 14px;
  margin-top: 80px;
  flex-wrap: wrap;
}
.sec-no .box-ride .ride {
  width: calc((100% - 42px) / 4);
  height: 560px;
  padding: 80px 55px 0 55px;
  border-radius: 20px;
  box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.16);
}
.sec-no .box-ride .ride video {
  width: 160px;
  margin-bottom: 72px;
}
.sec-no .box-ride .ride .name {
  font-size: 30px;
  font-weight: 700;
  color: #16433B;
  padding-bottom: 26px;
  border-bottom: 1px solid #16433B;
  margin-bottom: 16px;
}
.sec-no .box-ride .ride .text {
  font-size: 20px;
  word-break: keep-all;
}
.sec-no .box-youtube {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 74px;
  max-width: 860px;
}
.sec-no .box-youtube iframe {
  width: 100%;
  height: 100%;
}
.sec-no.sec-no5 .title {
  margin-bottom: 55px;
}
.sec-no.sec-no5 .link {
  padding: 0 30px 0 36px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-radius: 65px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #16433B;
  margin-bottom: 80px;
}
.sec-no.sec-no5 .link img {
  filter: brightness(20);
}
.sec-no.sec-no5 .table-pc {
  display: block;
  margin: 0 auto;
}
.sec-no.sec-no5 .table-mo {
  display: none;
  margin: 0 auto;
}
.sec-no.sec-no6 .link {
  padding: 0 30px 0 36px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-radius: 65px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #16433B;
  margin-bottom: 68px;
  margin-top: 54px;
}
.sec-no.sec-no6 .link img {
  filter: brightness(20);
}
.sec-no.sec-no6 .gear {
  margin: 0 auto 0 auto;
  display: block;
}

.sec-as {
  padding-top: 158px;
  padding-bottom: 160px;
  border-bottom: 8x solid #16433B;
  text-align: center;
}
.sec-as .icon {
  display: block;
  margin: 0 auto 26px auto;
}
.sec-as .title {
  font-size: 40px;
  font-weight: 700;
  color: #16433B;
  margin-bottom: 22px;
}
.sec-as .desc {
  font-size: 22px;
  color: #636363;
  margin-bottom: 40px;
}
.sec-as .sub-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #16433B;
}
.sec-as .img-team {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}
.sec-as .box-map {
  width: 100%;
  max-width: 1070px;
  height: 450px;
  border-radius: 26px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -3px;
}
.sec-as .box-map .box-info {
  width: 50%;
  height: 100%;
  padding: 60px 54px;
  text-align: left;
}
.sec-as .main-company {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #16433B;
}
.sec-as .sub-company {
  font-size: 16px;
  margin-bottom: 24px;
}
.sec-as .sub-company strong {
  font-weight: 700;
}
.sec-as .link {
  padding: 0 30px 0 36px;
  width: 263px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border-radius: 65px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #16433B;
}
.sec-as .link img {
  filter: brightness(20);
}

.sec-map {
  color: #16433B;
}
.sec-map .icon {
  display: block;
  margin: 0 auto 26px auto;
}
.sec-map .desc {
  font-size: 22px;
  color: #636363;
  margin-bottom: 40px;
  text-align: center;
}
.sec-map .title {
  font-size: 40px;
  font-weight: 700;
  color: #16433B;
  margin-bottom: 22px;
  text-align: center;
}
.sec-map .tab-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 608px;
  margin: 0 auto 75px auto;
}
.sec-map .tab-nav .btn-tab {
  font-size: 21px;
  font-weight: 700;
  color: #BCBCBC;
}
.sec-map .tab-nav .btn-tab.active {
  color: #16433B;
}
.sec-map .tab-nav.mo {
  display: none !important;
}
.sec-map .box-map {
  width: 100%;
  max-width: 507px;
  position: relative;
}
.sec-map .box-map .box-marker {
  width: 100%;
  height: 100%;
  position: relative;
}
.sec-map .box-map .marker {
  width: 5.128205%;
  height: 5.56199%;
  position: absolute;
}
.sec-map .box-map .marker .box-icon {
  width: 100%;
  height: 100%;
  position: relative;
}
.sec-map .box-map .marker .box-icon img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.sec-map .box-map .marker .box-icon.active .marker-bottom, .sec-map .box-map .marker .box-icon:hover .marker-bottom {
  transform: scale(2);
  transform-origin: bottom;
}
.sec-map .swiper {
  width: 450px !important;
}
.sec-map .swiper.swiper-map {
  max-height: 884px !important;
  margin: 0 !important;
}
.sec-map .swiper.swiper-map .swiper-wrapper {
  padding-right: 30px;
  box-sizing: border-box;
}
.sec-map .swiper.swiper-map .swiper-pagination {
  display: none;
}
.sec-map .swiper.swiper-map .swiper-scrollbar {
  background: none;
}
.sec-map .swiper.swiper-map .swiper-scrollbar-drag {
  background: #E9E9E9;
}
.sec-map .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-map .card {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #16433B;
  padding: 27px 34px 34px 34px;
  box-sizing: border-box;
  transition: 0.3s;
}
.sec-map .card .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: 0.3s;
}
.sec-map .card .info {
  font-size: 16px;
  transition: 0.3s;
  margin-bottom: 15px;
  white-space: normal;
}
.sec-map .card .tel {
  font-size: 18px;
  font-weight: 600;
  color: #16433B;
}
.sec-map .card .light-green {
  color: #256F62;
}
.sec-map .card:hover, .sec-map .card.active {
  background: #16433B;
}
.sec-map .card:hover .name, .sec-map .card.active .name {
  color: #fff;
}
.sec-map .card:hover .info, .sec-map .card.active .info {
  color: #fff;
}
.sec-map .card:hover .tel, .sec-map .card.active .tel {
  color: #fff;
}
.sec-map .tab-content {
  position: relative;
  height: 868px;
}
.sec-map .tab-content .tab {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 86px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.sec-map .tab-content .tab.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.sec-hover {
  margin-top: 200px;
  color: #16433B;
}
.sec-hover .icon {
  display: block;
  margin: 0 auto 26px auto;
}
.sec-hover .desc {
  font-size: 22px;
  color: #636363;
  margin-bottom: 40px;
  text-align: center;
}
.sec-hover .title {
  font-size: 40px;
  font-weight: 700;
  color: #16433B;
  margin-bottom: 22px;
  text-align: center;
}
.sec-hover .sub-title {
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.5;
  margin-bottom: 42px;
}
.sec-hover .sub-title span {
  font-weight: 700;
}
.sec-hover .sub-title strong {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.sec-hover .sub-title strong::after {
  content: "";
  width: 100%;
  height: 32px;
  background: #FFE600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
  opacity: 0.4;
}
.sec-hover .wrap-partners {
  padding-left: 26px;
  padding-right: 26px;
}
.sec-hover .box-partners-mo {
  display: none;
}
.sec-hover .box-partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 18px;
  margin: 0 38px;
  margin-bottom: 74px;
}
.sec-hover .box-partners .partner {
  position: relative;
}
.sec-hover .box-partners .partner .img-partner {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-hover .box-partners .partner .hover {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px 40px 36px 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.sec-hover .box-partners .partner .hover .text {
  border-top: 3px solid #fff;
  padding-top: 30px;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}
.sec-hover .box-partners .partner .hover .name {
  position: absolute;
  left: 40px;
  bottom: 36px;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}
.sec-hover .box-partners .partner .hover .farmer {
  position: absolute;
  right: 40px;
  bottom: 36px;
}
.sec-hover .box-partners .partner:hover .hover {
  opacity: 1;
  visibility: visible;
}

.link-white {
  transition: 0.3s;
}
.link-white img {
  transition: 0.3s;
}
.link-white:hover {
  background: #fff !important;
  color: #16433B !important;
}
.link-white:hover img {
  filter: none !important;
}

.link-green {
  transition: 0.3s;
  border: 2px solid #16433B;
}
.link-green img {
  transition: 0.3s;
}
.link-green:hover {
  background: #fff !important;
  color: #16433B !important;
}
.link-green:hover img {
  filter: none !important;
}

.link-green {
  transition: 0.3s;
  background: #16433B !important;
  color: #fff !important;
}
.link-green img {
  transition: 0.3s;
  filter: brightness(20);
}
.link-green:hover {
  background: #fff !important;
  color: #16433B !important;
}
.link-green:hover img {
  filter: none !important;
}

.link-green-border {
  transition: 0.3s;
  border: 2px solid #16433B;
}
.link-green-border img {
  transition: 0.3s;
}
.link-green-border:hover {
  background: #16433B !important;
  color: #fff !important;
}
.link-green-border:hover img {
  filter: brightness(20) !important;
}

@media (max-width: 1266px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .sec-kit .wrap .container .box-trackter {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }
  .sec-kit .wrap .container .link {
    margin-bottom: 40px;
  }
  .link {
    font-size: 16px !important;
  }
  .sec-no .box-ride {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-no .box-ride .ride {
    width: 35%;
  }
  .sec-no .swiper-kit {
    margin-left: 32px;
  }
  .sec-afterservice .sec-title {
    font-size: 36px;
  }
}
@media (max-width: 820px) {
  .container {
    width: 100%;
  }
  section .title,
  section .sec-title {
    font-size: 28px !important;
  }
  section.sec-footer .sec-title {
    font-size: 40px !important;
  }
  .sec-kit .wrap .container .box-trackter {
    margin-top: 40px;
  }
  .sec-partner .sec-title {
    margin-bottom: 40px;
  }
  .sec-partner .swiper-slide {
    width: 100% !important;
  }
  .sec-afterservice .wrap {
    padding: 0;
  }
  .sec-kit .wrap .box-btn .btn-trackter.active .line, .sec-kit .wrap .box-btn .btn-trackter:hover .line {
    background: #16433B;
  }
  .sec-kit .wrap .box-btn .btn-trackter.active .kr, .sec-kit .wrap .box-btn .btn-trackter:hover .kr {
    opacity: 1;
    font-size: 18px;
  }
  .sec-kit .wrap .box-btn .btn-trackter.active .eng, .sec-kit .wrap .box-btn .btn-trackter:hover .eng {
    opacity: 1;
    font-size: 15px;
  }
  .sec-video .wrap .one {
    width: 100px;
  }
  .sec-hover .wrap-partners {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-hover .box-partners .partner .hover {
    padding: 16px;
  }
  .sec-hover .box-partners .partner .hover .text {
    padding-top: 20px;
    font-size: 18px;
  }
  .sec-afterservice {
    height: auto;
    padding-top: 42px;
    background: #efefef url(/assets/product/images/flag-mo.png) no-repeat right bottom/contain;
  }
  .sec-afterservice .pc {
    display: none !important;
  }
  .sec-afterservice .mo {
    display: block !important;
  }
  .sec-afterservice .wrap {
    padding: 0;
  }
  .sec-afterservice .wrap .d-flex {
    display: block;
  }
  .sec-afterservice .wrap > div {
    width: 100%;
    text-align: center;
  }
  .sec-afterservice .product {
    position: relative;
    width: 100%;
    margin-top: 36px;
    right: auto;
    transform: none;
    top: auto;
  }
  .sec-afterservice .link {
    margin-bottom: 0;
  }
  .sec-afterservice .link.mo {
    display: inline-flex !important;
  }
  .sec-afterservice .sec-title {
    text-align: center;
    font-size: 26px !important;
  }
  .sec-footer .wrap {
    padding-bottom: 40px;
  }
  .sec-footer .wrap .container {
    display: block;
  }
  .sec-footer .wrap .container .link {
    margin-top: 40px;
  }
  .sec-solution .wrap {
    padding-bottom: 0;
  }
  .sec-solution .wrap .container {
    padding: 0;
  }
  .sec-solution .wrap .container .title {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .sec-solution .wrap .container .box-solution {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .sec-solution .wrap .container .box-solution .solution {
    width: calc(33.3% - 16px);
  }
  .sec-no .box-ride .ride {
    width: 45%;
  }
  .sec-hover .box-partners {
    display: none;
  }
  .sec-hover .box-partners-mo {
    display: block;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .sec-hover .box-partners-mo .box-active {
    box-sizing: content-box;
    padding: 30px 32px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16);
    z-index: 1;
    color: #16433B;
    text-align: left;
    width: 429px;
    max-width: 100%;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
  }
  .sec-hover .box-partners-mo .box-active .box-head {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 34px;
  }
  .sec-hover .box-partners-mo .box-active .box-head img {
    width: 34px;
  }
  .sec-hover .box-partners-mo .box-active .box-head .info {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
  }
  .sec-hover .box-partners-mo .box-active .review {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.8px;
    white-space: normal;
  }
  .sec-hover .box-partners-mo .box-active .blank {
    margin: 20px 0;
    width: 100%;
    display: block;
  }
  .sec-hover .sub-title {
    font-size: 28px;
    white-space: normal;
  }
  .sec-map .wrap {
    flex-direction: column;
    align-items: center;
  }
  .sec-map .wrap .swiper.swiper-map {
    width: 100% !important;
    padding-top: 40px;
  }
  .sec-map .wrap .swiper.swiper-map .kit-pagination {
    display: flex;
    right: auto;
    top: 0;
    gap: 16px;
  }
  .sec-map .wrap .swiper.swiper-map .kit-pagination .btn-pagination {
    margin-bottom: 0;
  }
  .sec-map .wrap .swiper.swiper-map .swiper-slide {
    width: auto !important;
  }
  .sec-map .wrap .swiper.swiper-map .swiper-slide .card {
    width: 332px;
    margin-right: 16px;
  }
  .sec-map .wrap .swiper.swiper-map .swiper-slide .card .info {
    white-space: normal;
  }
  .sec-map .wrap .wrap-map {
    display: block;
  }
  .sec-map .wrap .wrap-map .box-map {
    margin: 0 auto;
  }
  .sec-as .box-map {
    flex-direction: column;
    height: auto;
  }
  .sec-as .box-map iframe {
    order: 1;
    width: 100%;
    height: 240px;
  }
  .sec-as .box-map .box-info {
    width: 100%;
    padding: 24px 16px;
    order: 2;
  }
  .sec-as .box-map .box-info .link {
    margin-top: 0;
  }
  .sec-as .box-map .box-info {
    padding: 48px 32px;
  }
  .sec-as .box-map .box-info p {
    white-space: normal !important;
  }
  .sec-as .box-map .box-info .link {
    margin-top: 24px;
  }
}
@media (max-width: 540px) {
  .mo {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .wrap {
    width: calc(100% - 64px);
  }
  section .title,
  section .sec-title {
    font-size: 20px !important;
  }
  .link {
    font-size: 14px !important;
    height: 50px !important;
    padding: 0 20px 0 24px !important;
  }
  .sec-video .wrap .line-thick {
    border-width: 4px;
  }
  .sec-video .wrap .title {
    font-size: 36px !important;
    padding-bottom: 32px;
    border-bottom: 2px solid #fff;
    margin-bottom: 32px;
  }
  .sec-video .wrap .title strong::after {
    display: none;
  }
  .sec-video .wrap .one {
    display: none;
  }
  .sec-video .wrap .link {
    margin-bottom: 0;
  }
  .sec-kit {
    padding-top: 64px;
    height: auto;
    margin-bottom: 100px;
  }
  .sec-kit .wrap .container .link {
    margin: 60px auto 0 auto;
  }
  .sec-kit .wrap .container .desc {
    font-size: 18px;
  }
  .sec-kit .wrap .container .sec-title {
    font-size: 35px !important;
  }
  .sec-kit .wrap .box-btn {
    flex-wrap: wrap;
    gap: 12px 0;
  }
  .sec-kit .wrap .box-btn .btn-trackter {
    width: 50%;
    flex: none;
  }
  .sec-kit .wrap .box-btn .btn-trackter .line {
    height: 4px;
  }
  .sec-kit .wrap .swiper-kit {
    position: relative;
  }
  .sec-kit .wrap .swiper-kit .kit-pagination {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    margin-top: 36px;
  }
  .sec-kit .wrap .swiper-kit .kit-pagination .swiper-pagination-bullet {
    flex: 1;
    height: 3px;
    background: #D4D4D4;
    border-radius: 0 !important;
    opacity: 1 !important;
  }
  .sec-kit .wrap .swiper-kit .kit-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #16433B;
  }
  .sec-kit .wrap .swiper-kit .btn-kit-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .sec-kit .wrap .swiper-kit .btn-kit-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .sec-kit .wrap .swiper-kit .btn-kit-next img {
    transform: rotate(180deg);
  }
  .sec-kit .wrap .swiper-kit .swiper-slide img {
    width: 100%;
  }
  .sec-partner {
    background: #fff;
    height: auto;
    margin-bottom: 100px;
  }
  .sec-partner .icon {
    margin-bottom: 14px;
  }
  .sec-partner .link {
    margin-top: 32px;
  }
  .sec-white {
    height: auto;
  }
  .sec-white .wrap {
    padding-top: 0px;
    padding-bottom: 48px;
  }
  .sec-white .wrap .icon {
    margin-bottom: 16px;
  }
  .sec-white .wrap .sec-title {
    margin-bottom: 24px;
  }
  .sec-footer {
    display: none;
  }
  .sec-footer-mo {
    display: block;
    background: url(/assets/product/images/bg-footer-mo.png) center center/cover;
    padding-top: 66px;
    text-align: center;
    color: #fff;
    padding-bottom: 28px;
  }
  .sec-footer-mo .logo {
    display: block;
    width: 160px;
    margin: 0 auto 40px auto;
  }
  .sec-footer-mo .footer-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
  }
  .sec-footer-mo .link {
    padding: 0 30px 0 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    border-radius: 65px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 48px;
  }
  .sec-footer-mo .link img {
    filter: brightness(20);
  }
  .sec-footer-mo .box-info {
    width: 290px;
    margin: 0 auto;
  }
  .sec-footer-mo .box-info .line {
    width: 100%;
    height: 2px;
    background: #fff;
    margin-bottom: 15px;
  }
  .sec-footer-mo .box-info .name {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 14px;
    text-align: left;
  }
  .sec-footer-mo .box-info .info {
    font-size: 12px;
    font-weight: 700;
    white-space: normal;
    text-align: left;
  }
  .sec-solution .wrap .container .box-solution.mo {
    display: block;
  }
  .sec-solution .wrap .container .box-solution.pc {
    display: none;
  }
  .sec-solution .wrap .container .box-solution .solution {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 0 20px;
    height: auto;
  }
  .sec-solution .wrap .container .box-solution .swiper-solution .swiper-pagination {
    position: relative;
    margin-top: 20px;
  }
  .sec-solution .wrap .container .box-solution .swiper-solution .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
  }
  .sec-solution .wrap .container .box-solution .swiper-solution .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }
  strong::after {
    height: 26px !important;
  }
  .sec-video .wrap .title strong::after {
    height: 1px !important;
  }
  .sec-no {
    padding: 48px 0 64px 0;
  }
  .sec-no .icon {
    margin-bottom: 16px;
    width: 64px;
  }
  .sec-no .box-kit {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .sec-no .box-kit .kit {
    text-align: center;
    padding: 25px 18px 18px 18px;
    color: #16433B;
    border-radius: 33px;
    border: 2px solid #D4D4D4;
    margin-bottom: 18px;
  }
  .sec-no .box-kit .kit img {
    margin-bottom: 16px;
  }
  .sec-no .box-kit .kit .kr {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .sec-no .box-kit .kit .eng {
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 16px;
    border-bottom: 1px solid #16433B;
    margin-bottom: 8px;
  }
  .sec-no .box-kit .kit .desc {
    font-size: 16px;
    color: #16433B;
  }
  .sec-no .swiper-marquee .swiper-wrapper .swiper-slide {
    margin-right: 20px;
  }
  .sec-no .box-ride {
    gap: 24px 0;
    padding: 0 18px;
  }
  .sec-no .box-ride .ride {
    width: 100%;
    height: auto;
    padding: 48px 32px 48px 32px;
    border-radius: 33px;
    box-shadow: none;
    border: 2px solid #D4D4D4;
  }
  .sec-no .box-ride .ride video {
    margin-bottom: 16px;
    width: 100px;
  }
  .sec-no .box-ride .ride .name {
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .desc {
    white-space: normal !important;
  }
  .sec-as .sub-title {
    font-size: 18px;
  }
  .sec-as .img-team {
    width: calc(100% + 64px);
    margin-left: -32px;
  }
  .sec-as .main-company {
    font-size: 17px;
    white-space: normal;
  }
  .sec-hover {
    padding-bottom: 64px;
  }
  .sec-hover .icon {
    margin-bottom: 14px;
  }
  .sec-hover .sub-title {
    font-size: 26px;
    white-space: normal;
  }
  section.sec-footer .sec-title {
    font-size: 28px !important;
  }
  .sec-map .wrap .swiper.swiper-map {
    height: auto !important;
  }
  .sec-map .wrap .swiper.swiper-map .kit-pagination {
    display: none;
  }
  .sec-map .wrap .swiper.swiper-map .swiper-slide .card {
    width: 284px;
    height: 208px;
    padding: 28px 16px 20px 16px;
    display: flex;
    flex-direction: column;
  }
  .sec-map .wrap .swiper.swiper-map .swiper-slide .card .name {
    font-size: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #A1A1A1;
    margin-bottom: 10px;
  }
  .sec-map .wrap .swiper.swiper-map .swiper-slide .card .info {
    font-size: 14px;
    word-break: keep-all;
    height: 60px;
  }
  .sec-map .wrap .swiper.swiper-map .swiper-slide .card .website {
    font-size: 12px;
    margin-top: auto;
  }
  .sec-map .wrap .swiper.swiper-map .swiper-slide .card .tel.light-green {
    margin-top: 75px;
  }
  .sec-map .wrap .swiper.swiper-map .swiper-slide .card:hover .name {
    border-color: #fff;
  }
  .sec-map .wrap .wrap-map .box-map {
    width: 308px;
    margin: 0 auto;
  }
  .sec-map .wrap .tab-content {
    height: auto;
  }
  .sec-map .wrap .tab-content .tab {
    display: none;
  }
  .sec-map .wrap .tab-content .tab.active {
    display: block;
    position: relative;
  }
  .sec-map .wrap .tab-content .tab .swiper-scrollbar {
    display: none !important;
  }
  .sec-map .wrap .tab-content .tab-nav {
    margin-bottom: 0;
  }
  .sec-map .wrap .tab-content .tab-nav .btn-tab {
    font-size: 16px;
  }
  .sec-map .wrap .tab-content .tab-nav.mo {
    display: flex !important;
  }
  .sec-hover .box-partners-mo .box-active .review {
    font-size: 12px;
  }
}
@media (max-width: 448px) {
  .sec-partner .box-swiper {
    height: 373px !important;
  }
  .sec-partner .box-active {
    width: 264px;
    padding: 16px 20px 20px;
  }
  .sec-partner .box-active .box-head {
    gap: 10px;
  }
  .sec-partner .box-active .box-head img {
    width: 24px;
  }
  .sec-partner .box-active .blank {
    margin: 0px auto;
  }
  .sec-partner .box-active .review {
    margin-top: 28px;
    font-size: 12px;
  }
  .sec-partner .box-active .info {
    font-size: 13px !important;
  }
  .sec-partner .swiper .box-img img {
    width: 224px !important;
  }
}
@media (min-width: 1921px) {
  .sec-no .swiper-kit {
    max-width: 1730px;
  }
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=about.css.map */