.sec_visual {
  position: relative;
}

.sec_visual .video_wrap {
  width: 100%;
  height: 100%;
}

.sec_visual video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.sec_visual .scr_btn[data-scr="down"] {
  border-color: rgba(255, 255, 255, 0.3);
  background: url("../images/icons/ico_arrow_r_w.svg") no-repeat center / 1.75rem 1.75rem;
  transform: rotate(180deg);
  bottom: 10.25rem;
}

.sec_visual .scr_btn[data-scr="down"]:hover {
  border-color: rgba(255, 255, 255, 1);
}

.sec_visual .video_controller {
  display: flex;
  gap: 1rem;
  position: absolute;
  left: 6.25rem;
  bottom: 10.25rem;
}

.sec_visual .video_controller .control_btn {
  width: 1.75rem;
  height: 1.75rem;
  background: url("../images/icons/ico_pause.svg") no-repeat center / cover;
}

.sec_visual .video_controller .control_btn.pause {
  width: 1.75rem;
  height: 1.75rem;
  background: url("../images/icons/ico_play.svg") no-repeat center / cover;
}

.sec_visual .video_controller .progress_wrap {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.sec_visual .video_controller .progress_wrap span {
  /* mix-blend-mode: difference; */
  color: #fff;
}

.sec_visual .video_controller .play_progressbar .progress {
  position: relative;
  width: 0;
  height: 2px;
  background-color: #fff;
}

.sec_visual .video_controller .play_progressbar {
  display: block;
  width: 5rem;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}

.sec_prod {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 12.5rem;
  background: linear-gradient(#e4e4e4, #ffffff);
  overflow-x: hidden;
}

.sec_prod h2 {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 600;
  height: 3rem;
}

.sec_prod h2 span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  font-weight: 800;
  opacity: 0;
  transition: opacity 0.2s ease-in-out,
  top 0.2s ease-in-out;
}

.sec_prod h2 span.show {
  opacity: 1;
  top: 0;
  transition: opacity 0.2s 0.2s ease-in-out,
  top 0.2s 0.2s ease-in-out;
}

.sec_prod .prod_swiper {
  position: relative;
}

.sec_prod h3 {
  font-size: 23.75rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 9.625rem;
  transform: translateX(-50%);
  z-index: 0
}

.sec_prod h3 > span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
  top: 20%;
  width: max-content;
  transition: opacity 0.2s ease-in-out,
  top 0.2s ease-in-out;
}

.sec_prod h3 > span.show {
  opacity: 1;
  top: 0;
  transition: opacity 0.2s 0.2s ease-in-out,
  top 0.2s 0.2s ease-in-out;
}

.sec_prod h3 span.double {
  margin-top: 4.25rem;
}

.sec_prod h3 span.single {
  margin-top: 3.875rem;
}

.sec_prod h3 span.double span {
  display: block;
  font-size: 23.75rem;
  margin-top: -4.438rem;
  font-weight: 800;
  line-height: 1.175;
}

.sec_prod h3 span.single {
  display: block;
  font-size: 12.5rem;
  font-weight: 800;
  line-height: 1.525;
}

.sec_prod h3 span.single.img {
  margin-top: 7.5rem;
}

.sec_prod h3 span.single.img img {
  width: 84.25rem;
}

.sec_prod .prod_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  cursor: grab;
}

.sec_prod .prod_swiper img {
  margin-top: 11.25rem;
}

.sec_prod .prod_swiper .swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  margin-top: 4.688rem;
  z-index: 10;
}

.sec_prod .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #DDDDDD;
  opacity: 1;
}

.sec_prod .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.313rem;
}

.sec_prod .swiper-pagination-bullet-active {
  background-color: #000;
}

.sec_prod .swiper-button-next,
.sec_prod .swiper-button-prev {
  width: 3.75rem;
  height: 3.75rem;
  opacity: 1;
  margin-top: 0;
  background: url("../images/icons/ico_swiper_arrow.svg") no-repeat center / 1.938rem 3.313rem !important;
}

