@charset "UTF-8";
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
body {
  margin: 0;
  background: white;
  overflow-x: hidden;
}

.desktop-screen-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .desktop-screen-container {
    display: none;
  }
}
.desktop-screen-container .header {
  width: 100%;
  z-index: 5;
  position: sticky;
  top: 0;
  background: #ffffff;
}
.desktop-screen-container .header .inner-container {
  max-width: 1160px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.desktop-screen-container .header .inner-container .inner-wrapper {
  max-width: 1160px;
  width: 100%;
  height: 64px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.desktop-screen-container .header .inner-container .inner-wrapper .logo {
  width: 157px;
  cursor: pointer;
}
.desktop-screen-container .header .inner-container .inner-wrapper .menu {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  margin: 0;
  gap: 40px;
  position: absolute;
  left: 50%;
  margin-left: -145px;
}
.desktop-screen-container .header .inner-container .inner-wrapper .menu:lang(jp) {
  margin-left: -95px;
}
.desktop-screen-container .header .inner-container .inner-wrapper .menu > li .selected {
  color: #3479ff !important;
}
.desktop-screen-container .header .inner-container .inner-wrapper .menu > li > a {
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: #333333 !important;
  cursor: pointer;
}
.desktop-screen-container .header .inner-container .inner-wrapper .buttons {
  display: flex;
  gap: 8px;
  align-items: center;
}
.desktop-screen-container .header .inner-container .inner-wrapper .buttons .internationalization {
  display: inline-flex;
  align-items: center;
  padding: 0 18px 0 0;
  height: 28px;
  margin-right: 8px;
}
.desktop-screen-container .header .inner-container .inner-wrapper .buttons .internationalization::after {
  content: "";
  height: 100%;
  line-height: 28px;
  color: "#BAC4D8";
  right: 0;
}
.desktop-screen-container .header .inner-container .inner-wrapper .buttons .internationalization > img {
  margin-right: 4px;
}
.desktop-screen-container .header .inner-container .inner-wrapper .buttons .dropdown-menu {
  min-width: fit-content;
}
.desktop-screen-container .header .inner-container .inner-wrapper .buttons .login-btn {
  width: 100px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #c8ced8;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
}
.desktop-screen-container .header .inner-container .inner-wrapper .buttons .login-btn > a {
  text-decoration: none;
  color: #3a4455;
}
.desktop-screen-container .header .inner-container .inner-wrapper .buttons .start-btn {
  width: 100px;
  height: 40px;
  background: #3479ff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  border: none;
}
.desktop-screen-container .main-section {
  width: 100%;
  height: 940px;
}
.desktop-screen-container .main-section .inner-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.desktop-screen-container .main-section .inner-wrapper .main-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
@media (max-width: 1920px) {
  .desktop-screen-container .main-section .inner-wrapper .main-img {
    object-fit: cover;
  }
}
.desktop-screen-container .main-section .inner-wrapper .item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: absolute;
  top: 20%;
  left: 19.5%;
}
.desktop-screen-container .main-section .inner-wrapper .item-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
}
.desktop-screen-container .main-section .inner-wrapper .item-wrapper .text-wrapper .logo {
  font-weight: 700;
  font-size: 18px;
  color: #76a4ff;
}
.desktop-screen-container .main-section .inner-wrapper .item-wrapper .text-wrapper .info-text {
  color: #ffffff;
}
.desktop-screen-container .main-section .inner-wrapper .item-wrapper .text-wrapper .info-text-one {
  font-weight: 700;
  font-size: 46px;
  margin-top: 12.05px;
}
.desktop-screen-container .main-section .inner-wrapper .item-wrapper .text-wrapper .info-text-two {
  font-weight: 700;
  font-size: 56px;
}
.desktop-screen-container .main-section .inner-wrapper .item-wrapper .text-wrapper .info-text-three {
  font-weight: 500;
  font-size: 20px;
  margin-top: 18.08px;
}
.desktop-screen-container .main-section .inner-wrapper .item-wrapper .button-wrapper {
  display: flex;
}
.desktop-screen-container .main-section .inner-wrapper .item-wrapper .button-wrapper .download-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 62px;
  background: #ffffff;
  border-radius: 12px !important;
  padding: 16px 40px 16px 40px;
  border: none;
}
.desktop-screen-container .main-section .inner-wrapper .item-wrapper .button-wrapper .download-btn > span {
  font-weight: 700;
  font-size: 18px;
  line-height: 29.7px;
  color: #3a4455;
  font-style: normal;
  text-align: center;
  font-family: "Pretendard";
}
.desktop-screen-container .main-section .inner-wrapper .scroll-icon-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 123px;
  left: 50%;
}
.desktop-screen-container .main-section .inner-wrapper .scroll-icon-wrapper .arrow {
  position: relative;
  animation: moveUpDown 2.5s ease-in-out infinite;
}
.desktop-screen-container .banner-section {
  width: 100%;
  height: 314px;
  background: #5181df;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.desktop-screen-container .banner-section .text-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.desktop-screen-container .banner-section .text-wrapper > span {
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
}
.desktop-screen-container .banner-section .text-wrapper .bolder {
  font-weight: 600;
}
.desktop-screen-container .info-section {
  width: 100% !important;
  height: 860px !important;
}
.desktop-screen-container .first-info-section {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.desktop-screen-container .first-info-section .inner-container {
  display: flex;
  flex-direction: row;
  gap: 211px;
}
.desktop-screen-container .first-info-section .inner-container .item-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 45px;
}
.desktop-screen-container .first-info-section .inner-container .item-container .text-wrapper {
  display: flex;
  flex-direction: column;
}
.desktop-screen-container .first-info-section .inner-container .item-container .text-wrapper .title-text {
  font-weight: 800;
  font-size: 36px;
  color: #272c36;
}
.desktop-screen-container .first-info-section .inner-container .item-container .text-wrapper .info-text-wrapper {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.desktop-screen-container .first-info-section .inner-container .item-container .text-wrapper .info-text-wrapper > span {
  font-weight: 500;
  font-size: 20px;
  color: #272c36;
}
.desktop-screen-container .first-info-section .inner-container .item-container .text-wrapper .single-text {
  font-weight: 500;
  font-size: 20px;
  color: #272c36;
  margin-top: 10px;
}
.desktop-screen-container .first-info-section .inner-container .item-container .btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.desktop-screen-container .first-info-section .inner-container .item-container .btn-wrapper .button {
  width: 340px;
  height: 64px;
  padding: 16px 24px;
  background: #ffffff;
  border-radius: 16px;
  border: 1.5px solid #f2f3f4;
  color: #707b8f;
  font-weight: 500;
  font-size: 18px;
}
.desktop-screen-container .first-info-section .inner-container .item-container .btn-wrapper .button:hover:not(.active-btn) {
  background: #f2f3f4;
  border-radius: 16px;
  border: none;
  transition: 0.3s;
}
.desktop-screen-container .first-info-section .inner-container .item-container .btn-wrapper .active-btn {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  border: none;
  color: #3479ff;
  font-weight: 700;
  font-size: 18px;
}
.desktop-screen-container .second-info-section {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.desktop-screen-container .second-info-section .inner-container {
  display: flex;
  flex-direction: row;
  gap: 235px;
}
.desktop-screen-container .second-info-section .inner-container .item-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 45px;
}
.desktop-screen-container .second-info-section .inner-container .item-container .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 472px;
}
.desktop-screen-container .second-info-section .inner-container .item-container .text-wrapper .title-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 54px;
}
.desktop-screen-container .second-info-section .inner-container .item-container .text-wrapper .title-text-wrapper .title-text {
  font-weight: 800;
  font-size: 36px;
  color: #272c36;
  text-align: left;
}
.desktop-screen-container .second-info-section .inner-container .item-container .text-wrapper .info-text-wrapper {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 33px;
}
.desktop-screen-container .second-info-section .inner-container .item-container .text-wrapper .info-text-wrapper .info-text {
  font-weight: 500;
  font-size: 20px;
  color: #272c36;
}
.desktop-screen-container .second-info-section .inner-container .item-container .btn-wrapper {
  width: 512px;
  height: 64px;
  display: flex;
  gap: 16px;
}
.desktop-screen-container .second-info-section .inner-container .item-container .btn-wrapper .button {
  width: 160px;
  height: 64px;
  padding: 16px;
  background: #ffffff;
  border-radius: 16px;
  border: 1.5px solid #f2f3f4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.desktop-screen-container .second-info-section .inner-container .item-container .btn-wrapper .button .icon {
  color: #707b8f;
  font-size: 18px;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
}
.desktop-screen-container .second-info-section .inner-container .item-container .btn-wrapper .button > span {
  color: #707b8f;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
}
.desktop-screen-container .second-info-section .inner-container .item-container .btn-wrapper .button:hover:not(.active-btn) {
  background: #f2f3f4;
  border-radius: 16px;
  border: none;
  transition: 0.3s;
}
.desktop-screen-container .second-info-section .inner-container .item-container .btn-wrapper .active-btn {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  border: none;
}
.desktop-screen-container .second-info-section .inner-container .item-container .btn-wrapper .active-btn .icon {
  color: #3479ff;
  font-size: 18px;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
}
.desktop-screen-container .second-info-section .inner-container .item-container .btn-wrapper .active-btn > span {
  color: #3479ff;
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  text-align: center;
}
.desktop-screen-container .third-info-section {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.desktop-screen-container .third-info-section .inner-container {
  display: flex;
  flex-direction: row;
  gap: 211px;
}
.desktop-screen-container .third-info-section .inner-container .item-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 45px;
}
.desktop-screen-container .third-info-section .inner-container .item-container .text-wrapper {
  display: flex;
  flex-direction: column;
}
.desktop-screen-container .third-info-section .inner-container .item-container .text-wrapper .title-text {
  font-weight: 800;
  font-size: 36px;
  color: #272c36;
}
.desktop-screen-container .third-info-section .inner-container .item-container .text-wrapper .info-text-wrapper {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.desktop-screen-container .third-info-section .inner-container .item-container .text-wrapper .info-text-wrapper > span {
  font-weight: 500;
  font-size: 20px;
  color: #272c36;
}
.desktop-screen-container .third-info-section .inner-container .item-container .text-wrapper .single-text {
  font-weight: 500;
  font-size: 20px;
  color: #272c36;
  margin-top: 10px;
}
.desktop-screen-container .third-info-section .inner-container .item-container .btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.desktop-screen-container .third-info-section .inner-container .item-container .btn-wrapper .button {
  width: 340px;
  height: 64px;
  padding: 16px 24px;
  background: #ffffff;
  border-radius: 16px;
  border: 1.5px solid #f2f3f4;
  color: #707b8f;
  font-weight: 500;
  font-size: 18px;
}
.desktop-screen-container .third-info-section .inner-container .item-container .btn-wrapper .button:hover:not(.active-btn) {
  background: #f2f3f4;
  border-radius: 16px;
  border: none;
  transition: 0.3s;
}
.desktop-screen-container .third-info-section .inner-container .item-container .btn-wrapper .active-btn {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  border: none;
  color: #3479ff;
  font-weight: 700;
  font-size: 18px;
}
.desktop-screen-container .second-banner-section {
  width: 100%;
  height: 334px;
  background: #304b7d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.desktop-screen-container .second-banner-section .text-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.desktop-screen-container .second-banner-section .text-wrapper > span {
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
}
.desktop-screen-container .second-banner-section .text-wrapper .bolder {
  font-weight: 600;
}
.desktop-screen-container .slide-section {
  width: 100%;
  height: 817px;
  background: #ffffff;
}
.desktop-screen-container .slide-section .inner-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.desktop-screen-container .slide-section .inner-container .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.desktop-screen-container .slide-section .inner-container .text-wrapper .main-text {
  font-weight: 800;
  font-size: 36px;
  color: #272c36;
  text-align: center;
}
.desktop-screen-container .slide-section .inner-container .text-wrapper .sub-text {
  font-weight: 500;
  font-size: 15px;
  color: #7b7e86;
}
.desktop-screen-container .slide-section .inner-container .top-slide-container {
  width: 100%;
  height: 110px;
  margin-top: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.desktop-screen-container .slide-section .inner-container .top-slide-container .top-slide-wrapper {
  margin-left: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.desktop-screen-container .slide-section .inner-container .top-slide-container .top-slide-wrapper .top-slide-image {
  height: 100px;
  margin: 5px;
  display: flex;
  gap: 24px;
  position: relative;
}
.desktop-screen-container .slide-section .inner-container .top-slide-container .top-slide-wrapper .top-slide-image > img {
  width: 260px;
  height: 100px;
  border-radius: 16px;
  object-fit: cover;
}
.desktop-screen-container .slide-section .inner-container .bottom-slide-container {
  width: 100%;
  height: 110px;
  margin-top: 24px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.desktop-screen-container .slide-section .inner-container .bottom-slide-container .bottom-slide-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.desktop-screen-container .slide-section .inner-container .bottom-slide-container .bottom-slide-wrapper .bottom-slide-image {
  height: 100px;
  margin: 5px;
  display: flex;
  gap: 24px;
  position: relative;
}
.desktop-screen-container .slide-section .inner-container .bottom-slide-container .bottom-slide-wrapper .bottom-slide-image > img {
  width: 260px;
  height: 100px;
  border-radius: 16px;
  object-fit: cover;
}
.desktop-screen-container .slide-section .inner-container .sellmatepos-btn {
  margin-top: 60px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  width: 224px;
  height: 62px;
  background: #3479ff;
  border-radius: 12px;
  border: none;
}
.desktop-screen-container .slide-section .inner-container .sellmatepos-btn:lang(jp) {
  width: fit-content;
  min-width: 224px;
}
.desktop-screen-container .price-section {
  width: 100%;
  background: #f2f7ff;
  padding: 80px 0;
}
.desktop-screen-container .price-section .inner-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.desktop-screen-container .price-section .inner-container .badge {
  width: 143px;
  height: 46px;
  background: #4e8eff;
  border-radius: 40px;
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop-screen-container .price-section .inner-container .badge > span {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.desktop-screen-container .price-section .inner-container .title-text {
  margin-top: 16px;
  font-weight: 800;
  font-size: 36px;
  color: #272c36;
}
.desktop-screen-container .price-section .inner-container .info-text {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  color: #55585f;
}
.desktop-screen-container .price-section .inner-container .img-wrapper {
  margin-top: 50px;
}
.desktop-screen-container .price-section .inner-container .img-wrapper .price-img {
  width: 1000px;
}
.desktop-screen-container .price-section .inner-container .batch-wrapper {
  width: 1000px;
  margin-top: 2px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.desktop-screen-container .price-section .inner-container .batch-wrapper .batch {
  height: 29px;
  background: #e4ecf8;
  border-radius: 40px;
  font-weight: 500;
  font-size: 13px;
  color: #9babc5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  margin-right: 10px;
}
.desktop-screen-container .terminal-section {
  width: 100%;
  height: 1112px;
  background: #ffffff;
}
.desktop-screen-container .terminal-section .inner-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.desktop-screen-container .terminal-section .inner-container .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.desktop-screen-container .terminal-section .inner-container .text-wrapper .main-text {
  font-weight: 800;
  font-size: 36px;
  color: #272c36;
}
.desktop-screen-container .terminal-section .inner-container .text-wrapper .info-text {
  font-weight: 500;
  font-size: 18px;
  color: #55585f;
  margin-top: 8px;
}
.desktop-screen-container .terminal-section .inner-container .button-wrapper {
  display: flex;
  justify-content: center;
  width: 288px;
  height: 66px;
  padding: 8px;
  border-radius: 16px;
  margin-top: 40px;
  background: #f3f5f8;
  border: none;
  gap: 12px;
}
.desktop-screen-container .terminal-section .inner-container .button-wrapper .tab-button {
  width: 130px;
  height: 50px;
  padding: 10px 20px 10px 20px;
  gap: 10px;
  border-radius: 12px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 29.7px;
  text-align: center;
  background: inherit;
  color: #707b8f;
}
.desktop-screen-container .terminal-section .inner-container .button-wrapper .tab-button:hover:not(.active-btn) {
  background: #e0e4eb;
  transition: 0.3s;
}
.desktop-screen-container .terminal-section .inner-container .button-wrapper .active-btn {
  border: none;
  color: #3479ff;
  background: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 29.7px;
}
.desktop-screen-container .terminal-section .inner-container .img-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.desktop-screen-container .card-request-section {
  width: 100%;
  height: 711px;
  background: #222f47;
}
.desktop-screen-container .card-request-section .inner-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.desktop-screen-container .card-request-section .inner-container .inner-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 377px;
}
.desktop-screen-container .card-request-section .inner-container .inner-header .text-wrapper {
  display: flex;
  flex-direction: column;
}
.desktop-screen-container .card-request-section .inner-container .inner-header .text-wrapper .main-text {
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
}
.desktop-screen-container .card-request-section .inner-container .inner-header .text-wrapper .info-text {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  margin-top: 8px;
}
.desktop-screen-container .card-request-section .inner-container .inner-header .request-card-btn {
  width: 168px;
  height: 62px;
  background: linear-gradient(90deg, #4886ff 0%, #8e54e9 100%);
  border-radius: 12px;
  padding: 16px 32px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  border: none;
}
.desktop-screen-container .card-request-section .inner-container .inner-header .request-card-btn:lang(jp) {
  width: fit-content;
  min-width: 168px;
}
.desktop-screen-container .card-request-section .inner-container .request-card-img {
  margin-top: 60px;
  width: 1000px;
  height: 201px;
}
.desktop-screen-container .card-request-section .inner-container .etc-text-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 30px;
  font-weight: 200;
  font-size: 16px;
  color: #ffffff;
}
.desktop-screen-container .third-banner-section {
  width: 100%;
  height: 331px;
  background: #435473;
}
.desktop-screen-container .third-banner-section .inner-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.desktop-screen-container .third-banner-section .inner-container .text-wrapper {
  display: flex;
  flex-direction: column;
}
.desktop-screen-container .third-banner-section .inner-container .text-wrapper > span {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
}
.desktop-screen-container .third-banner-section .inner-container .text-wrapper .info-text-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-align: center;
  align-items: center;
  margin-top: 48px;
}
.desktop-screen-container .third-banner-section .inner-container .text-wrapper .info-text-wrapper .batch {
  width: 104px;
  height: 42px;
  padding: 8px 24px;
  background: #f8f9fa;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 165%;
  color: #515660;
  text-align: center;
}
.desktop-screen-container .third-banner-section .inner-container .text-wrapper .info-text-wrapper .batch:lang(jp) {
  width: fit-content;
  min-width: 104px;
}
.desktop-screen-container .third-banner-section .inner-container .text-wrapper .info-text-wrapper .time-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.desktop-screen-container .third-banner-section .inner-container .text-wrapper .info-text-wrapper .time-wrapper .main-text {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}
.desktop-screen-container .third-banner-section .inner-container .text-wrapper .info-text-wrapper .time-wrapper .info-text {
  font-weight: 500;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.59);
}
.desktop-screen-container .third-banner-section .inner-container .text {
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
}
.desktop-screen-container .third-banner-section .inner-container .item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 386px;
  text-align: center;
}
.desktop-screen-container .third-banner-section .inner-container .item-wrapper .item {
  width: 320px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  text-align: center;
  align-items: center;
}
.desktop-screen-container .third-banner-section .inner-container .item-wrapper .item .logo {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}
.desktop-screen-container .third-banner-section .inner-container .item-wrapper .item .flex {
  flex-grow: 0.5;
}
.desktop-screen-container .third-banner-section .inner-container .item-wrapper .item > span {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}
.desktop-screen-container .download-section {
  width: 100%;
  height: 346px;
  background: #dfeafd;
}
.desktop-screen-container .download-section .inner-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.desktop-screen-container .download-section .inner-container .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.desktop-screen-container .download-section .inner-container .text-wrapper .main-text {
  font-size: 36px;
  font-weight: 800;
  line-height: 54px;
  text-align: center;
  color: #272c36;
}
.desktop-screen-container .download-section .inner-container .text-wrapper .info-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 29.7px;
  text-align: center;
  color: #55585f;
}
.desktop-screen-container .download-section .inner-container .item-wrapper {
  display: flex;
  gap: 12px;
  margin-top: 40px;
  width: 540px;
  height: 54px;
}
.desktop-screen-container .download-section .inner-container .item-wrapper .btn {
  width: 172px;
  height: 54px;
  background: #ffffff;
  border-radius: 12px !important;
  padding: 12px 28px 12px 26px;
  position: relative;
}
.desktop-screen-container .download-section .inner-container .item-wrapper .btn > a {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 8px;
}
.desktop-screen-container .download-section .inner-container .item-wrapper .btn > a .logo {
  width: 24px;
  height: 24px;
}
.desktop-screen-container .download-section .inner-container .item-wrapper .btn > a > span {
  font-weight: 600;
  font-size: 18px;
  color: #364052;
  line-height: 29.7px;
  text-align: center;
}
.desktop-screen-container .footer {
  width: 100%;
  height: 340px;
  background: #354461;
}
.desktop-screen-container .footer .inner-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 51px;
  justify-content: center;
  align-items: center;
}
.desktop-screen-container .footer .inner-container .inner-wrapper {
  display: flex;
}
.desktop-screen-container .footer .inner-container .inner-wrapper .info-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.desktop-screen-container .footer .inner-container .inner-wrapper .info-wrapper .company-name {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
.desktop-screen-container .footer .inner-container .inner-wrapper .info-wrapper .address-number-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  width: 637px;
}
.desktop-screen-container .footer .inner-container .inner-wrapper .info-wrapper .address-number-wrapper > label {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-wrap: nowrap;
}
.desktop-screen-container .footer .inner-container .inner-wrapper .info-wrapper .provision {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 51px;
}
.desktop-screen-container .footer .inner-container .inner-wrapper .info-wrapper .provision > span,
.desktop-screen-container .footer .inner-container .inner-wrapper .info-wrapper .provision > a {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}
.desktop-screen-container .footer .inner-container .inner-wrapper .copylight-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 204px;
}
.desktop-screen-container .footer .inner-container .inner-wrapper .copylight-wrapper .copylight {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}

