@charset "UTF-8";
* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

address,
caption,
code,
em,
var {
  font-style: normal;
}

img,
fieldset,
iframe {
  border: 0 none;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

input,
select,
textarea,
button {
  vertical-align: middle;
}

textarea {
  resize: none;
}

input::-ms-clear {
  display: none;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

button,
input[type=button],
input[type=submit],
input[type=reset],
input[type=file] {
  border-radius: 0;
  -webkit-appearance: button;
}

input[type=image],
input[type=text],
input[type=submit],
input[type=password],
input[type=search] {
  border-radius: 0;
  -webkit-appearance: none;
}

input:checked[type=checkbox] {
  -webkit-appearance: checkbox;
  background-color: transparent;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

caption,
legend {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

a {
  text-decoration: none;
  select-dummy: expression(this.hideFocus=true);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
input,
select,
textarea,
button {
  /* font family, letter-spacing etc...*/
}

textarea,
input {
  -webkit-apperence: none;
}

article,
details,
figure,
footer,
header,
nav,
section,
main,
menu {
  display: block;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub {
  line-height: 0;
}

html,
body {
  width: 100%;
}

ul:after,
ol:after {
  content: "";
  clear: both;
  display: block;
}

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../font/woff2/Pretendard-Black.woff2") format("woff2"), url("../font/woff/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../font/woff2/Pretendard-ExtraBold.woff2") format("woff2"), url("../font/woff/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../font/woff2/Pretendard-Bold.woff2") format("woff2"), url("../font/woff/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../font/woff2/Pretendard-SemiBold.woff2") format("woff2"), url("../font/woff/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../font/woff2/Pretendard-Medium.woff2") format("woff2"), url("../font/woff/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("../font/woff2/Pretendard-Regular.woff2") format("woff2"), url("../font/woff/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../font/woff2/Pretendard-Light.woff2") format("woff2"), url("../font/woff/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("../font/woff2/Pretendard-ExtraLight.woff2") format("woff2"), url("../font/woff/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../font/woff2/Pretendard-Thin.woff2") format("woff2"), url("../font/woff/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TAEBAEKfont";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/TAEBAEKfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* include */
:root {
  --white: #ffffff;
  --rec-primary: #FF2600;
  --rec-primary-gradient: #FF6D32;
  --rec-primary-border: #ffe9af;
  --rec-primary-bg: #fff2d1;
  --rec-primary-bg-light: #fffdf7;
  --rec-secondary: #446ee8;
  --rec-secondary-border: rgba(63, 122, 255, 0.5);
  --rec-secondary-border-light: rgba(63, 122, 255, 0.2);
  --rec-secondary-bg: #eaf2ff;
  --rec-secondary-bg-light: rgba(68, 110, 232, 0.02);
  --rec-red: #f40a13;
  --rec-red-bg: #ffe2e5;
  --bg-gray: #f7f6f5;
  --bg-page: #eee;
  --bg-chat: #eee;
  --border: #dfdfdf;
  --border-light: #f4f4f4;
  --border-dark: #e7e7e7;
  --border-section: #f6f6f6;
  --text: #1b1b1b;
  --text-gray: #1b1b1b;
  --text-light: #888;
  --full-height: calc(var(--vh, 1vh) * 100);
}

* {
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all;
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
}

*::-webkit-input-placeholder {
  color: var(--text);
  opacity: 0.4;
}

*:-moz-placeholder {
  color: var(--text);
  opacity: 0.4;
}

*::-moz-placeholder {
  color: var(--text);
  opacity: 0.4;
}

*:-ms-input-placeholder {
  color: var(--text);
  opacity: 0.4;
}

*:focus {
  outline: none;
}

html {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-style: -ms-autohiding-scrollbar;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

html.overflow {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body {
  letter-spacing: -0.5px;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

html.ios-native-fixed-btmEl-cont {
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);
}

html.ios-native-fixed-btmEl-cont body {
  overflow-y: scroll;
  height: calc(var(--vh, 1vh) * 100);
  padding-bottom: env(safe-area-inset-bottom) !important;
}

#home {
  font-size: 28px;
}
#home a {
  cursor: pointer;
}
#home .inner-view {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
#home .tit-section {
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
}
#home .tit-section .title {
  font-size: 40px;
  font-weight: 700;
}
#home .tit-section .sup + .title {
  margin-top: 0.4em;
}
#home .tit-section .underline {
  display: inline-block;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) calc(100% - 5px), rgba(255, 84, 15, 0.2) 5px);
}
#home .tit-section strong {
  display: block;
}
#home .ib {
  display: inline-block;
}
#home .emph {
  color: var(--rec-primary);
}
#home .orange {
  color: var(--rec-primary-gradient);
}
#home .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 90px;
  padding: 0 1.1em;
  border-radius: 12px;
  font-size: 28px;
  font-weight: 700;
}
#home .btn.ico-right:after {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/@2.5/landing/ico-arrow01.png) no-repeat center center/contain;
  filter: invert(32%) sepia(99%) saturate(6854%) hue-rotate(10deg) brightness(108%) contrast(104%);
  content: "";
}
#home .btn span {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  height: 36px;
  align-items: center;
  transform: translate(-50%, -50%);
  border-radius: 36px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0.8em;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
