/* reset css */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:active,
a:visited {
  color: initial;
}

/* main style */

@font-face {
  font-family: "MavenPro";
  src: url(../fonts/MavenPro-Regular.ttf);
}

@font-face {
  font-family: "Courier";
  src: url(../fonts/cour.ttf);
}

body {
  font-family: "MavenPro";
  background-color: #ffffff;
}

.wrapper {
  max-width: 1728px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.my-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.btn {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  color: #ffffff !important;
  background-color: #1d5bca;
}

.header {
  padding-top: 77px;
  margin-bottom: -120px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 277px;
}

.menu {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.menu a {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}

.menu li:not(:last-child) {
  margin-right: 25px;
}

.contact-list {
  padding-left: 10px;
  border-left: 1px solid #1d5bca;
}

.contact-list a {
  display: block;
  color: #1d5bca;
}

.auth {
  border-radius: 2px;
  background-color: #1d5bca;
  padding: 10px;
  color: #ffffff !important;
}

.auth:hover,
.btn:hover {
  cursor: pointer;
  background-color: #68c1ff;
  transition: background-color 0.2s ease-in;
}

.normal-link:hover {
  color: #68c1ff;
}

.normal-link:focus {
  color: #0475c5;
}

.hero {
  background: url(../images/landing/bg_hero.png) top center/cover no-repeat;
  height: auto;
  padding-top: 190px;
  padding-bottom: 150px;
}

.hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-content {
  min-width: 450px;
}

.hero-content ul {
  list-style: initial;
  margin-left: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}

.hero-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: left;
  color: #1d5bca;
}

.hero-heading span {
  font-size: 96px;
  font-weight: 600;
  line-height: 113px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
}

.hero-des {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: 0.025em;
  text-align: left;
  color: #ffffff;
  background-color: #1d5bca;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 10px 10px 0;
  margin-bottom: 50px;
}

.hero-des::before {
  content: "";
  position: absolute;
  display: inline;
  left: -273px;
  top: 0;
  height: 100%;
  width: calc(100% + 10px);
  max-width: 274px;
  background-color: #1d5bca;
}

.btn-contact {
  padding: 10px 45px;
  margin-top: 50px;
}

.btn-integrate {
  padding: 10px 100px;
  margin-top: 60px;
}

.hero-img {
  flex-shrink: 0;
}

.intro {
  background: url(../images/landing/bg_intro.png) top center/cover no-repeat;
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.intro-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 80px;
}

.intro-heading {
  position: relative;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
  flex-shrink: 0;
  color: #ffffff;
  text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.3);
}

.intro-heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 10px;
  background-color: #ffffff;
  top: -30px;
  left: 0;
}

.intro-detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: justify;
  color: #ffffff;
}

.service {
  background: url(../images/landing/bg_service.png) top center/cover no-repeat;
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.mainservice-container {
  padding-left: 300px;
  margin-bottom: 75px;
  color: #1e5dce;
}

.mainservice-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}

.mainservice-sub-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 26px;
}

.mainservice-detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.benefit-container {
  text-align: center;
}

.benefit-heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0em;
  margin-bottom: 25px;
  color: #1f1f1f;
}

.benefit-des {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 60px;
}

.benefit-list {
  display: grid;
  row-gap: 50px;
  column-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}

.benefit-list li img {
  margin-bottom: 20px;
}

.benefit-list li p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

.benefit-list li p span {
  font-weight: 700;
}

.partner {
  background: url(../images/landing/bg_partner.png) top center/cover no-repeat;
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.partner-container {
  text-align: center;
  color: #ffffff;
}

.partner-heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0em;
  margin-bottom: 25px;
}

.partner-des {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 65px;
}
.partner-list {
  display: grid;
  row-gap: 30px;
  column-gap: 15px;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas:
    "a a a a a"
    "a a a a a"
    "a a a a a"
    ". . b . .";
}
.partner-list li {
  text-align: center;
  align-self: center;
}

.partner-list li:last-child {
  grid-area: b;
}

.sub-wrapper {
  background: url(../images/landing/bg_integrate.png) top center/cover no-repeat;
  height: auto;
  padding-top: 100px;
  padding-bottom: 90px;
}

.integrate {
  margin-bottom: 125px;
}

.integrate-container {
  position: relative;
}

.integrate-container:before {
  content: "";
  display: block;
  width: 10px;
  height: calc(100% - 50px);
  background-color: #1e5dce;
  position: absolute;
  top: 100px;
  left: 0;
}

.integrate-heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 85px;
  position: relative;
}

.integrate-heading:before {
  content: "";
  display: block;
  width: 120px;
  height: 10px;
  background-color: #1e5dce;
  position: absolute;
  top: -40px;
  left: 0;
}

