#underbar {
  padding: 10px 0px 20px;
  font-family: "GmarketSans";
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.5s ease;
  border-radius: 20px 20px 0 0;
  border-top: 8px solid #ff774d;
  box-shadow: 0px -10px 10px 0 rgba(255, 255, 255, 0.2);
}
#underbar.on {
  transform: translateY(95%);
}
#underbar.on svg {
  transform: rotate(180deg);
}
#underbar .under_toggle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 200px;
  height: 45px;
  background-color: #ff774d;
  border-bottom: none;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px -5px 10px 0 rgba(255, 255, 255, 0.2);
}
#underbar .under_toggle span {
  font-size: 17px;
  font-weight: 500;
  color: #f6f6f6;
}
#underbar .inner {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0px 30px;
  gap: 2%;
}

#underbar ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#underbar .txt-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
#underbar .txt {
  font-size: 40px;
  color: #131313;
  font-weight: 700;
  margin-right: 20px;
  white-space: nowrap;
}
#underbar .call {
  font-size: 40px;
  color: #ff744d;
  font-weight: 700;
  margin-right: 40px;
  white-space: nowrap;
}
#underbar li span {
  font-size: 20px;
  color: #fff;
  display: block;
}
#underbar li span strong {
  color: #b35151;
}
#underbar li input {
  width: 200px;
  padding: 12px;
  font-size: 16px;
  color: #676767;
  border-radius: 20px;
  border: none !important;
  background: #e6e6e6;
  margin-right: 10px;
}
#underbar li:nth-of-type(1) input {
  width: 180px;
}
#underbar li input::placeholder {
  font-size: 14px;
  color: #676767;
}

#underbar .btn_confirm {
  text-align: center;
}
#underbar .btn_confirm p {
  font-size: 25px;
  color: #f6f6f6;
}
#underbar .btn_confirm p span {
  color: #bbc9d8;
  font-weight: 600;
}

#underbar .btn_confirm .btn_submit {
  height: 50px;
  text-align: center;
  font-size: 30px;
  background-color: #ff774d;
  border-radius: 20px;
  border: 1px solid #ff774d;
  padding: 0 20px;
  line-height: 50px;
  transition: 0.5s;
}
#underbar .btn_confirm .btn_submit:hover {
  background-color: #fff;
  border: 1px solid #ff774d;
  color: #ff744d;
}
#underbar .confirmBtn_tit p {
  font-size: 16px;
  color: #131313;
  margin-right: 5px;
}
#underbar .confirmBtn_tit p span {
  color: #b35151;
}

#underbar .confirmBtn label {
  color: #bababa;
  font-size: 14px;
}
#underbar .top-btn {
  width: 85px;
  height: 85px;
  position: absolute;
  right: 0;
  bottom: 114%;
  margin-right: 4%;
  cursor: pointer;
  z-index: 99999;
  transition: all 0.5s;
}
#underbar .top-btn .arrow svg {
  width: 100%;
}
#underbar .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#underbar .confirmBtn {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#underbar .confirmBtn input {
  margin-right: 5px;
}
@media screen and (max-width: 1650px) {
  #underbar .inner {
    width: 95%;
    padding: 0px;
  }
}

@media screen and (max-width: 1500px) {
  #underbar li:nth-of-type(1) input {
    width: 210px;
  }
  #underbar li input {
    width: 250px;
  }
  #underbar li:not(:nth-of-type(1)) {
    margin-left: 20px;
  }
  #underbar .inner {
    flex-flow: row wrap;
    justify-content: center;
  }
  #underbar .inner ul {
    width: 100%;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  #underbar .confirmBtn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    justify-content: center;
  }
  #underbar .btn-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 1350px) {
  #underbar .confirmBtn label {
    margin-bottom: 10px;
  }
  #underbar .confirmBtn_tit p {
    margin-bottom: 0px;
    display: none;
  }
  #underbar .inner ul li {
    width: auto;
  }
  #underbar li:not(:nth-of-type(1)) {
    margin-left: 0px;
  }
  #underbar .inner ul li input {
    width: 100%;
  }
  #underbar .btn_confirm p {
    display: none;
  }
  .section.qa .inner {
    width: 90%;
  }
  .qa_contents {
    padding: 50px 60px 70px;
  }
  .form_lt {
    width: 40%;
  }
  .form_rt {
    width: 50%;
  }
  #underbar .txt-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .qa_title dt {
    font-size: 41px;
  }
  .qa_title dd {
    font-size: 23px;
  }
  .qa_contents {
    padding: 40px 25px 50px;
  }
  .form_lt {
    width: 45%;
  }
  .qa_contents .personal > p {
    font-size: 20px;
  }
  .personal .confirmBtn label {
    font-size: 18px;
  }
  .form_rt_content span,
  .form_lt ul li span {
    font-size: 20px;
  }
}

@media screen and (max-width: 750px) {
  #underbar {
    padding: 25px 0px;
  }
  #underbar .inner ul {
    flex-flow: row wrap;
  }
  #underbar .inner ul li {
    width: 100%;
  }
  #underbar li input {
    padding: 8px;
    font-size: 14px;
  }
  #underbar li input::placeholder {
    font-size: 14px;
  }
  #underbar li span {
    font-size: 18px;
  }
  #underbar .confirmBtn label {
    font-size: 15px;
  }
  #underbar .btn_confirm .btn_submit {
    font-size: 16px;
  }
  #underbar .btn_confirm .btn_submit {
    width: 160px;
    height: 40px;
    line-height: 40px;
  }

  #underbar .under_toggle {
    left: 50%;
    right: inherit;
    transform: translate(-50%, -100%);
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
  #underbar .under_toggle span {
    font-size: 15px;
    font-weight: 400;
  }
  #underbar .txt {
    text-align: center;
  }
  #underbar .call {
    margin-right: 0;
    margin-top: 0;
  }
  #underbar li input {
    height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .qa_title dd {
    font-size: 19px;
    padding-top: 15px;
  }
  .section.qa .inner {
    width: 93%;
  }
  .qa_contents {
    padding: 25px 15px;
    margin-top: 32px;
  }
  .personal_info {
    padding: 10px;
  }
  .form_info {
    flex-flow: row wrap;
  }
  .form_lt,
  .form_rt {
    width: 100%;
  }
  .form_rt {
    margin-top: 10px;
  }

  .form_lt ul li:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .form_rt_content textarea {
    height: 160px;
  }
  .qa_contents .btn_confirm {
    margin-top: 35px;
  }
  .qa_contents .btn_submit {
    font-size: 18px;
  }
  #underbar .top-btn {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 375px) {
  #underbar .txt,
  #underbar .call {
    font-size: 30px;
    margin-right: 0;
  }
}
/* underbar : e  */