#home .btn span.deco {
  background: url(../img/@2.5/landing/deco-btn.png) center/cover;
  color: #fff;
}
#home .btn.btn-primary {
  background: var(--rec-primary);
  color: #fff;
}
#home .btn.btn-primary.ico-right:after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(147deg) brightness(100%) contrast(100%);
}
#home .bg-cloud {
  position: relative;
  background: linear-gradient(to bottom, rgb(223, 247, 255) 0%, rgba(223, 247, 255, 0) 70%);
}
#home .bg-cloud:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: url(../img/@2.5/landing/bg-cloud.png) no-repeat top center;
  content: "";
}
#home #header {
  background: #000;
  color: #fff;
}
#home #header .inner-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
#home #header #title {
  display: flex;
  align-items: center;
  gap: 15px;
}
#home #header #title .tit {
  font-size: 30px;
  font-weight: 600;
  color: var(--rec-primary);
}
#home #header #title .sub {
  font-size: 20px;
  font-weight: 500;
}
#home #header .menu {
  display: flex;
  gap: 6px;
}
#home #header .menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}
#home #header .menu .link-login {
  padding: 0 0.36em;
  color: #fff;
  text-decoration: underline;
}
#home #header .menu .link-join {
  padding: 0 0.83em;
  background: #fff;
  color: var(--rec-primary);
}
@media screen and (max-width: 1200px) {
  #home #header #title {
    gap: 1.25vw;
  }
  #home #header #title .tit {
    font-size: 2.33vw;
  }
  #home #header #title .sub {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 1023px) {
  #home #header #title .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #home #header .inner-view {
    height: 48px;
    padding: 0 24px;
  }
  #home #header #title .tit {
    font-size: 18px;
  }
  #home #header .menu {
    gap: 4px;
  }
  #home #header .menu a {
    height: 32px;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 700;
  }
  #home #header .menu .link-login {
    color: #888;
  }
}
@media screen and (max-width: 1200px) {
  #home .tit-section .title {
    font-size: 3.33vw;
  }
  #home .btn {
    height: 7.5vw;
    border-radius: 1vw;
    font-size: 2.33vw;
  }
  #home .btn.ico-right:after {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #home .inner-view {
    padding: 0 24px;
  }
  #home .tit-section {
    line-height: 1.3;
  }
  #home .tit-section .title {
    font-size: 24px;
  }
  #home .tit-section .title p:not(:first-child) {
    margin-top: 0.2em;
  }
  #home .tit-section .underline {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) calc(100% - 8px), rgba(255, 84, 15, 0.2) 5px);
  }
  #home .btn {
    height: 54px;
    border-radius: 8px;
    font-size: 18px;
  }
  #home .btn.ico-right:after {
    width: 20px;
    height: 20px;
  }
}
#home #visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 60px);
  background: url(../img/@2.5/landing/rider-visual.jpg) center/cover;
  color: #fff;
  line-height: 1.2;
}
#home #visual .sup {
  display: block;
  font-size: 44px;
  font-weight: 500;
}
#home #visual #h1 {
  margin-top: 24px;
  width: 472px;
}
#home #visual .sub {
  display: block;
  margin-top: 22px;
  font-size: 28px;
}
#home #visual .btn {
  margin-top: 126px;
}
@media all and (max-aspect-ratio: 3/2) {
  #home #visual {
    background-position: 82% center;
  }
}
@media all and (max-aspect-ratio: 1/1) {
  #home #visual {
    background: url(../img/@2.5/landing/rider-visual-mo.jpg) center/cover;
  }
}
@media screen and (max-width: 1200px) {
  #home #visual .sup {
    font-size: 3.66vw;
  }
  #home #visual #h1 {
    margin-top: 2vw;
    width: 39.33vw;
  }
  #home #visual .sub {
    font-size: 2.33vw;
  }
  #home #visual .btn {
    margin-top: 10.5vw;
  }
}
@media screen and (max-width: 768px) {
  #home #visual {
    height: calc(100vh - 48px);
  }
  #home #visual .inner-view {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 48px);
    padding: 68px 40px 40px;
  }
  #home #visual .sup {
    font-size: 24px;
  }
  #home #visual #h1 {
    margin-top: 10px;
    width: 230px;
  }
  #home #visual .sub {
    font-size: 20px;
  }
  #home #visual .btn {
    height: 54px;
    margin-top: 0;
    font-size: 19px;
    transition: 0.3s;
    z-index: 999;
  }
  #home #visual .btn.fixed {
    border-radius: 0;
  }
}
#home .section-intro1 {
  padding: 140px 0 160px;
  background: linear-gradient(180deg, #DFF7FF 9.78%, #FFF 58.37%);
}
#home .section-intro1 .contents {
  display: flex;
  justify-content: space-between;
  gap: 72px;
  margin-top: 100px;
}
@keyframes finishNumAnimate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
#home .section-intro1 .contents .item {
  flex-grow: 1;
  text-align: center;
}
#home .section-intro1 .contents .tit-item {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}
#home .section-intro1 .contents .tit-item .emph {
  display: inline-block;
  margin-left: -0.2em;
  font-weight: 600;
}
#home .section-intro1 .contents .tit-item .emph b {
  display: inline-block;
  width: 0.75em;
  transform: translateY(0.05em);
  font-size: 196px;
  font-weight: 800;
  text-align: center;
}
#home .section-intro1 .contents .tit-item b.finish {
  animation: finishNumAnimate 0.5s forwards;
}
#home .section-intro1 .contents .desc {
  margin-top: 60px;
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--rec-primary);
  font-size: 22px;
}
#home .section-intro1 .contents .desc strong {
  display: block;
}
@media screen and (max-width: 1200px) {
  #home .section-intro1 {
    padding: 11.66vw 0 13.33vw;
  }
  #home .section-intro1 .contents {
    gap: 6vw;
    margin-top: 8.33vw;
  }
  #home .section-intro1 .contents .tit-item {
    font-size: 4.5vw;
  }
  #home .section-intro1 .contents .tit-item .emph b {
    font-size: 15.8vw;
  }
  #home .section-intro1 .contents .desc {
    margin-top: 4.5vw;
    font-size: 1.83vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-intro1 .contents {
    display: block;
    margin-top: 56px;
    text-align: center;
  }
  #home .section-intro1 .contents .item + .item {
    margin-top: 52px;
  }
  #home .section-intro1 .contents .tit-item {
    font-size: 36px;
  }
  #home .section-intro1 .contents .tit-item .emph b {
    font-size: 130px;
  }
  #home .section-intro1 .contents .desc {
    width: 230px;
    margin: 32px auto 0;
    padding-bottom: 0.25em;
    font-size: 15px;
  }
}
#home .section-intro2 {
  padding: 120px 0;
  background: url(../img/@2.5/landing/rider-intro2-bg.jpg) center/cover;
}
#home .section-intro2 .contents {
  display: flex;
  gap: 30px;
  margin-top: 100px;
}
#home .section-intro2 .item {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 32px 32px;
  text-align: center;
}
#home .section-intro2 .item .tit {
  display: block;
  font-size: 27px;
  font-weight: 600;
}
#home .section-intro2 .item .desc {
  margin-top: 14px;
  font-size: 21px;
  line-height: 1.4;
}
#home .section-intro2 .item .desc .emph {
  display: block;
}
#home .section-intro2 .item .img {
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #home .section-intro2 {
    padding: 10vw 0;
  }
  #home .section-intro2 .contents {
    gap: 2vw;
    margin-top: 8.33vw;
  }
  #home .section-intro2 .item {
    border-radius: 2.5vw;
    padding: 3.33vw 2vw 2.66vw;
  }
  #home .section-intro2 .item .tit {
    font-size: 2.25vw;
  }
  #home .section-intro2 .item .desc {
    margin-top: 1.16vw;
    font-size: 1.75vw;
  }
  #home .section-intro2 .item .img {
    margin-top: 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-intro2 {
    padding: 68px 0 50px;
    background-image: url(../img/@2.5/landing/rider-intro2-bg-mo.jpg);
  }
  #home .section-intro2 .contents {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 76vw;
    min-width: 285px;
    margin: 68px auto 0;
  }
  #home .section-intro2 .item {
    border-radius: 30px;
    padding: 40px 30px 30px;
  }
  #home .section-intro2 .item .tit {
    font-size: 20px;
  }
  #home .section-intro2 .item .desc {
    margin-top: 10px;
    font-size: 15px;
  }
  #home .section-intro2 .item .img {
    margin-top: 22px;
  }
}
#home .section-benefit {
  padding: 120px 0 88px;
}
#home .section-benefit .contents {
  margin-top: 84px;
  text-align: center;
  font-size: 23px;
  line-height: 1.4;
}
#home .section-benefit .contents [class^=item] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
#home .section-benefit .contents [class^=item]:before {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-color: #FFE6E3;
  background-position: center center;
  background-size: 120px;
  content: "";
}
#home .section-benefit .contents .item1:before {
  background-image: url(../img/@2.5/landing/rider-benefit-01.png);
}
#home .section-benefit .contents .item2:before {
  background-image: url(../img/@2.5/landing/rider-benefit-02.png);
}
#home .section-benefit .contents .item3:before {
  background-image: url(../img/@2.5/landing/rider-benefit-03.png);
}
#home .section-benefit .contents .item4:before {
  background-image: url(../img/@2.5/landing/rider-benefit-04.png);
}
#home .section-benefit .contents .item5:before {
  background-image: url(../img/@2.5/landing/rider-benefit-05.png);
}
#home .section-benefit .contents .item6:before {
  background-image: url(../img/@2.5/landing/rider-benefit-06.png);
}
#home .section-benefit .contents .item7:before {
  background-image: url(../img/@2.5/landing/rider-benefit-07.png);
}
#home .section-benefit .contents .item8:before {
  background-image: url(../img/@2.5/landing/rider-benefit-08.png);
}
#home .section-benefit .contents .swiper-pagination {
  position: relative;
  transform: unset;
  top: auto;
  bottom: auto;
  margin-top: 80px;
  font-size: 0;
}
#home .section-benefit .contents .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 14px;
  background: #FFE6E3;
  opacity: 1;
}
#home .section-benefit .contents .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--rec-primary);
}
@media screen and (max-width: 1200px) {
  #home .section-benefit {
    padding: 9.5vw 0 7.3vw;
  }
  #home .section-benefit .contents {
    margin-top: 7vw;
    font-size: 1.9vw;
  }
  #home .section-benefit .contents [class^=item] {
    gap: 2vw;
  }
  #home .section-benefit .contents [class^=item]:before {
    width: 12.5vw;
    height: 12.5vw;
    background-size: 10vw;
  }
  #home .section-benefit .contents .swiper-pagination {
    margin-top: 6.6vw;
  }
  #home .section-benefit .contents .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #home .section-benefit {
    padding: 66px 0 42px;
  }
  #home .section-benefit .inner-view {
    padding: 0 16px;
  }
  #home .section-benefit .contents {
    margin-top: 34px;
    font-size: 15px;
  }
  #home .section-benefit .contents .swiper-pagination {
    margin-top: 37px;
  }
  #home .section-benefit .contents .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 640px) {
  #home .section-benefit .tit-section .ib {
    display: block;
  }
  #home .section-benefit .contents [class^=item]:before {
    width: 23.3vw;
    height: 23.3vw;
    border-radius: 1.33vw;
    background-size: 18.66vw;
  }
}
#home .section-apply {
  padding: 80px 0;
  background: #202020;
}
#home .section-apply .inner-view {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 326px;
  color: #fff;
}
#home .section-apply .inner-view [class^=txt] {
  position: absolute;
}
#home .section-apply .inner-view .txt1 {
  top: 0;
  left: 0;
}
#home .section-apply .inner-view .txt2 {
  top: 0;
  left: 50%;
}
#home .section-apply .inner-view .txt3 {
  bottom: 20px;
  right: 10px;
}
#home .section-apply .inner-view .txt4 {
  top: 40px;
  right: 12px;
}
#home .section-apply .inner-view .txt5 {
  bottom: 40px;
  left: 40px;
}
@keyframes applyBtnAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
#home .section-apply .btn {
  position: relative;
  width: 400px;
  height: 84px;
  background: #fff;
  font-size: 28px;
  color: var(--rec-primary);
  box-shadow: 0 0 40px 0 var(--rec-primary);
  animation: applyBtnAnimation 1.5s infinite;
}
@media screen and (max-width: 1200px) {
  #home .section-apply {
    padding: 6.66vw 0;
  }
  #home .section-apply .inner-view {
    height: 27.16vw;
  }
  #home .section-apply .btn {
    width: 33.33vw;
    height: 7vw;
    box-shadow: 0 0 3.33vw 0 var(--rec-primary);
    font-size: 2.33vw;
  }
}
@media screen and (max-width: 1024px) {
  #home .section-apply .btn {
    min-width: 285px;
    height: 60px;
    box-shadow: 0 0 28px 0 var(--rec-primary);
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #home .section-apply .inner-view {
    max-width: 580px;
    height: 472px;
  }
}
#home .section-faq {
  position: relative;
  padding: 100px 0;
  background: url(../img/@2.5/landing/faq-bg-noise.png) var(--rec-primary) repeat center;
}
#home .section-faq:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/@2.5/landing/faq-bg.png) no-repeat center/cover;
  content: "";
}
#home .section-faq .inner-view {
  position: relative;
}
#home .section-faq .tit-section .title {
  color: #fff;
}
#home .section-faq .contents {
  max-width: 830px;
  margin: 80px auto 0;
}
#home .section-faq .contents .item + .item {
  margin-top: 20px;
}
#home .section-faq .contents .tit {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
}
#home .section-faq .contents .tit:before {
  content: "Q";
}
#home .section-faq .contents .tit:after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 12px;
  transform: rotate(90deg) translateX(-50%);
  background: url(../img/@2.5/landing/ico-arrow02.png) no-repeat center/auto 100%;
  content: "";
}
#home .section-faq .contents .item.on .tit:after {
  transform: rotate(-90deg) translateX(50%);
}
#home .section-faq .contents .conts {
  display: none;
  padding: 16px 60px;
  background: #FFEEE8;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}