.sec_prod .swiper-button-prev {
  top: 50%;
  left: 5rem;
}

.sec_prod .swiper-button-next {
  transform: rotate(180deg);
  right: 5rem;
}


.sec_service {
  width: calc(100% - 2.5rem);
  max-width: 117.5rem;
  margin: 0 auto;
  padding-bottom: 4.75rem;
  display: flex;
  gap: 1.25rem;
}

.sec_service .inner {
  position: relative;
  width: calc(100% - 10rem);
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 8.75rem;
}

.sec_service .service_card {
  position: relative;
  width: 50%;
  padding-bottom: 10.25rem;
}

.sec_service .service_card a {
  width: 100%;
  height: 35rem;
  padding: 5rem;
  border-radius: 1.875rem;
  background-color: #111111;
}

.sec_service .service_card:nth-of-type(2) a {
  background-color: #EF4123;
}

.sec_service .service_card img {
  width: 27.5rem;
  position: absolute;
  right: 4.5rem;
  bottom: 0;
}

.sec_service .service_card .cir_arrow {
  position: absolute;
  bottom: 15.25rem;
  left: 5rem;
}


.sec_news {
  padding-top: 12.5rem;
  padding-bottom: 17.5rem;
  overflow-x: hidden;
}

.sec_news .inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 8.75rem;
}

.sec_news .sec_tit {
  margin-bottom: 4.75rem;
}

.sec_news .sec_tit a {
  padding-top: 0.938rem;
  gap: 1.25rem;
}

.sec_news .news_swiper {
  position: static;
  overflow: hidden;
}

.sec_news .news_swiper a {
  width: 100%;
}
.sec_news .news_swiper a .img_box{
  background-size: auto 100%;
  transition: background-size 0.3s ease-in-out;
}
.sec_news .news_swiper a:hover .img_box{
  background-size: auto 110%;
}

.sec_news .news_swiper .img_box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 28.75rem;
  border-radius: 1.875rem;
  overflow: hidden;
}

.sec_news .news_swiper .desc {
  line-height: 2rem;
}

.sec_news .swiper-button-next, .swiper-button-prev {
  width: 3.75rem;
  height: 28.75rem;
  top: 10.625rem;
  margin-top: 0;
  transform: none;
  background: url("../images/icons/ico_swiper_arrow_b.svg") no-repeat center / 1.938rem 3.313rem;
}

.sec_news .swiper-button-prev {
  transform: rotate(-180deg);
}


.sec_banner {
  width: calc(100% - 12.5rem);
  max-width: 107.5rem;
  margin: 0 auto;
  padding-bottom: 6.25rem;
}

.sec_banner .banner {
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  height: 35rem;
  background: url("../images/main/banner.png") no-repeat center / cover;
}

.sec_banner .banner a {
  height: 100%;
}

.sec_banner .banner .img_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec_banner .banner .title {
  position: relative;
  z-index: 10;
}


.sec_visual .floating_banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background-color: #232323;
  z-index: 1000;
}
@media all and (max-width: 1920px){
  .sec_visual .floating_banner {
    height: max-content;
  }
}
.floating_banner a {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: max-content;
  margin: 0 auto;
}

.floating_banner a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.sec_promotion .inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 7.5rem;
  /* padding: 0 5.133%; */
}

.sec_promotion .promotion_swiper {
  position: static;
}

.sec_promotion .promotion_swiper .swiper-button-next,
.sec_promotion .promotion_swiper .swiper-button-prev {
  width: 3.75rem;
  height: calc(100% - 6.25rem);
  top: 6.25rem;
  margin-top: 0;
  transform: none;
  background: url(../images/icons/ico_swiper_arrow_b.svg) no-repeat center / 1.938rem 3.313rem;
}

.sec_promotion .promotion_swiper .swiper-button-prev {
  transform: rotate(-180deg);
}

