body {
  margin: 0;
}

.relative {
  position: relative;
}

.nav-bar {
  background-color: #212727;
}

.nav-bar .bar {
  color: white;
  display: flex;
  margin: auto;
  justify-content: space-between;
  width: 95%;
  align-items: center;
  height: 3rem;
}

.max-w {
  max-width: 1000px;
}

.nav-bar .bar .LOGO {
  height: 40%;
}

.nav-bar .links-1 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
}

.nav-bar .links-1 div:hover {
  text-decoration: underline;
  cursor: pointer;
}

.nav-bar .links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-bar .links > div {
  font-size: 0.6rem;
  color: #666d93;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav-bar .links > div img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.3rem;
}

.nav-bar .menu {
  height: 20%;
}

.nav-bar.isMobile {
  position: sticky;
  top: 0;
  z-index: 20;
}

.main-img {
  width: 100%;
}

.img-panel {
  background-color: #e9efff;
  text-align: center;
}

.img-panel img {
  width: 95%;
  margin: auto;
  padding: 1rem 0;
}

.main-text {
  text-align: center;
  margin: 2rem 0;
}

.main-text .large {
  margin: 0 0 1.2rem;
  font-size: 1.3rem;
}

.main-text .small {
  font-size: 0.9rem;
  color: #555555;
}

.main-text.isMobile .large {
  font-size: 1rem;
  margin: 0 0 0.3rem;
}

.main-text.isMobile .small {
  font-size: 0.8rem;
}

.service {
  background-color: #f3f6ff;
  padding: 2rem 0;
}

.service .contents {
  margin: auto;
}

.service .contents .content1 {
  display: grid;
  width: 100%;
  gap: 2%;
  margin: auto;
  text-align: center;
  grid-template-columns: repeat(4, 1fr);
  font-weight: bold;
}

.service .contents .content1 .item img {
  width: 45%;
  margin-bottom: 1rem;
}

.service .contents .content1 .item .des {
  color: #999;
  font-size: 0.7em;
  width: 80%;
  margin: auto;
  font-weight: normal;
  margin-top: 0.5rem;
}

.service .contents .content2 {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
  gap: 1rem 2.5%;
  padding: 4rem 0 2rem;
}

.service .contents .content2 .item {
  width: 47.5%;
  display: grid;
  grid-template-columns: 4.5rem 8fr;
  gap: 0.5rem 1rem;
  grid-template-areas:
    'img title'
    'img des';
}

.service .contents .content2 .item img {
  grid-area: img;
  width: 100%;
}

.service .contents .content2 .item div {
  grid-area: title;
  font-weight: bold;
}

.service .contents .content2 .item .des {
  grid-area: des;
  font-weight: normal;
  font-size: 0.7em;
  color: #555555;
  line-height: 2em;
}

.service.isMobile {
  background-color: white;
}

.service.isMobile .contents .content1 {
  grid-template-columns: repeat(3, 1fr);
}

.service.isMobile .contents .content2 {
  /* margin-top: 2rem; */
}

.service.isMobile .contents .content1 .item div {
  font-size: 0.9rem;
}

.service.isMobile .contents .content1 .item .des {
  font-size: 0.4rem;
}

.service.isMobile .contents .content1 .item:last-child {
  display: none;
}

.service.isMobile .contents .content2 .item {
  width: 100%;
  grid-template-columns: 4rem 8fr;
  gap: 0.2rem 1rem;
}

.service.isMobile .contents .content2 .item img {
  width: 80%;
  padding-left: 20%;
}

.platfrorm .contents {
  display: flex;
  width: 95%;
  margin: auto;
  gap: 3%;
  padding: 3rem 0;
}

.platfrorm .contents img {
  width: 40%;
  object-fit: contain;
}