#home .section-faq .contents .conts span {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #home .section-faq {
    padding: 8.33vw 0;
  }
  #home .section-faq .contents {
    margin-top: 6.66vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-faq {
    padding: 50px 0;
  }
  #home .section-faq .contents {
    margin-top: 50px;
  }
  #home .section-faq .contents .item + .item {
    margin-top: 20px;
  }
  #home .section-faq .contents .tit {
    min-height: 42px;
    padding: 12px 40px 12px 10px;
    font-size: 15px;
    line-height: 1.2;
  }
  #home .section-faq .contents .tit:after {
    right: 15px;
    width: 12px;
    height: 12px;
  }
  #home .section-faq .contents .conts {
    padding: 18px 24px;
    font-size: 14px;
    line-height: 1.8;
  }
}
#home .section-mockup {
  position: relative;
  padding: 120px 0 0;
}
#home .section-mockup .img {
  width: 546px;
  max-width: 100%;
  margin: 90px auto 0;
}
#home .section-mockup:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 114px;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, rgba(66, 66, 66, 0.21) 100%);
  content: "";
}
@media screen and (max-width: 1200px) {
  #home .section-mockup {
    padding-top: 10vw;
  }
  #home .section-mockup .img {
    margin-top: 7.5vw;
  }
  #home .section-mockup:after {
    height: 98px;
  }
}
@media screen and (max-width: 1024px) {
  #home .section-mockup {
    padding-top: 70px;
  }
}
#home .section-partner {
  padding: 120px 0 160px;
  background: #2C2C2C;
}
#home .section-partner .tit-section .title {
  font-size: 46px;
  color: #fff;
}
#home .section-partner .contents {
  margin-top: 90px;
}
#home .section-partner .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
#home .section-partner .item {
  width: 130px;
}
#home .section-partner .mo {
  display: none;
}
@media screen and (max-width: 1200px) {
  #home .section-partner {
    padding: 13.33vw 0 20vw;
  }
  #home .section-partner .tit-section .title {
    font-size: 3.83vw;
  }
  #home .section-partner .contents {
    margin-top: 11.6vw;
  }
  #home .section-partner .row {
    gap: 2.5vw;
  }
  #home .section-partner .row + .row {
    margin-top: -0.5vw;
  }
  #home .section-partner .item {
    width: 10.83vw;
  }
}
@media screen and (max-width: 1024px) {
  #home .section-partner .pc {
    display: none;
  }
  #home .section-partner .mo {
    display: block;
  }
  #home .section-partner .row + .row {
    margin-top: 12px;
  }
  #home .section-partner .item {
    width: 13vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-partner {
    padding: 72px 0;
  }
  #home .section-partner .tit-section .title {
    font-size: 24px;
  }
  #home .section-partner .contents {
    margin-top: 36px;
  }
}
#home .section-review {
  padding: 120px 0;
}
#home .section-review .tit-section .title {
  font-size: 46px;
}
#home .section-review .contents {
  margin-top: 60px;
}
#home .section-review .item {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
#home .section-review .conts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 42.5%;
  padding: 36px;
  background: #121314;
  color: #fff;
}
#home .section-review .conts .sup {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #D1D6DB;
}
#home .section-review .conts .tit {
  display: block;
  margin-top: 24px;
  font-size: 26px;
  font-weight: 600;
}
#home .section-review .conts .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin-top: 12px;
  border-radius: 44px;
  padding: 0 1.5em;
  font-size: 16px;
  font-weight: 600;
  color: var(--rec-primary);
  border: 1px solid var(--rec-primary);
}
#home .section-review .img {
  width: 57.5%;
}
#home .section-review .img img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  #home .section-review {
    padding: 11.66vw 0;
  }
  #home .section-review .tit-section .title {
    font-size: 3.83vw;
  }
  #home .section-review .contents {
    margin-top: 5vw;
  }
  #home .section-review .conts {
    padding: 3vw;
  }
  #home .section-review .conts .sup {
    font-size: 1.833vw;
  }
  #home .section-review .conts .tit {
    margin-top: 2vw;
    font-size: 2.166vw;
  }
  #home .section-review .conts .link {
    height: 3.66vw;
    border-radius: 3.66vw;
    margin-top: 1vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #home .section-review {
    padding: 72px 0;
  }
  #home .section-review .tit-section .title {
    font-size: 24px;
  }
  #home .section-review .contents {
    margin-top: 36px;
  }
  #home .section-review .item {
    flex-direction: column-reverse;
    gap: 0;
    border-radius: 12px;
  }
  #home .section-review .conts {
    width: 100%;
    padding: 24px;
  }
  #home .section-review .conts .sup {
    font-size: 13px;
  }
  #home .section-review .conts .tit {
    margin-top: 12px;
    font-size: 15px;
  }
  #home .section-review .conts .link {
    margin-top: 7px;
    width: 72px;
    height: 26px;
    font-size: 12px;
    padding: 0;
  }
  #home .section-review .img {
    width: 100%;
  }
  #home .section-review .img img {
    height: 50vw;
  }
}
#home .section-media {
  padding: 150px 0;
  background: #E6E6E6;
}
#home .section-media .tit-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .section-media .tit-section .arrows {
  display: flex;
  gap: 8px;
}
#home .section-media .tit-section .arrows [class^=swiper-button] {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  font-size: 0;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
}
#home .section-media .tit-section .arrows [class^=swiper-button]:after {
  display: none;
}
#home .section-media .tit-section .arrows [class^=swiper-button] svg {
  display: none;
}
#home .section-media .tit-section .arrows .swiper-button-prev {
  background-image: url(../img/@2.5/landing/ico-prev.png);
}
#home .section-media .tit-section .arrows .swiper-button-next {
  background-image: url(../img/@2.5/landing/ico-next.png);
}
#home .section-media .contents {
  margin-top: 72px;
}
#home .section-media .swiper .inner {
  display: block;
  color: var(--text);
}
#home .section-media .img img {
  width: 100%;
  aspect-ratio: 1/0.625;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#home .section-media .conts {
  margin-top: 20px;
}
#home .section-media .conts .tit {
  display: block;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
}
#home .section-media .conts .media {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}
#home .section-media .conts .name {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 5px;
  background: #000;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
