/* body {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
} */

#content.container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.head-banner {
  position: relative;
  height: 31rem;
}

.head-banner img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  font-size: 0;
}

.mobile-app-main-section {
  max-width: 1385px;
  margin: auto;
  margin-top: 62px;
}

img {
  width: 100%;
}

.app-icons {
  position: absolute;
  display: flex;
  gap: 10px;
  bottom: 62px;
  right: 188px;
}

.title-ko,
.title-kd {
  font-size: 34px;
  font-family: "Helen Pro_Bold";
}

.sub-title-ko,
.sub-title-kd {
  font-size: 21px;
  font-family: "Helen Pro";
  color: #05377b;
}

.app-icons {
  position: absolute;
  display: flex;
  gap: 10px;
  bottom: 62px;
  right: 188px;
}

.app-icons a {
  display: inline-block;
}

.app-icons img {
  height: 38px;
  width: auto;
  display: block;
}

.app-mob-col-heading {
  display: flex;
  gap: 24px;
  margin-bottom: 36px;
}

.app-mob-col-heading img {
  width: 108px;
  display: block;
}

.app-col-title,
.app-col-content {
  display: flex;
  flex-direction: column;
}

.app-col-title {
  justify-content: center;
}

.mobile-app-main-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.app-col-features {
  margin-bottom: 46px;
  margin-top: 18px;
}

.app-col-content p {
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-family: "Helen Pro_Light";
}

.features-title {
  color: #8f8f8f;
  text-transform: uppercase;
  font-family: "Helen Pro_Light";
  font-size: 16px;
  margin-top: 18px;
}

ul li {
  font-size: 16px;
  line-height: 22px;
  list-style: disc;
}

ul {
  padding-left: 24px;
}

.dwn-btn {
  border: 2px solid #093a7d;
  color: #093a7d;
  height: 39px;
  width: 215px;
  text-align: center;
  align-content: center;
  font-size: 12px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Helen Pro_Bold";
}

.dwn-btn:hover {
  background-color: #093a7d;
  color: #ffffff;
  text-decoration: none;
}

.app-col-content p {
  margin-bottom: 18px;
}

.mobile-app-main-section {
  margin-bottom: 153px;
}

@media (max-width: 1400px) {
  .mobile-app-main-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .app-icons {
    right: 40px;
  }
}

@media (max-width: 768px) {
  .mobile-app-main-section {
    grid-template-columns: 1fr;
    gap: 63px;
  }

  .head-banner {
    height: 17rem;
  }
}

@media (max-width: 540px) {
  .mobile-app-main-section {
    margin-left: 24px;
    margin-right: 24px;
  }

  .app-icons {
    right: 12px;
  }

  .head-banner {
    height: 310px;
  }

  .mobile-app-main-section {
    gap: 93px;
  }
}

@media (max-width: 400px) {
  .app-mob-col-heading {
    flex-direction: column;
  }
}