.sec_promotion .promotion_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  position: static;
  margin-top: 3.75rem;
}

.sec_promotion .promotion_swiper .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0;
}

.sec_promotion .promotion_swiper .swiper-pagination-bullet-active {
  background-color: #000;
}


.sec_prd_grid {
  margin-top: 12.5rem;
}

.sec_prd_grid > .grid_lay {
  width: calc(100% - 40px);
  max-width: 1720px;
  margin: 0 auto;
  border-radius: 2.5rem;
  overflow: hidden;
  gap: 2rem;
}

.sec_prd_grid .grid_lay > div {
  grid-template-rows: repeat(var(--row), 1fr);
  gap: 2rem;
  height: 100%;
}

.sec_prd_grid .grid_lay > div > div {
  position: relative;
}

.sec_prd_grid .grid_lay > div > div a {
  display: block;
  height: 100%;
}
.sec_prd_grid .grid_lay > div > div a .img_box {
  overflow: hidden;
}
.sec_prd_grid .grid_lay > div > div a .img_box img{
  transition: transform 0.3s;
}
.sec_prd_grid .grid_lay > div > div a:hover .img_box img{
  transform: scale(1.1);
}

.sec_prd_grid .grid_lay > div .txt {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  z-index: 10;
}

.sec_prd_grid .grid_lay > div .img_box {
  height: 100%;
}

.sec_prd_grid .grid_lay > div .img_box img {
  height: 100%;
  object-fit: cover;
}

.sec_prd_grid .mark {
  background-color: #000;
}

.sec_prd_grid .other,
.sec_prd_grid .cart,
.sec_prd_grid .escooter {
  grid-column: 1/-1;
}

.sec_prd_grid > div .mark .img_box img {
  position: absolute;
  right: -1.5rem;
  top: -2rem;
  width: 17.938rem;
  height: 15.938rem;
}

.sec_prd_grid .escooter > div:nth-child(1) {
  grid-column: 1/7;
  grid-row: 1/-1;
}

.sec_prd_grid .escooter > div:nth-child(1) .txt img {
  width: 13.625rem;
}

.sec_prd_grid .escooter > div:nth-child(2) {
  grid-column: 7/-1;
  grid-row: 1/-1;
}

.sec_prd_grid .escooter > div:nth-child(3) {
  grid-column: 7/-1;
  grid-row: 2/-1;
}

.sec_prd_grid .escooter > div:nth-child(3) .txt img {
  width: 18.125rem;
}

.sec_prd_grid .cart > div:nth-child(1) {
  grid-column: 1/4;
  grid-row: 1/2;
}

.sec_prd_grid .cart > div:nth-child(2) {
  grid-column: 4/10;
  grid-row: 1/2;
}

.sec_prd_grid .cart > div:nth-child(3) {
  grid-column: 10/-1;
  grid-row: 1/2;
}

.sec_prd_grid .cart > div:nth-child(4) {
  grid-column: 1/7;
  grid-row: 2/-1;
}

.sec_prd_grid .cart > div:nth-child(5) {
  grid-column: 7/-1;
  grid-row: 2/-1;
}

.sec_prd_grid .other > div:nth-child(1) {
  grid-column: 1/5;
}

.sec_prd_grid .other > div:nth-child(2) {
  grid-column: 5/9;
}

.sec_prd_grid .other > div:nth-child(3) {
  grid-column: 9/-1;
}


.sec_promotion .card.horizontal {
  display: flex;
  border-radius: 2.5rem;
  overflow: hidden;
}

.sec_promotion .card .img_box {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 2.5rem 0 0 2.5rem;
  overflow: hidden;
}

.sec_promotion .card .img_box img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.sec_promotion .card.horizontal .txt_box {
  background-color: #F5F5F5;
  /* padding: 5rem 3.75rem 6.25rem; */
  padding: 2% 3.75rem 0;
  /* max-width : 650px; */
  max-width: 40.625rem;
  max-width: 50%;
  width : 100%;
  border-radius: 0 2.5rem 2.5rem 0;
  overflow: hidden;
}
.sec_promotion .card.horizontal .txt_box .sub_txt{
  margin-top: 5%;
}