.platfrorm .contents div {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.platfrorm .contents .content {
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #555555;
}
.platfrorm.isMobile .contents {
  flex-wrap: wrap;
}

.platfrorm.isMobile .contents img {
  width: 100%;
}

.platfrorm.isMobile .contents {
  width: 85%;
  margin: auto;
}

.platfrorm.isMobile .contents div {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}

.platfrorm.isMobile .contents .content {
  font-size: 0.7rem;
}

.apps {
  background-color: #f3f6ff;
  margin-bottom: 2rem;
}

.apps .contents {
  display: flex;
  width: 95%;
  margin: auto;
  gap: 8%;
  padding: 3rem 0 2rem;
}

.apps .contents .bar {
  width: 55%;
  object-fit: contain;
}

.apps .contents .content > .title {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.apps .contents .content > .title img {
  height: 1.3em;
}

.apps .contents .content > .des {
  color: #555555;
  font-size: 0.8rem;
  margin: 1rem 0;
  line-height: 1.6rem;
}

.apps .contents .content .qrs {
  display: grid;
  gap: 10%;
  grid-template-columns: 1fr 1fr;
}

.apps .contents .content .qrs .item {
  text-align: center;
  margin: auto;
}

.apps .contents .content .qrs .item .box {
  width: 100%;
}

.apps .contents .content .qrs .item .item-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.apps .contents .content .qrs .item .img {
  width: 55%;
}

.apps .contents .content .qrs .item .img img {
  width: 100%;
}

.apps .contents .content .qrs .item .title {
  font-weight: bold;
  margin: 0.5rem 0;
  font-size: 0.9rem;
}

.apps .contents .content .qrs .item .des {
  font-size: 0.5em;
  color: #555555;
}

.apps.isMobile {
  background-color: white;
}

.apps.isMobile .contents {
  flex-direction: column-reverse;
  flex-wrap: wrap;
  width: 85%;
  padding: 0;
  margin: auto;
}

.apps.isMobile .contents .content .title {
  font-size: 1.1rem;
}

.apps.isMobile .contents .content .des {
  font-size: 0.7rem;
}

.apps.isMobile .contents .bar {
  width: 100%;
}

.trust .contents {
  margin: auto;
  gap: 1rem;
  padding: 0 0 2rem;
}

.trust .contents .title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.trust .contents .small {
  text-align: center;
  font-size: 0.8rem;
  color: #555555;
  margin-bottom: 2rem;
}

.trust .contents img {
  width: 100%;
}

.footer {
  background-color: #333445;
  color: #747b95;
  /* position: fixed;
  bottom: 0;
  left: 0;
  right: 0; */
}

.footer .contents {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 0.9rem;
}

.footer .contents img {
  width: 95%;
  padding: 0.5rem 0;
}

.footer .contents .line {
  width: 100%;
  height: 1px;
  box-shadow: 0 0 1px 0 black;
}

.footer .contents .items {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}

.footer .contents .items div {
  position: relative;
}

.footer .contents .items div:hover {
  text-decoration: underline;
  cursor: pointer;
}

.footer .contents .items div:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 0.8rem;
  background-color: #747b95;
  position: absolute;
  right: -15%;
  top: 50%;
  transform: translate(50%, -50%);
}

.footer .contents .copy {
  padding-bottom: 1rem;
}

.footer.isMobile .contents {
  font-size: 0.7rem;
}

.left-bar {
  position: fixed;
  right: 0;
  top: 3rem;
  height: 100%;
  width: 35%;
  background-color: rgba(33, 39, 39, 0.95);
  color: #747b95;
  opacity: 0;
  transform: translateX(100%);
}

.left-bar .links-1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.2rem;
  font-size: 0.9rem;
}

.left-bar .links-1 div:active,
.left-bar .links-1 div:hover {
  cursor: pointer;
  text-decoration: underline;
}

.left-show-anim {
  animation: left-show-anim 0.5s ease-in-out forwards;
}

.right-hide-anim {
  opacity: 1;
  transform: translateX(100%);
  animation: right-hide-anim 0.5s ease-in-out forwards;
}

.support {
  background-color: #f6f6f6;
}

@keyframes right-hide-anim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes left-show-anim {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.support_list {
  font-size: 0.9rem;
}

.support_list > .contents {
  display: flex;
  width: 95%;
  margin: auto;
  gap: 1rem;
  margin: 1rem auto;
}

.support_list .contents .bar-items {
  margin: auto;
  margin-top: 0;
  min-width: 12rem;
}

.support_list .contents .item-contents {
  background-color: white;
}

.support_list .bar-items .item .it {
  display: flex;
  background-color: white;
  padding: 0.5rem 2rem;
  position: relative;
}

.support_list .bar-items .item {
  align-items: center;
  margin-bottom: 0.5rem;
  color: #777777;
  user-select: none;
}

.support_list .bar-items .item .contentss {
  padding-left: 4.5rem;
  font-size: 0.9em;
}

.support_list .bar-items .item .contentss .content {
  line-height: 1.5;
  margin: 0.5rem 0;
}

.support_list .bar-items .item .contentss .content:hover {
  cursor: pointer;
  text-decoration: underline;
}

.support_list .bar-items .item .icon {
  height: 1.2rem;
  margin-right: 1rem;
}

.support_list .bar-items .item .arrow {
  height: 0.8rem;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.support_list .bar-items .item .it.active {
  color: #333;
}

.support_list .bar-items .item .it.active .arrow {
  height: 0.4rem;
}

.support_list .item-contents {
  font-size: 1em;
  color: #888888;
  padding: 1rem;
}

.support_list .item-contents .nav-left {
  font-size: 1em;
  color: black;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.support_list .item-contents .nav-left img {
  transform: rotate(90deg);
  height: 0.4rem;
}

.support_list .item-contents .title {
  color: black;
  margin-bottom: 0.3em;
}

.support_list.isMobile .item-contents {
  font-size: 0.8em;
}

.support_list.isMobile .contents .bar-items {
  width: 100%;
}
