* {
  box-sizing: border-box;
  font-family: Microsoft JhengHei;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

body {
  margin: 0;
  height: auto;
  position: relative;
}

.header {
  position: fixed;
  height: 80px;
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  opacity: 1;
  z-index: 10000;
}

.header-container {
  height: 100%;
  padding: 0 40px;
}

.logo {
  cursor: pointer;
}

.logo-desktop {
  max-height: 50px;
}

.logo-phone {
  display: none;
}

.nav-desktop {
  margin-left: auto;
}

.nav-desktop ul {
  display: flex;
  margin-bottom: 0;
}

.nav-desktop li {
  display: block;
  font-size: 18px;
  color: #707070;
  margin: 0 10px;
  cursor: pointer;
}

.login-button {
  background: #fde56e 0% 0% no-repeat;
  border-radius: 42px;
  opacity: 1;
  border: 0;
  padding: 10px 15px;
  font-size: 18px;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}

a.login-button:hover {
  color: #000000;
  text-decoration: none;
}

.login-icon {
  max-width: 30px;
}

main.container {
  padding-top: 80px;
  z-index: 2;
  position: relative;
}

.background-img1 {
  top: 80px;
  right: 0px;
  position: absolute;
  z-index: 1;
  max-width: 70vw;
}

.background-img2 {
  bottom: 0;
  left: -70px;
  position: absolute;
  z-index: 1;
  max-width: 70vw;
}

.introduction-container {
  display: flex;
  justify-content: center;
}

.introduction-container > .introduction {
  order: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.introduction-container > .introduction-banner {
  order: 2;
}

.introduction-banner > img {
  max-width: 100%;
}

.introduction-text1 {
  color: #2865b0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0px;
}

.introduction-text2 {
  color: #707070;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.introduction-text3 {
  color: #707070;
  font-size: 24px;
}

.apply-button {
  background: transparent linear-gradient(58deg, #ff8426 0%, #fde56e 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 58px;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 30px;
}

.apply-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.dividing-container {
  display: flex;
  align-items: center;
}

.dividing-text {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
  color: #1a4ee1;
}

.dividing-line {
  border: 2px solid #707070;
  opacity: 1;
  width: 33%;
  height: 1px;
}

.service-features-title {
  background: #e6e6e6 0% 0% no-repeat padding-box;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #707070;
  padding: 5px 30px;
}

.service-features-detail {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  color: #707070;
}

.service-features-introduction {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0px;
  color: #707070;
}

.service-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #707070;
}

.add-line-fill-form {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
}

.add-line1 {
  color: #707070;
}

.add-line2 {
  color: #06c755;
}

.text-or {
  color: #707070;
}

.fill-form1 {
  color: #707070;
}

.fill-form2 {
  color: #f54545;
}

.create-step-container {
  width: 140px;
  text-align: center;
}

.right-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #c4c4c4;
}

.down-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #c4c4c4 transparent transparent transparent;
}

.step-num {
  background: #fde56e 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 25px;
  padding: 5px 15px;
  letter-spacing: 0px;
  color: #707070;
  font-size: 18px;
  font-weight: bold;
}

.step-text {
  letter-spacing: 0px;
  color: #707070;
  font-size: 18px;
  font-weight: bold;
}

