@charset "utf-8";
@import url('.././../../css/font.css');

input,
button,
select {
  box-sizing: border-box;
  outline: none;
  border: none;
  background-color: #fff;
}

input,
.pt_1 input,
.pt_1 select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
select {
  position: relative;
}
select::after {
  position: absolute;
  clear: both;
  content: "V";
  font-size: 0.5rem;
  color: rgb(102, 102, 102);
  top: 50%;
  right: 0.5%;
  transform: translateY(-50%);
}

.f_a1 input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 14px;
  height: 14px;
  margin-bottom: 3px;
}
.footer_counsel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 160px;
  font-family: 'SDGothicNeo', 'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif;
  box-shadow: 0 8px 8px rgba(0,0,0,0.2);
  background-color: #177adf;
}

.foo_coun {
  position: relative;
}
.foo_sonbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.foo_sonbox_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pt_1 li.f_c {
  position: relative;
}
.pt_1 li.f_c::after {
  content: "∨";
  clear: both;
  color: #232323;
  position: absolute;
  right: 15%;
  top: 51%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  font-weight: 700;
  z-index: 1;
}
/* title */
.foo_desc {
  position: relative;
  margin-left: -8rem;
  margin-right: 3rem;
}

.foo_desc::after {
  position: absolute;
  top: 50%;
  right: -5%;
  clear: both;
  content: "";
  width: 2px;
  background-color: #fff;
  height: 120px;
  transform: translate(0%, -50%);
}

/* 이름 */
.f_a {
  margin-right: 1.2rem;
}
.f_a input {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2em;
  padding: 0.5em 0.8em;
  border-radius: 10px;
  width: 7rem;
}
/* 전번 */
.pt_1 {
  display: flex;
  margin-right: 1rem;
}

.pt_1 input,
.pt_1 select {
  line-height: 2em;
  border-radius: 10px;
  padding: 0.5em 0.8em;
  width: 6rem;
  height: 100%;
  font-size: 1rem;
  margin-right: 5px;
}
/* 개인정보취급방침 동의 */
.f_a1,
.f_a1 a {
  font-size: 1rem;
  color: #fff;
}
.f_a1 #privacy_btn {
  padding: 0.2rem 0.5rem;
  background: none;
  font-size: 1rem;
  margin: 0;
}
.f_a1 #privacy_btn b {
  font-weight: 400;
  color: #ffff;
}

/* 간편상담 버튼 */
.f_bu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1;
}
.f_bu button {
  color: #fff;
  background: #333132;
  font-size: 1.8rem;
  padding: 1.8rem 1.5rem 1.6rem;
  border-radius: 0.6rem;
  white-space: pre;
  font-weight: 800;
  font-family: "GmarketSans";
}
/*하단 상담신청배너 end*/

@media (max-width: 1500px) {
  #footer_counsel_form {
    padding: 0 2vw;
  }
  .footer_counsel {
    flex-direction: column;
    top: 0;
    left: 0;
    text-align: center;
    height: auto;
    padding-bottom: 1%;
  }
  .foo_desc {
    width: 100%;
    text-align: center;
    margin: 2% 0 1.5%;
  }
  .foo_desc img {
    width: 40%;
    max-width: 541px;
    margin: 3% auto;
  }
  .foo_desc::after {
    top: 100%;
    right: auto;
    left: 50%;
    clear: both;
    content: "";
    width: 0%;
    height: 2px;
    transform: translate(-50%, -50%);
    max-width: 680px;
  }
  .foo_coun {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .foo_sonbox {
    justify-content: flex-start;
    margin: 0;
  }
  .f_a {
    margin-right: 1vw;
    margin-bottom: 1vw;
  }
  .pt_1 input,
  .pt_1 select {
    width: 6.5rem;
  }
  .f_bu {
    top: 0%;
    left: 75%;
  }
  .f_a1,
  .f_a1 a {
    font-size: 0.8rem;
    color: #fff;
    text-align: left;
    padding-top: 10px;
  }
  .f_bu button {
    padding: 1.4rem 1.5rem 1.1rem;
  }
}
/* 모바일 버튼 */
.footer_counsel_btn,
.footer_counsel_close {
  display: none;
}
.footer_counsel_close {
  position: absolute;
  font-size: 1.5rem;
  color: #fff;
  top: 0.4rem;
  right: 0.6rem;
  z-index: 1;
  cursor: pointer;
}
.footer_counsel_btn {
  position: fixed;
  content: "";
  clear: both;
  top: 0%;
  padding: 0.3rem 2.2rem 0.5rem;
  font-weight: 700;
  color: #feff86;
  background-color: #1a4eaa;
  border-radius: 0 0 0px 30px;
  right: 0;
  font-size: 1.2rem;
  z-index: 2;
  box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

@media screen and (max-width: 1500px) {
  .footer_counsel {
    top: -100%;
    bottom: auto;
    transition: top 0.8s;
  }
  .footer_counsel.down {
    top: 0;
  }
  .footer_counsel_close {
    display: block;
  }
  .footer_counsel_btn {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .foo_desc {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .foo_desc {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .f_a input {
    width: 68.5vw;
    min-width: 70px;
  }
  .pt_1 input,
  .pt_1 select {
    line-height: 1em;
    padding: 0.75em;
    width: 22vw;
    height: 100%;
    min-width: 35px;
    color: #222;
  }
  .footer_counsel {
    padding: 0 10px;
  }
  #footer_counsel_form {
    padding: 0;
  }
  .f_bu {
    left: auto;
    right: 0;
  }
  .f_bu button {
    font-size: 4.2vw;
    padding: 2.1rem 0.7rem 2.1rem;
  }
  .f_a1,
  .f_a1 a {
    margin-bottom: 2%;
    padding-top: 0;
  }
  .f_a1 input {
    padding: 0.5em;
  }
  #privacy_btn {
    font-size: 4vw;
  }
  .foo_sonbox {
    margin: 0 0 1%;
  }
  .foo_sonbox_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .foo_desc img {
    width: 82%;
    margin: 3% auto;
  }
}
