.keshiou_news_form {
  background: var(--bg-page);
  padding: 80px 0;
}
.keshiou_news_form .formcon {
  display: flex;
  border-radius: 8px;
  background: #232323;
  padding: 53px 61px 53px 48px;
  box-sizing: border-box;
}
.keshiou_news_form .formcon .form-left {
  width: 474px;
  height: 544px;
  border-radius: 4px;
}
.keshiou_news_form .formcon .form-left img {
  width: 100%;
}
.keshiou_news_form .formcon .form-right {
  width: calc(100% - 474px);
  box-sizing: border-box;
}
.keshiou_news_form .formcon .form-right .form-title {
  padding-left: 27px;
}
.keshiou_news_form .formcon .form-right .form-title .title {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--font-desc-title-size);
  font-style: var(--font-style);
  font-weight: var(--font-title-weight);
  line-height: 36px;
  text-transform: capitalize;
}
.keshiou_news_form .formcon .form-right .form-title .buntitle {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: var(--font-style);
  font-weight: 500;
  line-height: 24px;
}
.keshiou_news_form .formcon .form-right .form-container .inqury_title_box {
  display: none !important;
}
.keshiou_news_form .formcon .form-right .form-container .input-label {
  display: none !important;
}
.keshiou_news_form .formcon .form-right .form-container .inqury_submit {
  width: 100%;
  height: 72px;
  border-radius: 4px !important;
  background: var(--second-color) !important;
  text-align: center;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: var(--font-style);
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.keshiou_news_form .formcon .form-right .form-container .textarea-input {
  height: 192px;
  background: #323232;
  border: none !important;
  border-radius: 4px !important;
  font-family: var(--font-family);
  font-size: 14px;
  text-transform: capitalize;
}
.keshiou_news_form .formcon .form-right .form-container .one-line-input {
  height: 50px;
  background: #323232;
  border: none !important;
  border-radius: 4px !important;
  font-family: var(--font-family);
  font-size: 14px;
  text-transform: capitalize;
  color: var(--text-color);
}
.keshiou_news_form
  .formcon
  .form-right
  .form-container
  .one-line-input::placeholder {
  color: rgba(102, 102, 102, 0.6);
}
.keshiou_news_form
  .formcon
  .form-right
  .form-container
  .textarea-input::placeholder {
  color: rgba(102, 102, 102, 0.6);
}
.keshiou_news_form .formcon .form-right .form-container .char-count {
  display: none;
}

@media screen and (max-width: 1280px) {
  .keshiou_news_form .formcon .form-left {
    width: 400px;
    height: auto;
  }
  .keshiou_news_form .formcon .form-right {
    width: calc(100% - 400px);
  }
  .keshiou_news_form .formcon .form-right .form-container .textarea-input {
    height: 175px;
  }
}
@media screen and (max-width: 1200px) {
  .keshiou_news_form .formcon {
    padding: 40px;
  }
  .keshiou_news_form .formcon .form-left {
    width: 300px;
    height: auto;
  }
  .keshiou_news_form .formcon .form-right {
    width: calc(100% - 300px);
  }
  .keshiou_news_form .formcon .form-right .form-container .textarea-input {
    height: 70px;
  }
}
@media screen and (max-width: 992px) {
  .keshiou_news_form .formcon .form-right .form-title .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .keshiou_news_form {
    padding-top: 50px 0;
  }
  .keshiou_news_form .formcon {
    padding: 20px 0;
    flex-direction: column;
  }
  .keshiou_news_form .formcon .form-left {
    padding: 0 25px;
  }
  .keshiou_news_form .formcon .form-left,
  .keshiou_news_form .formcon .form-right {
    width: 100%;
  }
  .keshiou_news_form .formcon .form-right .form-title {
    padding: 10px 25px 0 25px;
  }
  .keshiou_news_form .formcon .form-right .form-title .title {
    font-size: 20px;
  }
  .keshiou_news_form .formcon .form-right .form-title .buntitle {
    font-size: 14px;
  }
  .keshiou_news_form .formcon .form-right .form-container .textarea-input {
    height: auto;
  }
}

@media screen and (max-width: 552px) {
  .keshiou_news_form .formcon .form-left {
    padding: 0px;
  }

  .keshiou_news_form .formcon {
    background: transparent;
  }

  .keshiou_news_form .formcon .form-right .form-container .one-line-input,
  .keshiou_news_form .formcon .form-right .form-container .textarea-input {
    background-color: #fff;
  }

  .keshiou_news_form .formcon .form-right .form-container .row > div {
    padding: 0px;
  }
  .keshiou_news_form {
    padding: 40px 0;
  }
}