.integrate-content {
  display: flex;
  justify-content: space-evenly;
  margin-left: 100px;
  width: 1200px;
}

.integrate-card {
  width: 30%;
  position: relative;
}

.integrate-subheading {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e5dce;
  margin-bottom: 25px;
}

.integrate-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}

.integrate-link {
  font-family: "Courier";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  color: #52b6ff !important;
  position: absolute;
  right: 0;
  bottom: -20px;
}

.integrate-link img {
  display: inline-block;
  vertical-align: middle;
}

.contact-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 20px;
}

.contact-des {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #1e5dce;
  margin-bottom: 30px;
}

.contact-form {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.contact-form label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 7px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  padding: 10px 12px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #1e5dce;
}

.form-group {
  margin-bottom: 15px;
}

.btn-send-info {
  width: 100%;
  border: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}

.success {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  color: #1e5dce;
}

.success img {
  vertical-align: middle;
}
footer {
  background: url(../images/landing/bg_footer.png) top center/cover no-repeat;
  max-width: 1728px;
  color: #ffffff;
}

footer .my-container {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 30px;
  row-gap: 30px;
  column-gap: calc(8% / 3);
}

.about {
  width: 23%;
}

.customer-care {
  width: 23%;
}

.business-sp {
  width: 23%;
}

.social-media {
  width: 23%;
}

.social-media a img {
  margin-right: 20px;
}

.tct {
  width: calc(46% + 8% / 3);
}

.app {
  width: auto;
}

.app .qr-wrapper {
  display: flex;
}

.app .qr-code {
  width: auto;
  height: 100%;
  margin-right: 20px;
}

.app .qr-wrapper div img {
  display: block;
  margin-bottom: 10px;
}

footer h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 18px;
}

footer div li {
  margin-bottom: 10px;
}

