/* ===== benefit ===== */
#benefit {
  width: 100%;
  padding: 120px 0 60px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(240, 232, 220, 0.5) 0%,
    #f0e8dc 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;

  background-image: url(../img/benefit-bg.png);
  background-size: cover !important;
  background-position: center center !important;
}
#benefit .benefit-wrap {
  width: 90%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
}

#benefit .tit-wrap {
  text-align: center;
}

#benefit .st-tit {
  font-size: 64px;
  line-height: 1.3;
  color: #111111;
  text-align: center;
}
#benefit .st-tit .benefit-title-trailing,
#benefit .st-tit .benefit-title-second-line {
  color: #111;
}

#benefit .benefit-highlight {
  color: white;
  background: #b51316;
  padding: 0 8px;
}

/* 테이블 */
#benefit .benefit-table-wrap {
  width: 100%;
  max-width: 1200px;
}

#benefit .benefit-table-inner {
  border-radius: 14.4px;
  overflow: hidden;
  background-color: #fff;
}

#benefit .benefit-table {
  width: 100%;
  border-collapse: collapse;
}

#benefit .benefit-table thead {
  text-align: center;
  border-bottom: 2.4px solid #381804;
}

#benefit .benefit-table thead th {
  font-family: Pretendard, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #381804;
  padding: 17px 19px;
  text-align: center;
  background: #ece5d8;
}

#benefit .benefit-table thead .col-label {
  width: 312px;
  background: #eee8dc;
  border-radius: 14px 0 0 0;
}

#benefit .benefit-table thead .col-note {
  width: 400px;
  /* text-align: left; */
}

#benefit .benefit-table tbody .td-label {
  width: 312px;
  padding: 14px 19px;
  background: #ece5d8;
  color: #4a2f27;
  font-family: Pretendard, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1.2px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

#benefit .benefit-table tbody .td-label-last {
  border-bottom: none;
  border-bottom-right-radius: 20px;
}

#benefit .benefit-table tbody .td-price {
  padding: 14px 19px;
  background: white;
  font-family: Pretendard, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #111111;
  text-align: center;
  border-bottom: 1.2px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

#benefit .benefit-table tbody .td-price-last {
  /* border-bottom: none; */
}

#benefit .benefit-table tbody .td-price s {
  text-decoration: line-through;
}

/* 면제 셀 */
#benefit .benefit-table tbody .td-exempt {
  width: 400px;
  background: white;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1.2px solid rgba(0, 0, 0, 0.1);

  vertical-align: middle;
  padding: 16px;
}

#benefit .exempt-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

#benefit .exempt-until {
  color: #ed1f23;
  font-family: Pretendard, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

#benefit .exempt-stamp {
  width: 118px;
  height: 70px;
  background: url(../img/benefit-exempt.png) center / cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* box-shadow: -6px 6px 0 0 rgba(226, 19, 23, 0.45); */
}

/* 상담 셀 */
#benefit .benefit-table tbody .td-consult {
  border-radius: 0;
  background: white;
  text-align: center;
  vertical-align: middle;
  padding: 19px;
}

#benefit .td-consult p {
  font-family: Pretendard, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.35;
  color: #111111;
}

#benefit .td-consult strong {
  font-weight: 700;
}

/* CTA */
#benefit .benefit-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
  /* flex-wrap: wrap; */
}

#benefit .benefit-badge {
  max-width: 405px;
  width: 405px;

  width: 33%;
  /* background: url(../img/benefit-badge-noise.png) center / cover, #B51316; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 42px;
  box-sizing: border-box;
  position: relative;
}

#benefit .benefit-badge svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 0;
  width: 110%;
}

#benefit .benefit-badge p {
  z-index: 1;
  position: relative;
  white-space: nowrap;

  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: Pretendard;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 60.9px */
  letter-spacing: -1.05px;
}

#benefit .badge-yellow {
  color: #facc00;
}

#benefit .benefit-desc {
  font-family: 'Gapyeong Hanseokbong', serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.45;
  color: #111111;

  /* padding: 0 16px; */
}

#benefit .benefit-desc span {
  color: #b51316;
}

@media(max-width: 1280px) {
  #benefit .benefit-table-wrap {
  }
  #benefit .benefit-table thead th,
  #benefit .benefit-table tbody .td-label,
  #benefit .benefit-table tbody .td-price {
    font-size: 20px;
    padding: 12px 14px;
  }
  #benefit .exempt-until {
    font-size: 26px;
  }
  #benefit .exempt-stamp {
    width: 100px;
    height: 60px;
  }
  #benefit .exempt-stamp span {
    font-size: 28px;
  }
  #benefit .td-consult p {
    font-size: 32px;
  }
  #benefit .benefit-badge {
    /* padding: 15px 30px; */
  }
  #benefit .benefit-badge p {
    font-size: 36px;
  }
  #benefit .benefit-desc {
    font-size: 30px;
  }
}