#home .section-media .conts .date {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  #home .section-media {
    padding: 12.5vw 0;
  }
  #home .section-media .tit-section .arrows [class^=swiper-button] {
    width: 5vw;
    height: 5vw;
  }
  #home .section-media .contents {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-media {
    padding: 52px 0 80px;
  }
  #home .section-media .tit-section .arrows {
    gap: 6px;
  }
  #home .section-media .tit-section .arrows [class^=swiper-button] {
    width: 46px;
    height: 46px;
  }
  #home .section-media .contents {
    margin-top: 12px;
  }
}
#home .section-app-rider {
  padding: 110px 0;
  background: url(../img/@2.5/landing/rider-app-bg.jpg) no-repeat right center/cover;
}
#home .section-app-rider .tit-section .title {
  color: #fff;
  font-weight: 500;
}
#home .section-app-rider .tit-section .title b {
  font-weight: 800;
}
#home .section-app-rider .contents {
  margin-top: 48px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
#home .section-app-rider .app-link {
  display: inline-block;
  width: 200px;
}
@media screen and (max-width: 1580px) {
  #home .section-app-rider {
    background-position: 60% center;
  }
}
@media screen and (max-width: 1200px) {
  #home .section-app-rider {
    background: url(../img/@2.5/landing/rider-app-bg-mo.jpg) no-repeat center/cover;
  }
}
#home #footer {
  padding: 60px 0 72px;
  background: #0E0E0E;
  font-size: 1.4rem;
}
#home #footer .inner-view {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1440px;
}
#home #footer .logo-area {
  flex-shrink: 0;
}
#home #footer .logo-area .title {
  font-size: 28px;
  color: #A5A5A6;
  font-weight: 800;
  line-height: 1;
}
#home #footer .ft-conts {
  flex-grow: 1;
}
#home #footer .ft-links {
  display: flex;
}
#home #footer .ft-links a {
  display: inline-block;
  padding: 0 16px;
  border-left: 1px solid #F4F5F9;
  line-height: 16px;
  color: #7B7B7B;
  font-weight: 600;
}
#home #footer .ft-info {
  margin-top: 20px;
  color: #666;
}
#home #footer .ft-info .copyright {
  margin-top: 12px;
}
#home #footer .wrap-slt {
  position: relative;
  font-size: 20px;
  color: #666;
}
#home #footer .wrap-slt a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  transition: 0.3s;
  color: inherit;
  white-space: nowrap;
}
#home #footer .wrap-slt .tit {
  position: relative;
  border-radius: 15px;
  padding-left: 44px;
  background-color: #212121;
}
#home #footer .wrap-slt .tit:after {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 15px;
  height: 15px;
  background: url(../img/@2.5/landing/ico-arrow02.png) no-repeat center/contain;
  filter: invert(40%) sepia(0%) saturate(1%) hue-rotate(242deg) brightness(97%) contrast(93%);
  transform: rotate(90deg) translateX(-50%);
  content: "";
}
#home #footer .wrap-slt .list-slt {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 10px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #212121;
}
#home #footer .wrap-slt .list-slt .selected {
  display: none;
}
#home #footer .wrap-slt .list-slt a:hover {
  background-color: #353535;
  color: #C4C4C4;
}
#home #footer .wrap-slt.active .tit:after {
  transform: rotate(-90deg) translateX(50%);
}
#home #footer .go-to-top {
  position: fixed;
  width: 52px;
  height: 52px;
  right: 52px;
  bottom: 52px;
  background: url(../img/@2.5/landing/gotop.png) no-repeat center/contain;
  font-size: 0;
  border-radius: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s;
}
#home #footer .go-to-top.on {
  opacity: 1;
}
@media screen and (max-width: 1320px) {
  #home #footer .inner-view {
    position: relative;
    flex-wrap: wrap;
  }
  #home #footer .ft-conts {
    width: 100%;
  }
  #home #footer .ft_family {
    position: absolute;
    top: 0;
    right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #home #footer .ft-links a {
    padding: 0 12px;
  }
  #home #footer .wrap-slt {
    font-size: 1.66vw;
  }
  #home #footer .wrap-slt a {
    height: 4.16vw;
    padding: 0 1.66vw;
  }
  #home #footer .wrap-slt .tit {
    border-radius: 1.25vw;
    padding-left: 3.66vw;
  }
  #home #footer .wrap-slt .tit:after {
    left: 1.5vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  #home #footer .wrap-slt .list-slt {
    margin-top: 4px;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 1024px) {
  #home #footer {
    padding: 40px 0;
    font-size: 1.2rem;
  }
  #home #footer .inner-view {
    gap: 60px;
  }
  #home #footer .logo-area .title {
    font-size: 20px;
  }
  #home #footer .ft-links {
    flex-wrap: wrap;
    gap: 8px 0;
  }
  #home #footer .ft-links a {
    padding: 0 8px;
    line-height: 1;
    border-color: #999;
  }
  #home #footer .ft-info .info {
    display: inline-block;
  }
  #home #footer .go-to-top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #home #footer {
    padding-bottom: 150px;
  }
  #home #footer .inner-view {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #home #footer .ft-links {
    justify-content: center;
  }
  #home #footer .ft-info {
    text-align: center;
  }
  #home #footer .ft_family {
    position: relative;
    right: auto;
  }
  #home #footer .ft_family .wrap-slt {
    font-size: 14px;
  }
  #home #footer .ft_family .wrap-slt a {
    height: 32px;
    padding: 0 0.5em;
  }
  #home #footer .ft_family .wrap-slt .tit {
    border-radius: 5px;
    padding-left: 32px;
  }
  #home #footer .ft_family .wrap-slt .tit:after {
    left: 8px;
    width: 10px;
    height: 10px;
  }
  #home #footer .ft_family .wrap-slt .list-slt {
    margin-top: 4px;
    border-radius: 1.25vw;
  }
  #home #footer .copyright {
    text-align: center;
  }
  #home #footer .go-to-top {
    bottom: 74px;
  }
}