.mobile-screen-container {
  display: none;
}
@media (max-width: 1199px) {
  .mobile-screen-container {
    display: flex;
    flex-direction: column;
  }
  .mobile-screen-container img {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
  }
}
.mobile-screen-container .m-header {
  width: 100%;
  z-index: 5;
  position: fixed;
  background: #ffffff;
}
.mobile-screen-container .m-header .inner-container {
  max-width: 1160px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.mobile-screen-container .m-header .inner-container .inner-wrapper {
  max-width: 1160px;
  width: 100%;
  position: fixed;
  height: 48px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px 0px 20px;
}
.mobile-screen-container .m-header .inner-container .inner-wrapper .buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.mobile-screen-container .m-header .inner-container .inner-wrapper .buttons .start-btn {
  width: 85px;
  height: 32px;
  background: #3479ff;
  border-radius: 8px !important;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
}
.mobile-screen-container .m-header .inner-container .inner-wrapper .buttons .gnb-logo {
  cursor: pointer;
  pointer-events: auto;
}
.mobile-screen-container .m-header .gnb-wrapper {
  position: absolute;
  display: flex;
  width: 100%;
  height: calc(56px * 3 + 70px + 58px);
  background: #ffffff;
  animation: fadeInDown 0.5s;
}
.mobile-screen-container .m-header .gnb-wrapper:lang(jp) {
  height: calc(56px * 2 + 70px + 58px);
}
.mobile-screen-container .m-header .gnb-wrapper .inner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-screen-container .m-header .gnb-wrapper .inner-wrapper .list-wrapper {
  display: flex;
  flex-direction: column;
}
.mobile-screen-container .m-header .gnb-wrapper .inner-wrapper .list-wrapper > ul {
  width: 100%;
  height: calc(56px * 3);
}
.mobile-screen-container .m-header .gnb-wrapper .inner-wrapper .list-wrapper > ul:lang(jp) {
  height: calc(56px * 2);
}
.mobile-screen-container .m-header .gnb-wrapper .inner-wrapper .list-wrapper > ul > li {
  width: 100%;
  height: 56px;
  background: #ffffff;
  padding: 12px 24px 12px 20px;
  color: #888888;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.mobile-screen-container .m-header .gnb-wrapper .inner-wrapper .button-wrapper {
  width: 100%;
  height: 70px;
  min-height: 70px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  box-shadow: 0px -1px 0px 0px #e1e1e1 inset;
}
.mobile-screen-container .m-header .gnb-wrapper .inner-wrapper .button-wrapper .btn {
  width: 50%;
  height: 46px;
  padding: 4px 20px;
  border-radius: 10px !important;
  font-weight: 600;
  font-size: 14px;
}
.mobile-screen-container .m-header .gnb-wrapper .inner-wrapper .button-wrapper .btn:focus {
  outline: none;
}
.mobile-screen-container .m-header .gnb-wrapper .inner-wrapper .button-wrapper .start-btn {
  background: #3479ff;
  color: #ffffff;
}
.mobile-screen-container .m-header .gnb-wrapper .inner-wrapper .button-wrapper .login-btn {
  background: #ffffff;
  border: 1px solid #c8ced8;
  color: #3a4455;
}
.mobile-screen-container .m-header .gnb-wrapper .inner-wrapper .mobile-local {
  display: flex;
  justify-items: center;
  align-items: center;
  padding: 16px 0;
  height: 58px;
}
.mobile-screen-container .m-header .gnb-wrapper .inner-wrapper .mobile-local > a {
  display: block;
  width: 50%;
  text-align: center;
  color: #707b8f;
  font-weight: 500;
  font-size: 16px;
  line-height: 26.4px;
}
.mobile-screen-container .m-header .gnb-wrapper .inner-wrapper .mobile-local > a + a {
  border-left: 1px solid #d2d7df;
}
.mobile-screen-container .m-main-section {
  display: flex;
  margin-top: 64px;
}
.mobile-screen-container .m-main-section .inner-wrapper {
  width: 100%;
  height: 850px;
}
.mobile-screen-container .m-main-section .inner-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-screen-container .m-main-section .inner-wrapper .item-wrapper {
  display: none;
}
@media (max-width: 1199px) {
  .mobile-screen-container .m-main-section .inner-wrapper .item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.mobile-screen-container .m-main-section .inner-wrapper .item-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.mobile-screen-container .m-main-section .inner-wrapper .item-wrapper .text-wrapper .logo {
  font-weight: 800;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.mobile-screen-container .m-main-section .inner-wrapper .item-wrapper .text-wrapper .main-text {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.mobile-screen-container .m-main-section .inner-wrapper .item-wrapper .text-wrapper .main-text > span {
  font-weight: 800;
  font-size: 34px;
  color: #ffffff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.mobile-screen-container .m-main-section .inner-wrapper .item-wrapper .text-wrapper .info-text {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
}
.mobile-screen-container .m-main-section .inner-wrapper .item-wrapper .text-wrapper .info-text > span {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}
.mobile-screen-container .m-main-section .inner-wrapper .item-wrapper .download-btn {
  width: 172px;
  height: 54px;
  padding: 12px 28px;
  background: #ffffff;
  border-radius: 12px;
  text-align: center;
  color: #364052;
  font-weight: 700;
  font-size: 16px;
  border: none;
}
.mobile-screen-container .m-main-section .inner-wrapper .item-wrapper .download-btn:lang(jp) {
  width: fit-content;
}
.mobile-screen-container .m-banner-section {
  width: 100%;
  height: 261px;
  background: #5181df;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.mobile-screen-container .m-banner-section .text-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.mobile-screen-container .m-banner-section .text-wrapper > span {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}
.mobile-screen-container .m-banner-section .text-wrapper .bolder {
  font-weight: 600;
}
.mobile-screen-container .m-info-section {
  width: 100% !important;
  height: 824px !important;
}
.mobile-screen-container .m-first-info-section {
  width: 100%;
  height: 100%;
  gap: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-screen-container .m-first-info-section .inner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-screen-container .m-first-info-section .inner-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
}
.mobile-screen-container .m-first-info-section .inner-wrapper .text-wrapper .main-text {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.mobile-screen-container .m-first-info-section .inner-wrapper .text-wrapper .main-text > span {
  font-weight: 800;
  font-size: 28px;
  color: #364353;
}
.mobile-screen-container .m-first-info-section .inner-wrapper .text-wrapper .info {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.mobile-screen-container .m-first-info-section .inner-wrapper .text-wrapper .info > span {
  font-weight: 500;
  font-size: 16px;
  color: #4a5059;
}
.mobile-screen-container .m-first-info-section .inner-wrapper .text-wrapper .info-text {
  margin-top: 20px;
}
.mobile-screen-container .m-first-info-section .inner-wrapper .text-wrapper .info-text-second {
  margin-top: 8px;
}
.mobile-screen-container .m-first-info-section .inner-wrapper .image-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 340px;
  height: 380px;
  margin-top: 40px;
}
.mobile-screen-container .m-first-info-section .inner-wrapper .image-container .image-wrapper {
  position: relative;
  display: flex;
  width: 1065px;
  height: 100%;
  gap: 15px;
}
.mobile-screen-container .m-first-info-section .inner-wrapper .image-container .image-wrapper .info-image {
  width: 340px;
  height: 380px;
}
.mobile-screen-container .m-first-info-section .inner-wrapper .image-container .image-wrapper .info-image.clickable {
  pointer-events: auto;
}
.mobile-screen-container .m-first-info-section .inner-wrapper .section-btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 30px;
}
.mobile-screen-container .m-first-info-section .inner-wrapper .section-btn-wrapper > div {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.mobile-screen-container .m-second-info-section {
  width: 100%;
  height: 100%;
  gap: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-screen-container .m-second-info-section .inner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-screen-container .m-second-info-section .inner-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
}
.mobile-screen-container .m-second-info-section .inner-wrapper .text-wrapper .main-text {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.mobile-screen-container .m-second-info-section .inner-wrapper .text-wrapper .main-text > span {
  font-weight: 800;
  font-size: 28px;
  color: #364353;
}
.mobile-screen-container .m-second-info-section .inner-wrapper .text-wrapper .info {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.mobile-screen-container .m-second-info-section .inner-wrapper .text-wrapper .info > span {
  font-weight: 500;
  font-size: 16px;
  color: #4a5059;
}
.mobile-screen-container .m-second-info-section .inner-wrapper .text-wrapper .info-text {
  margin-top: 20px;
}
.mobile-screen-container .m-second-info-section .inner-wrapper .text-wrapper .info-text-second {
  margin-top: 8px;
}
.mobile-screen-container .m-second-info-section .inner-wrapper .image-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 320px;
  height: 380px;
  margin-top: 40px;
}
.mobile-screen-container .m-second-info-section .inner-wrapper .image-container .image-wrapper {
  display: flex;
  gap: 15px;
}
.mobile-screen-container .m-second-info-section .inner-wrapper .image-container .image-wrapper .info-image {
  width: 320px;
  height: 380px;
}
.mobile-screen-container .m-second-info-section .inner-wrapper .image-container .image-wrapper .info-image.clickable {
  pointer-events: auto;
}
.mobile-screen-container .m-second-info-section .inner-wrapper .section-btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 30px;
}
.mobile-screen-container .m-second-info-section .inner-wrapper .section-btn-wrapper > div {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.mobile-screen-container .m-third-info-section {
  width: 100%;
  height: 100%;
  gap: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-screen-container .m-third-info-section .inner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-screen-container .m-third-info-section .inner-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
}
.mobile-screen-container .m-third-info-section .inner-wrapper .text-wrapper .main-text {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.mobile-screen-container .m-third-info-section .inner-wrapper .text-wrapper .main-text > span {
  font-weight: 800;
  font-size: 28px;
  color: #364353;
}
.mobile-screen-container .m-third-info-section .inner-wrapper .text-wrapper .info {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.mobile-screen-container .m-third-info-section .inner-wrapper .text-wrapper .info > span {
  font-weight: 500;
  font-size: 16px;
  color: #4a5059;
}
.mobile-screen-container .m-third-info-section .inner-wrapper .text-wrapper .info-text {
  margin-top: 20px;
}
.mobile-screen-container .m-third-info-section .inner-wrapper .text-wrapper .info-text-second {
  margin-top: 8px;
}
.mobile-screen-container .m-third-info-section .inner-wrapper .image-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 340px;
  height: 380px;
  margin-top: 40px;
}
.mobile-screen-container .m-third-info-section .inner-wrapper .image-container .image-wrapper {
  display: flex;
  gap: 15px;
}
.mobile-screen-container .m-third-info-section .inner-wrapper .image-container .image-wrapper .info-image {
  width: 340px;
  height: 380px;
}
.mobile-screen-container .m-third-info-section .inner-wrapper .image-container .image-wrapper .info-image.clickable {
  pointer-events: auto;
}
.mobile-screen-container .m-third-info-section .inner-wrapper .section-btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 30px;
}
.mobile-screen-container .m-third-info-section .inner-wrapper .section-btn-wrapper > div {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.mobile-screen-container .separator {
  height: 2px;
  background: #f1f5f8;
  border-radius: 10px;
  margin: 0px 30px;
}
.mobile-screen-container .m-second-banner-section {
  width: 100%;
  height: 318px;
  background: #304b7d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.mobile-screen-container .m-second-banner-section .text-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.mobile-screen-container .m-second-banner-section .text-wrapper > span {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}
.mobile-screen-container .m-second-banner-section .text-wrapper .bolder {
  font-weight: 600;
}
.mobile-screen-container .m-slide-section {
  width: 100%;
  height: 648px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-screen-container .m-slide-section .inner-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-screen-container .m-slide-section .inner-container .text-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.mobile-screen-container .m-slide-section .inner-container .text-wrapper .main-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-screen-container .m-slide-section .inner-container .text-wrapper .main-text-wrapper .main-text {
  font-weight: 800;
  font-size: 28px;
  color: #364353;
}
.mobile-screen-container .m-slide-section .inner-container .text-wrapper .sub-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-screen-container .m-slide-section .inner-container .text-wrapper .sub-text-wrapper .sub-text {
  font-weight: 500;
  font-size: 14px;
  color: #7b7e86;
}
.mobile-screen-container .m-slide-section .inner-container .first-slide-container {
  width: 100%;
  height: 40px;
  margin-top: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.mobile-screen-container .m-slide-section .inner-container .first-slide-container .m-first-slide-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.mobile-screen-container .m-slide-section .inner-container .first-slide-container .m-first-slide-wrapper .m-first-slide-image {
  height: 40px;
  margin: 5px;
  display: flex;
  gap: 8px;
  position: relative;
}
.mobile-screen-container .m-slide-section .inner-container .first-slide-container .m-first-slide-wrapper .m-first-slide-image > img {
  width: 100px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}
.mobile-screen-container .m-slide-section .inner-container .second-slide-container {
  width: 100%;
  height: 40px;
  margin-top: 12px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.mobile-screen-container .m-slide-section .inner-container .second-slide-container .m-second-slide-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: relative;
}
.mobile-screen-container .m-slide-section .inner-container .second-slide-container .m-second-slide-wrapper .m-second-slide-image {
  height: 40px;
  display: flex;
  gap: 8px;
  position: relative;
}
.mobile-screen-container .m-slide-section .inner-container .second-slide-container .m-second-slide-wrapper .m-second-slide-image > img {
  width: 100px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}
.mobile-screen-container .m-slide-section .inner-container .third-slide-container {
  width: 100%;
  height: 40px;
  margin-top: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.mobile-screen-container .m-slide-section .inner-container .third-slide-container .m-third-slide-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.mobile-screen-container .m-slide-section .inner-container .third-slide-container .m-third-slide-wrapper .m-third-slide-image {
  height: 40px;
  margin: 5px;
  display: flex;
  gap: 8px;
  position: relative;
}
.mobile-screen-container .m-slide-section .inner-container .third-slide-container .m-third-slide-wrapper .m-third-slide-image > img {
  width: 100px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}
.mobile-screen-container .m-slide-section .inner-container .forth-slide-container {
  width: 100%;
  height: 40px;
  margin-top: 12px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.mobile-screen-container .m-slide-section .inner-container .forth-slide-container .m-forth-slide-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.mobile-screen-container .m-slide-section .inner-container .forth-slide-container .m-forth-slide-wrapper .m-forth-slide-image {
  height: 40px;
  margin: 5px;
  display: flex;
  gap: 8px;
  position: relative;
}
.mobile-screen-container .m-slide-section .inner-container .forth-slide-container .m-forth-slide-wrapper .m-forth-slide-image > img {
  width: 100px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}
.mobile-screen-container .m-slide-section .inner-container .sellmatepos-btn {
  margin-top: 50px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  width: 220px;
  height: 62px;
  background: #3479ff;
  border-radius: 12px;
  border: none;
}
.mobile-screen-container .m-slide-section .inner-container .sellmatepos-btn:lang(jp) {
  width: fit-content;
  min-width: 220px;
}
.mobile-screen-container .m-price-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 0;
  width: 100%;
  min-height: 962px;
  background: #f2f7ff;
}
.mobile-screen-container .m-price-section .batch {
  height: 42px;
  background: #4e8eff;
  border-radius: 40px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.mobile-screen-container .m-price-section .inner-wrapper {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mobile-screen-container .m-price-section .inner-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-screen-container .m-price-section .inner-wrapper .text-wrapper .main-text {
  font-weight: 800;
  font-size: 28px;
  color: #364353;
}
.mobile-screen-container .m-price-section .inner-wrapper .text-wrapper .info-text-wrapper {
  display: flex;
  flex-direction: column;
}
.mobile-screen-container .m-price-section .inner-wrapper .text-wrapper .info-text-wrapper > span {
  font-weight: 500;
  font-size: 16px;
  color: #4a5059;
}
.mobile-screen-container .m-price-section .inner-wrapper .image-wrapper {
  display: flex;
  flex-direction: column;
  width: 345px;
}
.mobile-screen-container .m-price-section .inner-wrapper .image-wrapper .price-image {
  object-fit: cover;
  width: 345px;
}
.mobile-screen-container .m-price-section .batch-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.mobile-screen-container .m-price-section .batch-wrapper .batch {
  height: 29px;
  background: #e4ecf8;
  border-radius: 40px;
  font-weight: 500;
  font-size: 13px;
  color: #9babc5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
}
.mobile-screen-container .m-terminal-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  min-height: calc( (30px * 3) + (475px * 3) + 228px );
}
.mobile-screen-container .m-terminal-section .inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mobile-screen-container .m-terminal-section .inner-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 228px;
  justify-content: center;
  padding: 80px 0 10px;
}
.mobile-screen-container .m-terminal-section .inner-wrapper .text-wrapper .main-text {
  font-weight: 800;
  font-size: 28px;
  color: #364353;
}
.mobile-screen-container .m-terminal-section .inner-wrapper .text-wrapper .info-text-wrapper {
  display: flex;
  flex-direction: column;
}
.mobile-screen-container .m-terminal-section .inner-wrapper .text-wrapper .info-text-wrapper > span {
  font-weight: 500;
  font-size: 16px;
  color: #4a5059;
}
.mobile-screen-container .m-terminal-section .inner-wrapper .button-wrapper {
  display: flex;
  justify-content: center;
  width: 320px;
  height: 66px;
  padding: 8px;
  border-radius: 16px;
  background: #f3f5f8;
  border: none;
  gap: 12px;
}
.mobile-screen-container .m-terminal-section .inner-wrapper .button-wrapper .tab-button {
  width: 146px;
  height: 50px;
  padding: 10px 20px 10px 20px;
  gap: 10px;
  border-radius: 12px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 29.7px;
  text-align: center;
  background: inherit;
  color: #707b8f;
}
.mobile-screen-container .m-terminal-section .inner-wrapper .button-wrapper .tab-button:hover:not(.active-btn) {
  background: #e0e4eb;
  transition: 0.3s;
}
.mobile-screen-container .m-terminal-section .inner-wrapper .button-wrapper .active-btn {
  border: none;
  color: #3479ff;
  background: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 29.7px;
}
.mobile-screen-container .m-terminal-section .inner-wrapper .img-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}
.mobile-screen-container .m-terminal-section .inner-wrapper .img-wrapper .ksnet-img {
  width: 320px;
  height: 644px;
}
.mobile-screen-container .m-terminal-section .inner-wrapper .img-wrapper .nice-img {
  width: 320px;
  height: 696px;
}
.mobile-screen-container .m-card-request-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1126px;
  background: #222f47;
}
.mobile-screen-container .m-card-request-section .inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mobile-screen-container .m-card-request-section .inner-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-screen-container .m-card-request-section .inner-wrapper .text-wrapper .main-text-wrapper {
  display: flex;
  flex-direction: column;
}
.mobile-screen-container .m-card-request-section .inner-wrapper .text-wrapper .main-text-wrapper > span {
  font-weight: 800;
  font-size: 28px;
  color: #ffffff;
}
.mobile-screen-container .m-card-request-section .inner-wrapper .text-wrapper .info-text-wrapper {
  display: flex;
  flex-direction: column;
}
.mobile-screen-container .m-card-request-section .inner-wrapper .text-wrapper .info-text-wrapper > span {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.mobile-screen-container .m-card-request-section .inner-wrapper .request-btn {
  margin-top: 46px;
  background: linear-gradient(90deg, #4886ff 0%, #8e54e9 100%);
  border-radius: 12px;
  width: 220px;
  height: 62px;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  border: none;
}
.mobile-screen-container .m-card-request-section .inner-wrapper .card-request-img {
  width: 320px;
  height: 576px;
  margin-top: 60px;
}
.mobile-screen-container .m-card-request-section .inner-wrapper .etc-text-wrapper {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.mobile-screen-container .m-card-request-section .inner-wrapper .etc-text-wrapper > span {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.mobile-screen-container .m-third-banner-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 454px;
  background: #435473;
}
.mobile-screen-container .m-third-banner-section .inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-screen-container .m-third-banner-section .inner-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
}
.mobile-screen-container .m-third-banner-section .inner-wrapper .text-wrapper > span {
  font-weight: 800;
  font-size: 28px;
  color: #ffffff;
}
.mobile-screen-container .m-third-banner-section .inner-wrapper .item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  text-align: center;
}
.mobile-screen-container .m-third-banner-section .inner-wrapper .item-wrapper .item {
  width: 260px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  text-align: center;
  align-items: center;
}
.mobile-screen-container .m-third-banner-section .inner-wrapper .item-wrapper .item .logo {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}
.mobile-screen-container .m-third-banner-section .inner-wrapper .item-wrapper .item .flex {
  flex-grow: 0.5;
}
.mobile-screen-container .m-third-banner-section .inner-wrapper .item-wrapper .item > span {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}
.mobile-screen-container .m-third-banner-section .inner-wrapper .time-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.mobile-screen-container .m-third-banner-section .inner-wrapper .time-text-wrapper .time-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 16px;
}
.mobile-screen-container .m-third-banner-section .inner-wrapper .time-text-wrapper .time-wrapper > span {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.mobile-screen-container .m-third-banner-section .inner-wrapper .time-text-wrapper .time-wrapper .bold {
  font-weight: 800;
  font-size: 16px;
}
.mobile-screen-container .m-third-banner-section .inner-wrapper .time-text-wrapper .info-text {
  font-weight: 500;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.59);
}
.mobile-screen-container .m-download-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 533px;
  background: #dfeafd;
}
.mobile-screen-container .m-download-section .inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mobile-screen-container .m-download-section .inner-container .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-screen-container .m-download-section .inner-container .text-wrapper .main-text {
  font-size: 28px;
  font-weight: 800;
  line-height: 38.08px;
  text-align: center;
  color: #272c36;
}
.mobile-screen-container .m-download-section .inner-container .text-wrapper .info-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24.8px;
  text-align: center;
  color: #272c36;
  margin-top: 20px;
}
.mobile-screen-container .m-download-section .inner-container .text-wrapper .info-text-jp-div {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.mobile-screen-container .m-download-section .inner-container .text-wrapper .info-text-jp-div .info-text-jp {
  font-size: 16px;
  font-weight: 500;
  line-height: 24.8px;
  text-align: center;
  color: #272c36;
}
.mobile-screen-container .m-download-section .inner-container .item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}
.mobile-screen-container .m-download-section .inner-container .item-wrapper .btn {
  width: 220px;
  height: 60px;
  background: #ffffff;
  border-radius: 12px !important;
  padding: 12px 28px 12px 26px;
  position: relative;
}
.mobile-screen-container .m-download-section .inner-container .item-wrapper .btn > a {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 8px;
}
.mobile-screen-container .m-download-section .inner-container .item-wrapper .btn > a .logo {
  width: 24px;
  height: 24px;
}
.mobile-screen-container .m-download-section .inner-container .item-wrapper .btn > a > span {
  font-weight: 600;
  font-size: 18px;
  color: #364052;
  line-height: 29.7px;
  text-align: center;
}
.mobile-screen-container .m-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 375px;
  background: #354461;
}
.mobile-screen-container .m-footer .inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.mobile-screen-container .m-footer .inner-wrapper .info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-screen-container .m-footer .inner-wrapper .info-wrapper .company-name {
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
}
.mobile-screen-container .m-footer .inner-wrapper .info-wrapper .info-text {
  display: flex;
  flex-direction: column;
}
.mobile-screen-container .m-footer .inner-wrapper .info-wrapper .info-text > span {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}
.mobile-screen-container .m-footer .inner-wrapper .provision-wrapper {
  margin-top: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-screen-container .m-footer .inner-wrapper .provision-wrapper > a {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}
.mobile-screen-container .m-footer .inner-wrapper .copylight {
  margin-top: 32px;
  width: 100%;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}

/*# sourceMappingURL=homepage.css.map */
