html,
body,
div,
p {
  margin: 0;
  padding: 0;
}

a {
  color: #2c87ff;
}

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

.g3s-container {
  width: 100%;
  height: 100%;
  padding: 57px 0 149px 0;
  box-sizing: border-box;
  background-color: #f6f5f8;
}

.g3s-header {
  max-width: 1308px;
  margin: 0 auto;
}

.g3s-content {
  max-width: 1308px;
  margin: 0 auto;
}

.head-title {
  font-style: italic;
  font-size: 60px;
  font-weight: normal;
  line-height: 56px;
  letter-spacing: 0.08em;
  color: #000000;
  margin-bottom: 16px;
}

.g3s-contact {
  width: 140px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid #000000;
  text-align: center;
  line-height: 38px;
}

.g3s-content-desc {
  box-sizing: border-box;
  padding: 62px 0;
}

.g3s-content-text {
  font-size: 24px;
  font-weight: normal;
  color: #9e9e9e;
  margin-top: 16px;
}

.g3s-content-btns {
  margin-top: 92px;
  display: flex;
}

.desc-content {
  margin-top: 120px;
  height: 531px;
}

.personal-user {
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #000000;
  cursor: pointer;
}

.enterprise-user {
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #000000;
  color: #ffffff;
  background: #000000;
  margin-left: 54px;
  cursor: pointer;
}

.btn-text-padding {
  padding: 14px 68px;
}

.product-advantages {
  margin-top: 149px;
  height: 606px;
}

.product-advantages-text {
  text-align: right;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 59px;
}

.product-desc {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.products {
  display: flex;
}

.product-card {
  max-width: 391px;
  height: 217px;
  border-radius: 16px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 23px 25px;
}

.product-card:nth-child(odd) {
  margin: 0 31px 45px 0;
}

.product-card-icon {
  width: 34px;
  height: 34px;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 8px;
}

.product-name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 37px;
}

.product-desc {
  font-size: 16px;
  font-weight: 350;
  line-height: 30px;

  color: #181818;
  margin-top: 10px;
}

.operation-process {
  margin: 148px 0;
}

.operation-process-step-icon {
  width: 105px;
  height: 105px;
  margin-bottom: 40px;
}

.operation-process-step-separator {
  width: 16px;
  height: 16px;
  margin-top: -68px;
}

.operation-process-step-name {
  font-size: 24px;
  font-weight: 350;
}

.nav-title {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 100px;
}

.customer-case-card {
  width: 211px;
  height: 115px;
  border-radius: 16px;
  background: #ffffff;
  box-sizing: border-box;
  text-align: center;
}

.customer-case-second {
  padding: 0 139px;
}

.customer-hanjin {
  width: 173px;
  height: 37px;
  padding: 39px 19px;
}

.customer-ups {
  width: 61px;
  height: 73px;
  padding: 21px 75px;
}

.customer-fedex {
  width: 126px;
  height: 36px;
  padding: 40px 42px;
}

.customer-dpd {
  width: 121px;
  height: 50px;
  padding: 32px 45px;
}

.customer-dhl {
  width: 183px;
  height: 25px;
  padding: 45px 14px;
}

.customer-usps {
  width: 185px;
  height: 23px;
  padding: 46px 13px;
}

.customer-sagawa {
  width: 161px;
  height: 29px;
  padding: 43px 25px;
}

.customer-gls {
  width: 117px;
  height: 39px;
  padding: 38px 47px;
}

.customer-australia-post {
  width: 183px;
  height: 49px;
  padding: 33px 14px;
}

.g3s-footer {
  height: 261px;
  background-color: #e1931e;
  color: #ffffff;
  padding: 51px 306px;
}

.footer-title {
  font-style: italic;
  font-size: 60px;
  font-weight: normal;
  line-height: 56px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.approve {
  background-color: #f6f5f8;
  padding: 17px 0;
  text-align: center;
}

.nav-text {
  font-size: 60px;
  font-weight: 500;
}

.text-important {
  color: #e1931e;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-card:hover {
  cursor: pointer;
  background: #e1931e;
}

.product-card:hover .product-name {
  color: #ffffff;
}

.product-card:hover .product-desc {
  color: #ffffff;
}

@media screen and (max-width: 1670px) {
  .customer-case-second {
    padding: 0 120px;
  }
}

@media screen and (max-width: 1400px) {
  .customer-case-second {
    padding: 0 60px;
  }
}

@media screen and (max-width: 1200px) {
  .customer-case-second {
    padding: 0 10px;
  }
}