@media(max-width: 1024px) {
  #benefit .st-tit {
    font-size: 48px;
  }
  #benefit .benefit-table thead .col-label,
  #benefit .benefit-table tbody .td-label {
    width: 220px;
  }
  #benefit .benefit-table thead .col-note,
  #benefit .benefit-table tbody .td-exempt {
    width: 280px;
  }
  #benefit .td-consult p {
    font-size: 24px;
  }
  #benefit .benefit-badge {
    /* min-width: 280px;
    height: 80px; */
  }
  #benefit .benefit-badge {
    padding: 10px 14px;
  }

  #benefit .benefit-cta {
    gap: 20px;
  }

  #benefit .benefit-badge p {
    font-size: 22px;
  }
  #benefit .benefit-desc {
    font-size: 21px;
  }
}

@media(max-width: 900px) {
  #benefit .benefit-table tbody .td-label-last {
    border-bottom-right-radius: 12px;
  }
}

@media(max-width: 768px) {
  #benefit {
    /* padding: 80px 20px 50px; */

    padding: 100px 0 50px;
  }

  #benefit .benefit-wrap {
    gap: 40px;
  }
  #benefit .st-tit {
    font-size: 38px;
  }
  #benefit .benefit-table-wrap {
    /* width: 100%; */
  }
  #benefit .benefit-table thead th,
  #benefit .benefit-table tbody .td-label,
  #benefit .benefit-table tbody .td-price {
    font-size: 15px;
    padding: 10px 12px;
  }
  #benefit .benefit-table thead .col-label,
  #benefit .benefit-table tbody .td-label {
    width: 160px;
  }
  #benefit .benefit-table tbody .td-label-last {
    border-bottom-right-radius: 6.804px;
  }
  /* #benefit .benefit-table thead .col-note,
  #benefit .benefit-table tbody .td-exempt {
    width: 200px;
  } */

  #benefit .benefit-table thead .col-note,
  #benefit .benefit-table tbody .td-exempt {
    width: 33%;
  }

  #benefit .exempt-badge {
    gap: 8px;
  }
  #benefit .exempt-until {
    font-size: 18px;
  }
  #benefit .exempt-stamp {
    width: 72px;
    height: 42px;
  }
  #benefit .exempt-stamp span {
    font-size: 20px;
  }
  #benefit .td-consult p {
    font-size: 18px;
  }
  #benefit .benefit-cta {
    flex-direction: column;
    gap: 12px;
  }
  #benefit .benefit-badge {
    width: 230px;
    /* min-width: unset;
    width: 100%;
    max-width: 400px;
    height: 70px;
    padding: 10px 30px; */
  }
  #benefit .benefit-badge p {
    font-size: 26px;
  }
  #benefit .benefit-desc {
    font-size: 20px;
    text-align: center;
    padding: 0;
  }
}

@media(max-width: 480px) {
  #benefit {
    padding: 60px 0 40px;
  }
  #benefit .st-tit {
    font-size: 32px;
    line-height: 1.3;
  }
  #benefit .benefit-table-inner {
    border-radius: 5px;
  }
  #benefit .benefit-table thead th {
    font-size: 8.16px;
    padding: 6.5px;
  }
  #benefit .benefit-table thead .col-label {
    width: 106px;
    border-radius: 5px 5px 0 0;
  }
  #benefit .benefit-table thead .col-note {
    width: 136px;
    text-align: center;
  }
  #benefit .benefit-table tbody .td-label {
    width: 106px;
    font-size: 8.16px;
    padding: 5px 6.5px;
  }
  #benefit .benefit-table tbody .td-price {
    font-size: 8.16px;
    padding: 5px 6.5px;
  }
  #benefit .benefit-table tbody .td-exempt {
    width: 136px;
    padding: 6px;
  }
  #benefit .exempt-badge {
    flex-direction: column;
    gap: 4px;
  }
  #benefit .exempt-until {
    font-size: 10.89px;
  }
  #benefit .exempt-stamp {
    width: 40px;
    height: 24px;
    box-shadow: -2px 2px 0 0 rgba(226, 19, 23, 0.45);
  }
  #benefit .exempt-stamp span {
    font-size: 12px;
  }
  #benefit .td-consult p {
    font-size: 13.61px;
    line-height: 1.35;
  }
  #benefit .benefit-badge {
    /* width: 280px; */
    /* min-width: unset; */
    height: 68px;
    padding: 10px 29px;
  }
  #benefit .benefit-badge p {
    font-size: 29px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }
  #benefit .benefit-desc {
    font-size: 16px;
    text-align: center;
    padding: 0;
  }
}