/** 고객용 **/
#home.customer .fade-up {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.8s 0.3s;
}
#home.customer .fade-in {
  opacity: 0;
  transition: 0.8s 0.5s;
}
#home.customer .swiper-slide-active .fade-up {
  transform: translateY(0);
  opacity: 1;
}
#home.customer .swiper-slide-active .fade-in {
  opacity: 1;
}
#home.customer .swiper-slide-active .tit-conts.fade-up {
  transition-delay: 0.5s;
}
#home.customer .swiper-slide-active .desc.fade-up {
  transition-delay: 0.8s;
}
#home.customer .swiper-slide-active .btn-area.fade-up {
  transition-delay: 0.5s;
}
#home.customer .swiper-slide-active .links.fade-up {
  transition-delay: 0.5s;
}
#home.customer a {
  color: inherit;
}
#home.customer .block {
  display: block;
}
#home.customer .swiper-wrapper,
#home.customer .swiper-slide {
  height: 100vh;
  height: 100dvh;
}
#home.customer .swiper-slide {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#home.customer .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
#home.customer .next {
  position: fixed;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  border-width: 2.5px;
  border-radius: 100%;
  background: url(../img/@2.5/landing/ico-arrow03.png) no-repeat center/30px;
  font-size: 0;
  z-index: 9;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(272deg) brightness(100%) contrast(98%);
  transition: 0.3s;
}
#home.customer .pager {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
}
#home.customer .pager .inner {
  position: relative;
}
#home.customer .swiper-pagination {
  transform: translateY(-50%);
  left: unset;
  right: 40px;
}
#home.customer .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 20px 0;
  background: #fff;
  opacity: 0.5;
  transition: 0.2s;
}
#home.customer .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#home.customer .go-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background: url(../img/@2.5/landing/ico-arrow04.png) #FF2600 no-repeat center/30px;
  border-radius: 100%;
  z-index: 9;
  font-size: 0;
  transition: 0.3s;
  box-shadow: 0px 0px 5.5px 0px rgba(0, 0, 0, 0.5);
}
#home.customer h2.title {
  display: block;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.46;
}
#home.customer .conts {
  margin-top: 38px;
  line-height: 1.7;
}
#home.customer .tit-conts {
  display: block;
  font-size: 28px;
  font-weight: 600;
}
#home.customer .desc {
  font-size: 24px;
}
#home.customer .emph {
  color: #FF2600;
}
#home.customer .btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 80px;
  border-radius: 12px;
  padding: 0 22px;
  font-size: 24px;
}
#home.customer .btn:after {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/@2.5/landing/ico-arrow01.png) no-repeat center/contain;
  content: "";
}
#home.customer .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #home.customer h2.title {
    font-size: 5vw;
  }
  #home.customer .conts {
    margin-top: 3.16vw;
  }
  #home.customer .tit-conts {
    font-size: 2.33vw;
  }
  #home.customer .desc {
    font-size: 2vw;
  }
  #home.customer .btn {
    gap: 1.33vw;
    height: 6.6vw;
    border-radius: 1vw;
    padding: 0 1.83vw;
    font-size: 2vw;
  }
  #home.customer .btn:after {
    width: 2vw;
    height: 2vw;
  }
  #home.customer .next {
    width: 40px;
    height: 40px;
    bottom: 40px;
    border-width: 2px;
    background-size: 24px;
  }
  #home.customer .go-top {
    bottom: 40px;
    right: 40px;
    width: 42px;
    height: 42px;
    background-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #home.customer .swiper-slide {
    align-items: unset;
    padding-top: 60px;
  }
  #home.customer h2.title {
    font-size: 28px;
  }
  #home.customer .conts {
    margin-top: 22px;
    line-height: 1.5;
  }
  #home.customer .tit-conts {
    font-size: 22px;
  }
  #home.customer .desc {
    font-size: 18px;
  }
  #home.customer .btn {
    gap: 10px;
    height: 50px;
    border-radius: 8px;
    padding: 0 13px;
    font-size: 15px;
  }
  #home.customer .btn:after {
    width: 14px;
    height: 14px;
  }
  #home.customer .next {
    width: 40px;
    height: 40px;
    bottom: 40px;
    border-width: 2px;
    background-size: 24px;
  }
  #home.customer .go-top {
    bottom: 40px;
    right: 40px;
    width: 42px;
    height: 42px;
    background-size: 24px;
  }
  #home.customer .pager {
    display: none;
  }
}
#home.customer.active-slide-0 .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.2;
}
#home.customer.active-slide-1 .next, #home.customer.active-slide-5 .next, #home.customer.active-slide-7 .next {
  filter: invert(32%) sepia(99%) saturate(6854%) hue-rotate(10deg) brightness(108%) contrast(104%);
}
#home.customer.active-slide-5 .swiper-pagination .swiper-pagination-bullet {
  background-color: #d4d4d4;
}
#home.customer.active-slide-6 .swiper-pagination {
  display: none;
}
#home.customer.active-slide-0 .go-top, #home.customer.active-slide-7 .next {
  opacity: 0;
}
#home.customer .slide0 {
  background: url(../img/@2.5/landing/customer-visual.jpg) no-repeat center/cover;
}
#home.customer .slide0 .sup {
  display: block;
  font-size: 50px;
  font-weight: 700;
  color: #FF2600;
}
#home.customer .slide0 #h1 {
  width: 588px;
  margin: 24px 0;
}
#home.customer .slide0 .sub {
  display: block;
  font-size: 30px;
  color: #fff;
}
#home.customer .slide0 .links {
  display: flex;
  gap: 20px;
  margin-top: 88px;
}
#home.customer .slide0 .links a {
  display: block;
  width: 200px;
}
@media screen and (max-width: 1200px) {
  #home.customer .slide0 .sup {
    font-size: 4.16vw;
  }
  #home.customer .slide0 #h1 {
    width: 49vw;
    margin: 2vw 0;
  }
  #home.customer .slide0 .sub {
    font-size: 2.5vw;
  }
  #home.customer .slide0 .links {
    gap: 1.66vw;
    margin-top: 7.33vw;
  }
  #home.customer .slide0 .links a {
    width: 16.66vw;
  }
}
@media screen and (max-width: 768px) {
  #home.customer .slide0 {
    padding-top: 100px;
    background-image: url(../img/@2.5/landing/customer-visual-mo.jpg);
  }
  #home.customer .slide0 .sup {
    font-size: 25px;
    line-height: 1;
  }
  #home.customer .slide0 #h1 {
    width: 284px;
    margin: 12px 0;
  }
  #home.customer .slide0 .sub {
    font-size: 15px;
  }
  #home.customer .slide0 .links {
    gap: 14px;
    margin-top: 32px;
  }
  #home.customer .slide0 .links a {
    width: 100%;
    max-width: 180px;
  }
}
#home.customer .slide1 {
  background: url(../img/@2.5/landing/customer-section1-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  #home.customer .slide1 {
    background: url(../img/@2.5/landing/customer-section1-bg-mo.jpg) no-repeat bottom center/cover;
  }
  #home.customer .slide1 .desc br {
    font-size: 0;
    display: none;
  }
}
#home.customer .slide2 {
  background: var(--rec-primary-gradient);
  color: #fff;
  overflow: hidden;
}
#home.customer .slide2:before, #home.customer .slide2:after {
  position: absolute;
  content: "";
}
#home.customer .slide2:before {
  top: -142px;
  left: 50%;
  width: 808px;
  height: 682px;
  margin-left: 326px;
  background: url(../img/@2.5/landing/customer-section2-obj1.png) no-repeat center/contain;
}
#home.customer .slide2:after {
  bottom: -280px;
  right: 50%;
  width: 848px;
  height: 740px;
  margin-right: 452px;
  background: url(../img/@2.5/landing/customer-section2-obj2.png) no-repeat center/contain;
}
#home.customer .slide2 .inner {
  position: relative;
  padding-bottom: 50px;
  z-index: 2;
}
#home.customer .slide2 .title {
  color: #000;
}
#home.customer .slide2 .title .white {
  color: #fff;
}
#home.customer .slide2 .desc {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1920px) {
  #home.customer .slide2:before {
    top: -7.39vw;
    width: 42.08vw;
    height: 35.52vw;
    margin-left: 16.97vw;
  }
  #home.customer .slide2:after {
    bottom: -14.58vw;
    width: 44.16vw;
    height: 38.54vw;
    margin-right: 23.54vw;
  }
}
@media screen and (max-width: 768px) {
  #home.customer .slide2 .title .ib {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  #home.customer .slide2:before {
    width: 228px;
    height: 193px;
    top: -50px;
    left: auto;
    right: -76px;
    margin-left: 0;
  }
  #home.customer .slide2:after {
    width: 280px;
    height: 245px;
    bottom: -98px;
    right: auto;
    left: -138px;
    margin-right: 0;
  }
}
#home.customer .slide3 {
  background: url(../img/@2.5/landing/customer-section3-bg.png) no-repeat center/cover;
  color: #fff;
}
#home.customer .slide3 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
#home.customer .slide3 .contents {
  flex-shrink: 0;
}
#home.customer .slide3 .desc {
  color: rgba(255, 255, 255, 0.7);
}
#home.customer .slide3 .img {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  #home.customer .slide3 {
    padding: 0;
  }
  #home.customer .slide3 .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 40px 40px 100px;
  }
  #home.customer .slide3 .contents {
    width: 100%;
  }
  #home.customer .slide3 .conts {
    line-height: 1.5;
  }
  #home.customer .slide3 .img {
    margin: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  #home.customer .slide3 .img img {
    width: auto;
    max-width: 100vw;
    max-height: 420px;
    height: calc(100vh - 420px);
    height: calc(100dvh - 420px);
  }
}
@media screen and (max-width: 440px) {
  #home.customer .slide3 .img img {
    max-height: 100vw;
  }
}
#home.customer .slide4 {
  background: var(--rec-primary-gradient);
  color: #fff;
}
#home.customer .slide4:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 50%;
  background: url(../img/@2.5/landing/customer-section4-img.png) no-repeat bottom left/706px auto;
  content: "";
}
#home.customer .slide4 .title span {
  display: inline-block;
  position: relative;
  padding-right: 130px;
  transition: 0.5s 0.3s;
}
#home.customer .slide4 .title span:before {
  position: absolute;
  top: 50%;
  left: -6px;
  right: 0;
  width: 0;
  height: 4px;
  background: #fff;
  transition: 0.4s 0.5s;
  content: "";
}
#home.customer .slide4 .title span:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 98px;
  background: url(../img/@2.5/landing/customer-section4-arrow.png) no-repeat right top/contain;
  transition: 0.3s 0.9s;
  content: "";
}
#home.customer .slide4 .desc {
  color: rgba(255, 255, 255, 0.7);
}
#home.customer .slide4.swiper-slide-active .title span {
  color: rgba(255, 255, 255, 0.5);
}
#home.customer .slide4.swiper-slide-active .title span:before {
  width: calc(100% + 2px);
}
#home.customer .slide4.swiper-slide-active .title span:after {
  width: 112px;
}
#home.customer .slide4 .btn-area {
  margin-top: 56px;
}
#home.customer .slide4 .btn {
  background-color: #fff;
  color: #1f1f1f;
}
@media screen and (max-width: 1200px) {
  #home.customer .slide4:before {
    left: auto;
    right: 0;
    width: 58.83vw;
    background-size: 100% auto;
  }
  #home.customer .slide4 .title span {
    padding-right: 10.833vw;
  }
  #home.customer .slide4 .title span:before {
    left: -0.5vw;
    height: 0.33vw;
  }
  #home.customer .slide4 .title span:after {
    height: 8.166vw;
  }
  #home.customer .slide4.swiper-slide-active .title span:after {
    width: 9.333vw;
  }
  #home.customer .slide4 .btn-area {
    margin-top: 4.66vw;
  }
}
@media screen and (max-width: 768px) {
  #home.customer .slide4:before {
    left: 0;
    width: 100%;
    background-size: 80vw auto;
    background-position: bottom center;
  }
  #home.customer .slide4 .inner {
    padding-right: 20px;
  }
  #home.customer .slide4 .title {
    font-size: 26px;
  }
  #home.customer .slide4 .title span {
    padding-right: 14px;
  }
  #home.customer .slide4 .title span:before {
    left: -8px;
    height: 2px;
  }
  #home.customer .slide4 .title span:after {
    height: 30px;
    background-image: url(../img/@2.5/landing/customer-section4-arrow-mo.png);
  }
  #home.customer .slide4 .conts {
    padding-right: 20px;
  }
  #home.customer .slide4.swiper-slide-active .title span:before {
    width: calc(100% + 8px);
    border-radius: 0 2px 2px 0;
  }
  #home.customer .slide4.swiper-slide-active .title span:after {
    width: 26px;
  }
  #home.customer .slide4 .btn-area {
    margin-top: 30px;
  }
}
#home.customer .slide5 {
  position: relative;
}
#home.customer .slide5 .desc {
  color: rgba(255, 255, 255, 0.7);
}
#home.customer .slide5 .btn-area {
  margin-top: 50px;
}
#home.customer .slide5 .btn {
  background-color: #000;
  color: #fff;
}
#home.customer .slide5 .btn:after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(147deg) brightness(100%) contrast(100%);
}
#home.customer .slide5 [class^=item] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
}
#home.customer .slide5 .item1 {
  margin-left: 416px;
  margin-top: -302px;
}
#home.customer .slide5 .item2 {
  margin-left: 270px;
  margin-top: -24px;
}
#home.customer .slide5 .item3 {
  margin-left: 674px;
  margin-top: -166px;
}
@media screen and (max-width: 1600px) {
  #home.customer .slide5 [class^=item] {
    left: auto;
    right: 0;
    margin-left: 0 !important;
  }
  #home.customer .slide5 .item1 {
    margin-right: 264px;
  }
  #home.customer .slide5 .item2 {
    margin-right: 408px;
  }
  #home.customer .slide5 .item3 {
    margin-right: 6px;
  }
}
@media screen and (max-width: 1200px) {
  #home.customer .slide5 .btn-area {
    margin-top: 4.16vw;
  }
  #home.customer .slide5 [class^=item] {
    width: 10vw;
  }
  #home.customer .slide5 .item1 {
    margin-right: 22vw;
    margin-top: -25.16vw;
  }
  #home.customer .slide5 .item2 {
    margin-right: 34vw;
    margin-top: -2vw;
  }
  #home.customer .slide5 .item3 {
    margin-right: 0.5vw;
    margin-top: -13.83vw;
  }
}
@media screen and (max-width: 768px) {
  #home.customer .slide5 .img {
    display: flex;
    justify-content: space-around;
    margin-top: 36px;
  }
  #home.customer .slide5 [class^=item] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 80px;
    margin: 0 !important;
  }
  #home.customer .slide5 .btn-area {
    margin-top: 30px;
  }
}
#home.customer .slide6 {
  position: relative;
  background-color: #1F1F1F;
  color: #fff;
}
#home.customer .slide6 .contents, #home.customer .slide6 .btn-area {
  position: relative;
  z-index: 2;
}
#home.customer .slide6 .btn-area {
  margin-top: 132px;
}
#home.customer .slide6 .btn {
  background-color: var(--rec-primary);
}
#home.customer .slide6 .btn:after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(147deg) brightness(100%) contrast(100%);
}
#home.customer .slide6 .partners {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-left: calc(50% - 80px);
  transform: translateY(-50%);
  overflow: hidden;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#home.customer .slide6 .partners:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 37%;
  background: linear-gradient(to right, rgba(31, 31, 31, 0) 0%, #1F1F1F 100%);
  z-index: 2;
  content: "";
}
#home.customer .slide6 .partners .row {
  position: relative;
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
#home.customer .slide6 .partners .row:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(to right, #1F1F1F 0%, rgba(31, 31, 31, 0) 100%);
  z-index: 2;
  content: "";
}
#home.customer .slide6 .partners .row:first-child .track {
  padding-left: 80px;
}
#home.customer .slide6 .partners .track {
  display: flex;
  gap: 30px;
  white-space: nowrap;
}
#home.customer .slide6 .partners .item {
  flex: 0 0 auto;
  width: 132px;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home.customer .slide6.swiper-slide-active .partners .track {
  animation: marquee 10s 0.5s linear infinite;
}
@media screen and (max-width: 1200px) {
  #home.customer .slide6 .btn-area {
    margin-top: 11vw;
  }
  #home.customer .slide6 .partners {
    padding-left: calc(50% - 6.6vw);
  }
  #home.customer .slide6 .partners .row:before {
    width: 10vw;
  }
  #home.customer .slide6 .partners .row:first-child .track {
    padding-left: 6.6vw;
  }
  #home.customer .slide6 .partners .track {
    gap: 2.5vw;
  }
  #home.customer .slide6 .partners .item {
    width: 11vw;
    height: 11vw;
  }
}
@media screen and (max-width: 768px) {
  #home.customer .slide6 {
    padding-top: 0;
  }
  #home.customer .slide6 .inner {
    padding: 60px 40px 80px;
    display: flex;
    flex-direction: column;
  }
  #home.customer .slide6 .btn-area {
    margin-top: 30px;
  }
  #home.customer .slide6 .partners {
    position: relative;
    top: auto;
    transform: unset;
    margin: 0 -40px;
    width: auto;
    padding-left: 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
  }
  #home.customer .slide6 .partners .row {
    padding-left: 40px;
  }
  #home.customer .slide6 .partners .row + .row {
    margin-top: 8px;
  }
  #home.customer .slide6 .partners .row:before {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  #home.customer .slide6 .partners .row:first-child .track {
    padding-left: 31px;
  }
  #home.customer .slide6 .partners .track {
    gap: 9px;
  }
  #home.customer .slide6 .partners .item {
    width: 54px;
    height: 54px;
  }
}
#home.customer .slide7 {
  background-color: #FF6D32;
}
#home.customer .slide7 > .inner {
  padding-bottom: 80px;
}
#home.customer .slide7 h2.title {
  font-size: 40px;
  font-weight: 600;
}
#home.customer .slide7 h2.title:before {
  display: block;
  width: 160px;
  height: 160px;
  margin-bottom: 32px;
  background: url(../img/@2.5/landing/app-icon.png) center/contain;
  content: "";
}
#home.customer .slide7 h2.title .white {
  color: #fff;
}
#home.customer .slide7 .links {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}
#home.customer .slide7 .links a {
  display: block;
  width: 200px;
}
#home.customer .slide7 .footer {
  position: absolute;
  bottom: 0;
  padding-bottom: 135px;
}
#home.customer .slide7 .wrap-slt {
  position: relative;
  font-size: 20px;
  color: #000;
}
#home.customer .slide7 .wrap-slt a {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  transition: 0.3s;
}
#home.customer .slide7 .wrap-slt .tit {
  position: relative;
  border-radius: 15px;
  padding-left: 44px;
}
#home.customer .slide7 .wrap-slt .tit:after {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 15px;
  height: 15px;
  background: url(../img/@2.5/landing/ico-arrow02.png) no-repeat center/contain;
  transform: rotate(90deg) translateX(-50%);
  content: "";
}
#home.customer .slide7 .wrap-slt .tit:hover {
  background-color: #FF540F;
}
#home.customer .slide7 .wrap-slt .list-slt {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #FF540F;
}
#home.customer .slide7 .wrap-slt .list-slt .selected {
  display: none;
}
#home.customer .slide7 .wrap-slt .list-slt a {
  width: 100%;
}
#home.customer .slide7 .wrap-slt .list-slt a:hover {
  background-color: #F54600;
}
#home.customer .slide7 .wrap-slt.active .tit {
  background-color: #FF540F;
}
#home.customer .slide7 .wrap-slt.active .tit:after {
  transform: rotate(-90deg) translateX(50%);
}
@media screen and (max-width: 1200px) {
  #home.customer .slide7 > .inner {
    padding-bottom: 6.66vw;
  }
  #home.customer .slide7 h2.title {
    font-size: 3.33vw;
  }
  #home.customer .slide7 h2.title:before {
    width: 13.33vw;
    height: 13.33vw;
    margin-bottom: 2.66vw;
  }
  #home.customer .slide7 .links {
    gap: 1.66vw;
    margin-top: 2.66vw;
  }
  #home.customer .slide7 .links a {
    width: 16.66vw;
  }
  #home.customer .slide7 .footer {
    padding-bottom: 11.25vw;
  }
  #home.customer .slide7 .wrap-slt {
    font-size: 1.66vw;
  }
  #home.customer .slide7 .wrap-slt a {
    height: 4.16vw;
    padding: 0 1.66vw;
  }
  #home.customer .slide7 .wrap-slt .tit {
    border-radius: 1.25vw;
    padding-left: 3.66vw;
  }
  #home.customer .slide7 .wrap-slt .tit:after {
    left: 1.5vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  #home.customer .slide7 .wrap-slt .list-slt {
    margin-top: 0.833vw;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  #home.customer .slide7 > .inner {
    padding-bottom: 0;
  }
  #home.customer .slide7 h2.title {
    font-size: 28px;
  }
  #home.customer .slide7 h2.title:before {
    width: 122px;
    height: 122px;
    margin-bottom: 28px;
  }
  #home.customer .slide7 .links {
    gap: 14px;
    margin-top: 30px;
  }
  #home.customer .slide7 .links a {
    width: 100%;
    max-width: 180px;
  }
  #home.customer .slide7 .footer {
    padding-bottom: 11.25vw;
  }
  #home.customer .slide7 .wrap-slt {
    display: none;
  }
}