.kbwellpay-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.kbwellpay-container .kbwellpay-section {
  position: relative;
  font-size: 0;
}

.kbwellpay-container .kbwellpay-section > img,
.kbwellpay-container .kbwellpay-button > img {
  display: block;
  width: 100%;
  height: auto;
}

.kbwellpay-tab-container {
  position: relative;
  z-index: 2;
}

.kbwellpay-tabs {
  display: grid;
  width: 100%;
  max-width: 1200px;
  height: 112px;
  border-top: 2px solid #f28f0f;
  background-color: #000;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kbwellpay-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 0;
  border: 0;
  background-color: #000;
  font-family: "GmarketSansMedium", sans-serif;
  color: rgba(255, 255, 255, 0.302);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.kbwellpay-tab__label,
.kbwellpay-tab__highlight {
  display: block;
  letter-spacing: -1.2px;
}

.kbwellpay-tab__label {
  font-size: 24px;
  line-height: 1.1;
}

.kbwellpay-tab__highlight {
  margin-top: 4px;
  font-family: "GmarketSansBold", sans-serif;
  font-size: 42px;
  line-height: 0.95;
}

.kbwellpay-tab--coupon .kbwellpay-tab__highlight {
  font-size: 36px;
}

.kbwellpay-tab.show {
  background-color: #fffbe7;
  color: #000;
}

.kbwellpay-tab.show .kbwellpay-tab__highlight {
  color: #ef5b08;
}

.kbwellpay-button {
  position: absolute;
  display: block;
  cursor: pointer;
}

/* bgW=1200, bgH=1900 */
.kbwellpay-container .section-02 .button-account {
  top: 55.1%;
  left: 16.8%;
  width: 71%;
  height: 9%;
}

.kbwellpay-container .section-02 .button-register {
  top: 64.1%;
  left: 16.8%;
  width: 71%;
  height: 10.6%;
}

/* bgW=1200, bgH=1700 */
.kbwellpay-container .section-03 .button-download {
  top: 56.3%;
  left: 16.8%;
  width: 71%;
  height: 10.7%;
}

/* bgW=1200, bgH=1280 */
.kbwellpay-container .section-05 .button-join {
  top: 75.5%;
  left: 16.8%;
  width: 71%;
  height: 15.8%;
}

@media (max-width: 991px) {
  .kbwellpay-tabs {
    height: 82px;
  }

  .kbwellpay-tab__label {
    font-size: 18px;
  }

  .kbwellpay-tab__highlight {
    font-size: 32px;
  }

  .kbwellpay-tab--coupon .kbwellpay-tab__highlight {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .kbwellpay-tabs {
    height: 64px;
  }

  .kbwellpay-tab__label,
  .kbwellpay-tab__highlight {
    letter-spacing: -0.6px;
  }

  .kbwellpay-tab__label {
    font-size: 12px;
  }

  .kbwellpay-tab__highlight {
    margin-top: 2px;
    font-size: 21px;
  }

  .kbwellpay-tab--coupon .kbwellpay-tab__highlight {
    font-size: 18px;
  }
}