.sec_promotion .card.horizontal a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 10%;
}

.sec_promotion .card.horizontal a i {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  background: url("/assets/images/icons/ico_arrow_r_b.svg") no-repeat center / 18px 18px;
  border: 1px solid #999;
  border-radius: 50%;
}

@media all and (max-width: 1280px) {
  .sec_promotion .card.horizontal a{
    margin-top: 4%;
  }

  .sec_news .news_swiper .img_box {
    height: 24.75rem;
  }

  .sec_banner .banner {
    height: 26rem;
  }

  .sec_service .service_card img {
    width: 22.5rem;
  }
}

@media all and (max-width: 850px){
  .sec_promotion .inner{
    padding: 0 5.5rem;
  }
  .sec_promotion .card.horizontal .txt_box{
    padding: 2% 2.5rem 0;
  }
  .sec_promotion .card.horizontal .txt_box .sub_txt{
    display : none;
  }
}

@media all and (max-width: 768px) {
  footer{
    padding-top: 0;
  }
  header.scr_hd{
    background-color: #fff;
  }
  header.scr_hd .logo img{
    opacity:  1;
  }
  header.scr_hd .menu_open_btn{
    background: url("../images/icons/ico_menu.svg") no-repeat center / cover;
  }
  header.scr_hd .logo img + img{
    display: none;
  }
  .sec_visual{
    height: auto;
    padding-top: 60px;
    margin-bottom: 0;
  }
  .sec_visual .video_wrap{
    height: auto;
  }

  .sec_visual .scr_btn[data-scr="down"] {
    display: block;
    right: 20px;
    bottom: 40px;
    width: 48px;
    height: 48px;
    background-size: 20px 20px;
  }

  .sec_visual .video_controller {
    left: 20px;
    bottom: 57px;
  }

  .sec_visual .video_controller .progress_wrap {
    gap: 8px;
  }

  .sec_visual .video_controller .play_progressbar {
    width: 52px;
  }

  .sec_visual .video_controller .control_btn {
    display: none;
  }

  .sec_visual .floating_banner{
    height: max-content;
    bottom: auto;
    top: 100%;
  }


  .sec_prod {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .floating_banner a div{
    background-size: contain;
    background-repeat: no-repeat;
    background-position : center;
  }

  .sec_prod h2 {
    font-size: 16px;
    width: 100%;
    height: auto;
  }

  .sec_prod h2 span {
    width: 100%;
  }

  .sec_prod h3 {
    font-size: 100px;
    top: 110px;
  }

  .sec_prod h3 span.single.img {
    margin-top: 30px;
  }

  .sec_prod h3 span.single.img img {
    width: 400px;
  }

  .sec_prod h3 span.double {
    margin-top: 24px;
  }

  .sec_prod h3 span.double span {
    font-size: 90px;
    margin-top: 0;
  }

  .sec_prod h3 span.single {
    font-size: 54px;
    margin-top: 20px;
  }

  .sec_prod .swiper-button-next {
    right: 20px;
  }

  .sec_prod .swiper-button-prev {
    left: 20px;
  }

  .sec_prod .swiper-button-next, .sec_prod .swiper-button-prev {
    width: 32px;
    height: 32px;
  }

  .sec_prod .prod_swiper .swiper-slide {
    width: 100%;
  }

  .sec_prod .prod_swiper img {
    margin-top: 160px;
  }

  .sec_prod .prod_swiper .swiper-pagination {
    margin-top: 44px;
  }

  .sec_prod .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .sec_service {
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
  }

  .sec_service .service_card {
    width: 100%;
    padding-bottom: 20px;
  }

  .sec_service .service_card a {
    height: 193px;
    padding: 30px;
    border-radius: 15px;
  }

  .sec_service .service_card img {
    width: 120px;
    right: 20px;
  }

  .sec_service .service_card .cir_arrow {
    bottom: 50px;
    left: 30px;
    width: 48px;
    height: 48px;
    background-size: 20px 20px;
  }

  .sec_news {
    padding: 100px 0 0;
    position: relative;
  }

  .sec_news .inner {
    width: 100%;
    padding: 0 20px 70px;
  }

  .sec_news .sec_tit {
    margin-bottom: 40px;
  }

  .sec_news .sec_tit a {
    position: absolute;
    bottom: 0;
    right: 20px;
    gap: 10px;
    padding-top: 0;
  }

  .sec_news .news_swiper {
    overflow: visible;
  }

  .sec_news .news_swiper .swiper-slide {
    width: 300px;
  }

  .sec_news .news_swiper .img_box {
    height: 200px;
    border-radius: 15px;
  }

  .sec_news .news_swiper .desc {
    line-height: 20px;
  }

  .sec_news .swiper-button-next, .swiper-button-prev {
    display: none;
  }

  .sec_banner {
    width: calc(100% - 40px);
    padding-bottom: 100px;
    margin-top: 100px;
  }

  .sec_banner .banner {
    height: 214px;
    padding-bottom: 0;
    border-radius: 15px;
    background: url("../images/main/banner_mo.png") no-repeat center / cover;
  }


  .sec_promotion .inner{
    padding: 0;
  }
  .sec_promotion .promotion_swiper .swiper-button-next, .sec_promotion .promotion_swiper .swiper-button-prev{
    display : none;
  }
  .sec_promotion .promotion_swiper .swiper-slide{
    width : 100%;
  }
  .sec_promotion .card.horizontal{
    flex-direction: column;
    border-radius: 0;
  }
  .sec_promotion .card .img_box{
    min-height: 180px;
    border-radius: 15px 15px 0 0;
  }
  .sec_promotion .card.horizontal .txt_box{
    padding: 20px;
    border-radius: 0 0 15px 15px;
    max-width : 100%;
  }
  .sec_promotion .card.horizontal .txt_box .sub_txt{
    display: block;
  }
  .sec_promotion .card.horizontal a{
    gap: 10px;
    margin-top: 20px;
    font-size: 14px;
  }
  .sec_promotion .card.horizontal a i{
    width : 36px;
    height : 36px;
    background-size: 12px 12px;
  }
  .sec_promotion .promotion_swiper .swiper-pagination{
    margin-top: 40px;
    gap: 8px;
  }
  .sec_promotion .promotion_swiper .swiper-pagination-bullet{
    width : 8px;
    height: 8px;
  }
  .sec_prd_grid{
    margin-top: 100px;
  }
  .sec_prd_grid > .grid_lay{
    border-radius:  0;
    gap: 0;
    grid-row-gap: 60px;
  }
  .sec_prd_grid .grid_lay > div{
    display: flex;
    flex-direction: column;
  }
  .sec_prd_grid .mark{
    min-height: 120px;
  }
  .sec_prd_grid .grid_lay > div{
    gap: 20px;
  }
  .sec_prd_grid .grid_lay > div .txt{
    left: 20px;
    bottom: 20px;
  }
  .sec_prd_grid > div .mark .img_box img{
    width : 113px;
    height: 101px;
    top: -12px;
    right: -10px;
  }
  .sec_prd_grid .escooter > div:nth-child(1){order:2;}
  .sec_prd_grid .escooter > div:nth-child(2){order:1;border-radius: 15px 15px 0 0;}
  .sec_prd_grid .escooter > div:nth-child(3){order:3;}
  .sec_prd_grid .escooter > div:nth-child(1) .txt img{width : 148px;}
  .sec_prd_grid .cart > div:nth-child(3){order:5;}
  .sec_prd_grid .other > div:nth-child(3){border-radius: 0 0 15px 15px; overflow: hidden}
}