/* ===== contact ===== */
/* contact */
#contact {
  box-sizing: border-box;
  width: 100%;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  position: relative;
  background-color: #f7efe3;
  background-image: url(../img/contact-bg.png);
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
  margin-top: -1px;
}

#contact .contact-deco {
  position: absolute;
  max-width: 500px;
  width: 45%;
  object-fit: contain;
  bottom: 50px;
}

#contact .contact-deco-left {
  left: -100px;
}

#contact .contact-deco-right {
  right: -100px;
}

/* 카드 래퍼 */
#contact .contact-card {
  width: 800px;
  max-width: 90%;
  box-sizing: border-box;
  padding: 12px;
  background: #b51316;
  outline: 1px solid #006343;
  position: relative;
  z-index: 2;
}

#contact .contact-card-inner {
  background: #fff;
  outline: 1px solid #006343;
  padding: 60px;
  box-sizing: border-box;
}

/* 폼 */
#contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#contact .contact-fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#contact .contact-row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

#contact .contact-field {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#contact .contact-field-full {
  flex: unset;
  width: 100%;
}

#contact .contact-field label {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

#contact .contact-field label .optional {
  color: #999999;
  font-weight: 700;
}

#contact .contact-form input[type='text'],
#contact .contact-form input[type='tel'],
#contact .contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  padding: 10px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  border: none;
  outline: 1px solid rgba(17, 17, 17, 0.5);
  background: #fff;
  border-radius: 0;
  appearance: none;
}

#contact .contact-form textarea {
  height: auto;
  min-height: 44px;
  resize: none;
}

#contact .contact-form input[type='text']:focus,
#contact .contact-form input[type='tel']:focus,
#contact .contact-form textarea:focus {
  outline: 1px solid #ed1f23;
  box-shadow: none;
}

#contact .contact-form input[type='text']::placeholder,
#contact .contact-form input[type='tel']::placeholder,
#contact .contact-form textarea::placeholder {
  color: rgba(17, 17, 17, 0.5);
  font-size: 16px;
  font-weight: 300;
}

/* 창업형태 탭 */
#contact .s-btn-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

#contact .form-tab {
  flex: 1 1 0;
  height: 44px;
  box-sizing: border-box;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  outline: 1px solid rgba(168, 168, 168, 0.5);
  background: #fff;
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.1s;
}

#contact .form-tab.have {
  color: #ed1f23;
  outline: 2px solid #ed1f23;
  font-weight: 700;
}

/* 동의 + 제출 영역 */
#contact .contact-submit-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

#contact .agree-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

#contact .contact-form .round-checkbox {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50px;
  appearance: none;
  cursor: pointer;
  /* background: #ed1f23; */
  background-color: #fff;
  border: 1px #ed1f23 solid;
  outline: none;
  position: relative;
}

#contact .contact-form .round-checkbox:checked {
  background-image: url('../img/check.png');
  background-size: 17px;
  background-position: center center;
  background-color: #ed1f23;
  background-repeat: no-repeat;
}

#contact .contact-form .agree {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

#contact .contact-form .agree-open {
  font-weight: 600;
  color: #ed1f23;
}

#contact .c-btn {
  padding: 8px 40px;
  height: 42px;
  background: #ed1f23;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  cursor: pointer;
  white-space: nowrap;
}

#contact .c-btn:hover {
  background: #b51316;
}

/* 1024px */
.br-1024 {
  display: none;
}

@media (max-width: 1280px) {
  #contact .contact-card-inner {
    padding: 50px 40px;
  }
}

@media (max-width: 1024px) {
  .br-1024 {
    display: block;
  }
}

@media (max-width: 900px) {
  #contact {
    gap: 50px;
  }
}

@media (max-width: 768px) {
  #contact {
    padding: 60px 16px;
    gap: 40px;
  }
  #contact .contact-card {
    max-width: unset;
    width: 100%;
  }
  #contact .contact-card-inner {
    padding: 40px 24px;
  }
}

@media (max-width: 650px) {
  #contact .contact-row {
    flex-direction: column;
    gap: 30px;
  }
  #contact .contact-field {
    flex: auto;
    width: 100%;
  }
  #contact .contact-submit-row {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  #contact .contact-card-inner {
    padding: 40px 16px;
  }
  #contact .contact-deco {
    bottom: -10px;
  }
  #contact .contact-deco-left {
    left: -50px;
  }
  #contact .contact-deco-right {
    width: 50%;
    right: -50px;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 400px) {
}

@media(max-width: 370px) {
  #contact .contact-card {
    padding: 8px;
  }
  #contact .contact-card-inner {
    padding: 30px 12px;
  }
}