.join-button {
  background: transparent linear-gradient(64deg, #fde56e 0%, #feffcb 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 3px solid #707070;
  border-radius: 58px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.join-button:hover {
  color: #000000;
  text-decoration: none;
}

.question {
  display: flex;
}

.question-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #a6a4a4 0% 0% no-repeat padding-box;
  padding: 10px;
  color: #fde56e;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.question-dividing {
  width: calc(100% - 40px);
  height: 1px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #ffffff;
  opacity: 1;
  margin: 20px;
}

.question-q {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0px;
  color: #707070;
}

.question-a {
  font-size: 18px;
  letter-spacing: 0px;
  color: #707070;
}

.contact-button {
  background: #707070 0% 0% no-repeat padding-box;
  border-radius: 40px;
  border: 0;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px 20px;
}

.contact-logo {
  width: 60px;
}

.contact-name {
  margin-left: 5px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #707070;
}

.contact-email,
.contact-line {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0px;
  color: #707070;
}

.contact-dividing {
  width: 1px;
  height: 50px;
  margin: 10px 40px;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #707070;
}

.contact-icon {
  width: 80px;
}

.copy-right {
  color: #707070;
}

.menu-phone {
  display: none;
}

.close-icon {
  position: absolute;
  left: 5px;
  top: 10px;
  width: 30px;
  height: 30px;
  opacity: 0.6;
}

.close-icon:hover {
  opacity: 1;
}

.close-icon:before,
.close-icon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 30px;
  width: 8px;
  background-color: #333;
}

.close-icon:before {
  transform: rotate(45deg);
}

.close-icon:after {
  transform: rotate(-45deg);
}

.nav-phone {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.53);
  /* box-shadow: 0px 6px 17px 12px rgba(0, 0, 0, 0.53); */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
/* .isMobileDevice {
} */
.nav-phone ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.nav-phone li {
  display: block;
  font-size: 18px;
  color: #707070;
  /* margin: 0 10px; */
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  /* font-weight: bold; */
  letter-spacing: 2px;
  border-bottom: 1px #e9e9e9 solid;
}

.phone-login {
  background: #fde56e 0% 0% no-repeat padding-box;
}

footer {
  z-index: 1;
  position: relative;
}

.login-container {
  background: #fde879 0% 0% no-repeat padding-box;
  height: 100vh;
}

.login-form-container {
  background: #fde879 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
  border: 3px solid #ffffff;
}

.login-hr {
  border: 2px solid #2865b0;
  margin: 10px 40px;
}

@media (min-width: 1600px) {
  /* .container {
    max-width: 1500px;
  } */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1599.98px) {
}

/* Large devices (desktops, 992px and up) (min-width: 992px) and */
@media (max-width: 1199.98px) {
  .introduction-text1 {
    font-size: 28px;
  }

  .introduction-text2 {
    font-size: 28px;
  }

  .introduction-text3 {
    font-size: 20px;
  }

  main.container {
    padding-top: 50px;
  }

  .background-img1 {
    top: 50px;
  }

  .header {
    height: 50px;
  }

  .logo-desktop {
    display: none;
  }

  .logo-phone {
    display: block;
    max-height: 50px;
  }

  .login-button {
    padding: 5px 10px;
    font-size: 16px;
  }

  .nav-desktop li {
    font-size: 16px;
  }
}

/* Medium devices (tablets, 768px and up) and (min-width: 768px)*/
@media (max-width: 991.98px) {
  .create-step-container {
    width: 300px;
  }

  .contact-dividing {
    width: 300px;
    height: 1px;
    margin: 30px 0px;
  }

  .nav-desktop {
    display: none;
  }

  .menu-phone {
    display: block;
  }

  .login-button {
    display: none;
  }

  .list-icon {
    width: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
  }
}

@media (max-width: 910px) {
}

/* Small devices (landscape phones, 576px and up) (min-width: 576px) and */
@media (max-width: 767.98px) {
  .introduction-container {
    flex-direction: column;
  }

  .introduction-container > .introduction {
    display: flex;
    align-items: center;
    order: 2;
  }

  .introduction-container > .introduction-banner {
    order: 1;
  }

  .introduction-text1 {
    font-size: 24px;
  }

  .introduction-text2 {
    font-size: 24px;
  }

  .introduction-text3 {
    font-size: 16px;
  }

  .add-line-fill-form {
    font-size: 16px;
  }

  .contact-email,
  .contact-line {
    font-size: 18px;
  }

  .dividing-text {
    font-size: 24px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .background-img1 {
    max-width: 80vw;
  }

  .background-img2 {
    max-width: 80vw;
  }
}
/* .ie9 img[src*=".svg"] {
  width: 100%;
}*/
/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
} */
