.main-section {
  height: 592px;
  padding: 120px 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../img/img_bg_home1.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.main-section-content {
  width: 100%;
  max-width: 1216px;
  display: flex;
}

.main-text {
  display: flex;
  flex-direction: column;
}

.main-text-title {
  display: flex;
  flex-direction: column;
  line-height: 135%;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
}

.main-text-desc {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 180%;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.main-logo-section {
  height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: url('../img/img_bg_home2.png') no-repeat;
  background-position: center;
  background-size: cover; */
}

.main-logo-section-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-bottom: 48px;
}

.main-logo-section-img-hp {
  width: 138px;
  height: 138px;
  display: block;
}

.main-logo-section-img-hpe {
  width: 221px;
  height: 64px;
  display: block;
}

.main-logo-section-img-divide {
  width: 4px;
  height: 80px;
  background-color: #ECECEC;
  border: none;
}

.main-logo-section-text-wrap {
  display: flex;
  align-items: center;
}

.main-logo-section-text1 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}

.main-logo-section-text2 {
  font-size: 32px;
  font-weight: 600;
  color: #0059AB;
}

.main-tab-wrap {
  width: 100%;
  height: 96px;
  position: relative;
  border: 2px solid #E8EAF1;
  border-left: none;
  border-right: none;
}

.main-tabs {
  width: 100%;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  margin: 0;
  padding: 0px 112px;
}

.main-tab-active {
  width: 240px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background-color: inherit;
  border: none;
  border-bottom: 4px solid #00A980;
  font-size: 36px;
  font-weight: 700;
  color: #00A980;
  cursor: pointer;
}

.main-tab {
  width: 240px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background-color: inherit;
  border: none;
  font-size: 36px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.24);
  cursor: pointer;
}
