body {
  margin: 0;
  overflow-x: auto;
}
.page-container {
    display:flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}
.page-wrap {
    min-width: 1340px;
    margin: 0 auto;
}

.header-container {
    min-width: 1340px;
}

.header-wrap {
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:1340px;
    height:60px;
    margin:0 auto;
}

.btn-st-01 {
    width: 120px;
    height: 37px;
    flex-shrink: 0;
    border-radius: 6.979px;
    background: #50C350;
    color: #FFF;
    text-align: center;
    font-family: SUIT;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.51px;
    border:none;
    cursor: pointer;
}
.btn-st-02 {
    width: 120px;
    height: 37px;
    flex-shrink: 0;
    border-radius: 6.979px;
    background: #398239;
    color: #FFF;
    text-align: center;
    font-family: SUIT;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.51px;
    border:none;
    margin-left:7px;
    cursor: pointer;
}

/* 푸터 */
.footer-container {
    display:flex;
    background:#EDEDED;
    padding:36px 0;
    align-items: center;
    justify-content: center;
    margin-top:auto;
    zoom:0.8
  }
  .footer-container .company-wrap {
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin-left:70px;
  }
  .footer-container .company-wrap .cmpny-info {
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.42px;
  }
  .footer-container .company-wrap .cmpny-terms {
    color: #636363;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.42px;
  }

  .offer-1 {
    position: relative;
    display: flex;
    width: 100vw;
    min-width: 1340px;
    justify-content: center;
  }

  .offer-1-wrapper {
    width: 100%;
    display: flex;
  }

  .offer-1-inner-1 {
    display: flex;
    flex-direction: column;
    padding-top: 169px;
    padding-bottom: 190px;
  }

  .offer-top-1-text {
    width: 636px !important;
  }

  .offer-top-1-button {
    width: 230px !important;
    margin-top: 60px;
  }

  .offer-1-inner-2 {
    margin-left: 145px;
    margin-top: 108px;
  }  
  .offer-2-inner-1 {
    padding-top: 130px;
    padding-bottom: 105px;
  }

  .offer-2-inner-2 {
    margin-left: 136px;
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .green-line {
    background-color: #50C350;
    height: 150px;
    width: 100vw;
    min-width: 1340px;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }

  .offer-3-inner-1 {
    padding-top: 140px;
  }

  .offer-3-inner-2 {
    padding-top: 80px;
    padding-bottom: 77px;
    margin-left: 215px;
  }

  .offer-4-inner-1 {
    padding-top: 88px;
    padding-bottom: 74px;
    margin-right: 201px;
  }

  .offer-4-inner-2 {
    padding-top: 139px;
    display: flex;
    flex-direction: column;
  }

  .offer-4-bottom {
    position: absolute;
    bottom: 150px;
    right: 0;
    width: 550px;
  }

  .offer-5-inner-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.floating-button {
    position: fixed;
    bottom: 150px;
    right: 60px;
    width: 110px;
    height: 110px;
    background-color: transparent;
    color: white;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
}

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

.offer-content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222;
  text-align: center;
  font-family: Gmarket Sans;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
   letter-spacing: -1px;
   margin-top: 160px;
}

.offer-content-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
}

.offer-content-main img {
  width: 280px;
  height: 349px;
}

.offer-content-text-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 44px;
  color: #396339;
  font-size: 33px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: -0.66px;
  margin-bottom: 150px;
}

.brand-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.entryBrand {   
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #50C350;
  border-radius: 5px;
  width: 99px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  cursor: pointer;
  text-align: center;
}

.brandLogin {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #398239;
  border-radius: 5px;
  width: 99px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  cursor: pointer;
  text-align: center;
}

.inquiry-form {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-table {
  /*width: 100%;*/
  max-width: 950px;
}

.form-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 32px;
}

.form-label {
  display: flex;
  align-items: center;
  min-width: 120px;
  justify-content: flex-start;
  text-align: right;
  height: 53px;
}

.form-label label {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.required {
  color: #50C350;
  font-size: 22px;
  font-weight: 700;
  margin-right: 5px;
}

.required.invisible {
  visibility: hidden;
}

.form-inputs {
  display: flex;
  gap: 53px;
  flex: 1;
  align-items: center;
}

.form-input {
  width: 270px;
  height: 53px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #f5f5f5;
  border-radius: 14px;
  box-sizing: border-box;
}

.form-input.full-width {
  width: 723px;
}

.input-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.input-group .required {
  color: #50C350;
  font-size: 22px;
  font-weight: 700;
  margin-right: 5px;
}

.input-group label {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  min-width: 100px;
}

.form-textarea {
  width: 723px;
  height: 160px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #f5f5f5;
  border-radius: 14px;
  resize: none;
  box-sizing: border-box;
}

.form-agree {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 20px;
  margin-top: 24px;
  gap: 8px;
  width: 100%;
}

.form-checkbox {
  width: 22px;
  height: 22px;
  accent-color: #50C350;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}