footer div a,
footer div p {
  color: #ffffff !important;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}

footer div a:hover {
  color: #68c1ff !important;
}

footer div a img {
  vertical-align: middle;
  margin-right: 5px;
}

.menu-tablet {
  background: url(../images/landing/menu_bg.png) top center/cover no-repeat;
  width: 100%;
  height: 1191px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.reveal {
  position: relative;
  opacity: 0;
  transition: 1s all ease;
}

.r-top {
  transform: translateY(150px);
}

.btn-contact.r-top {
  transform: translateY(50px);
}

.r-right {
  transform: translateX(-50px);
}

.r-left {
  transform: translateX(50px);
}
.r-bottom {
  transform: translateY(-150px);
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.benefit-list li:nth-child(4n + 2).reveal {
  transition-delay: 0.2s;
}

.benefit-list li:nth-child(4n + 3).reveal {
  transition-delay: 0.4s;
}

.benefit-list li:nth-child(4n).reveal {
  transition-delay: 0.6s;
}

@media (max-width: 1400px) {
  .hero-img {
    flex-shrink: 1;
  }

  .hero-img img {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .integrate-content {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .logo {
    width: 230px;
  }

  .partner-list img {
    width: 150px;
  }
}

@media (max-width: 900px) {
  .logo {
    width: 180px;
  }
}

/* tablet */

.menu-t-icon {
  display: none;
}

.menu-tablet {
  display: none;
}

.hero-content-t {
  display: none;
}

@media (max-width: 834px) {
  .wrapper {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    overflow: hidden;
    position: relative;
  }

  .header {
    padding-top: 30px;
    padding-bottom: 0;
    margin: 0;
  }

  .menu {
    display: none;
  }

  .menu-tablet {
    text-align: center;
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    transition: transform 1s;
    z-index: 10;
  }

  .close-btn {
    margin-bottom: 30px;
  }

  .menu-t li {
    margin-bottom: 30px;
  }

  .menu-t li a {
    color: #ffffff !important;
  }

  .menu-t .contact-list {
    text-align: left;
    width: 300px;
    margin: 0 auto;
    border-color: #ffffff;
  }

  .menu-t-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 42px;
  }

  .menu-t-icon span {
    display: block;
    width: 35px;
    height: 3px;
    background-color: #1e5dce;
    border-radius: 5px;
  }

  .logo {
    width: 373px;
  }

  .hero {
    background: url(../images/landing/bg_hero_t.png) top center/cover no-repeat;
    padding-top: 180px;
    padding-bottom: 80px;
    margin: 0;
  }

  .intro {
    background: url(../images/landing/bg_intro_t.png) top center/cover no-repeat;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }

  .service {
    background: url(../images/landing/bg_service_t.png) top center/cover no-repeat;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 85px;
  }

  .partner {
    background: url(../images/landing/bg_partner_t.png) top center/cover no-repeat;
    margin: 0;
    padding-top: 35px;
    padding-bottom: 70px;
  }

  .sub-wrapper {
    background: url(../images/landing/bg_integrate_t.png) top center/cover no-repeat;
    margin: 0;
    padding-top: 115px;
    padding-bottom: 70px;
  }

  footer {
    margin: 0;
  }

  .hero-container {
    flex-direction: column;
  }

  .hero-img {
    order: 1;
  }

  .hero-content-t {
    order: 2;
  }

  .hero-content {
    display: none;
  }

  .hero-content-t {
    display: block;
    text-align: center;
  }

  .hero-content-t .hero-heading {
    font-size: 64px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: 0em;
    text-align: center;
  }

  .hero-content-t .hero-heading span {
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 22px;
  }

  .hero-content-t .hero-des {
    background-color: initial;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 45px;
  }

  .hero-content-t .hero-des::before {
    display: none;
  }

  .intro-container {
    gap: 0 20px;
  }

  .intro-heading,
  .benefit-heading,
  .partner-heading,
  .integrate-heading,
  .contact-heading {
    font-size: 36px;
    text-align: center;
  }

  .benefit-list li p,
  .benefit-des,
  .partner-des,
  .contact-des {
    font-size: 16px;
  }

  .partner-list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: unset;
  }

  .partner-list li:last-child {
    grid-area: initial;
  }

  .mainservice-container {
    padding-left: 185px;
  }

  .integrate-heading:before {
    left: 50%;
    transform: translateX(-50%);
    top: -24px;
  }

  .integrate-container:before {
    display: none;
  }

  .integrate-content {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 40px;
  }

  .integrate-card:first-child {
    width: 100%;
    position: relative;
  }

  .integrate-card:first-child::before {
    content: "";
    width: 2px;
    height: 180px;
    background-color: #1d5bca;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 40px);
  }

  .integrate-card:not(:first-child) {
    width: calc((100% - 20px) / 2);
  }

  footer .my-container {
    column-gap: 5%;
  }

  .about {
    width: 30%;
    order: 1;
  }

  .customer-care {
    width: 30%;
    order: 2;
  }

  .business-sp {
    width: 30%;
    order: 3;
  }

  .tct {
    width: 100%;
    order: 4;
  }

  .app {
    order: 5;
  }

  .social-media {
    order: 6;
    flex: 1;
  }
}

@media (max-width: 670px) {
  .partner-list img {
    width: 120px;
  }

  .logo {
    width: 300px;
  }

  .about {
    width: 100%;
    order: 1;
  }

  .customer-care {
    width: 100%;
    order: 2;
  }

  .business-sp {
    width: 100%;
    order: 3;
  }

  .tct {
    width: 100%;
    order: 4;
  }

  .app {
    order: 5;
    flex: 1;
  }

  .social-media {
    order: 6;
    width: 45%;
  }
}

@media (max-width: 560px) {
  .partner-list img {
    width: 90px;
  }

  .logo {
    width: 250px;
  }
}

/* mobile */
@media (max-width: 428px) {
  .logo {
    width: 210px;
  }

  .hero {
    background: url(../images/landing/bg_hero_m.png) top center/cover no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0;
  }

  .hero-img {
    margin-bottom: 45px;
  }

  .hero-content-t {
    display: none;
  }

  .hero-content {
    display: block;
    order: 2;
    min-width: unset;
  }

  .hero-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
  }

  .hero-heading span {
    font-size: 64px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: 0em;
    text-align: center;
  }

  .hero-des {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.025em;
    text-align: center;
    padding: 15px 0;
    border-radius: unset;
    margin-left: -10px;
    margin-right: -10px;
  }

  .hero-des:before {
    display: none;
  }

  .btn {
    display: block;
  }

  .intro {
    background: url(../images/landing/bg_intro_m.png) top center/cover no-repeat;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 30px;
    height: auto;
  }

  .intro-container {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .service {
    background: url(../images/landing/bg_service_m.png) top center/cover no-repeat;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 85px;
  }

  .mainservice-container {
    padding-left: 0;
  }

  .benefit-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner {
    background: url(../images/landing/bg_partner_m.png) top center/cover no-repeat;
    margin: 0;
    padding-top: 35px;
    padding-bottom: 70px;
  }

  .partner-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-list img {
    width: 140px;
  }

  .sub-wrapper {
    background: url(../images/landing/bg_integrate_m.png) top center/cover no-repeat;
    margin: 0;
    padding-top: 115px;
    padding-bottom: 70px;
  }

  .integrate-heading,
  .contact-heading {
    font-size: 32px;
  }

  .integrate-subheading {
    font-size: 20px;
  }

  .benefit-list li.reveal.r-top {
    transition-delay: unset;
  }

  .benefit-list li:nth-child(2n).reveal {
    transition-delay: 0.2s;
  }
}
