
#contact {
  background-color: #FDF6E8;
  padding-top: 110px;
  padding-bottom: 149px;
  margin-bottom: 35px;
  width: 570px;
}

.container {
  padding: 0 35px;
  box-sizing: border-box;
}

.contact-item{
  padding-top: 46px;
}

.hissu{
  color:#D86F46 ;
  font-size: 10px;
  background-color: #fff;
  border: #D86F46 1px solid;
  padding: 4px 8px;
  line-height: 100%;
  font-weight: 500;
  margin-left: 18px;
}

.text-are{
  background-color: #fff;
  width: 96%;
  height: 60px;
  padding:0  10px;
}

.text-are-h{
  background-color: #fff;
  width: 96%;
  height: 90px;
  padding: 10px;
}

.contact-area{
  margin-bottom: 20px;
}

.send-btn{
  text-align: center;
  margin-top: 28px;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  min-width: 320px;
  height: 75px;
}

.send-btn>.beta-btn-ore {
  min-width: 320px;
}

.send-btn::after{
  content: "";
display: block;
width: 0;
height: 0;
border-left: 7px solid #fff;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
position: absolute;
right: 10px;
top: 50%;
transform: translate(-50%, -50%);
}

input.btn.bg-ore{
  position: relative;
      font-weight: 700;
}

input.ore.return-btn {
background-color: transparent;
border: none;
font-size: 15px;
font-weight: 700;
margin-top: -20px;
letter-spacing: 0.07em;
padding: 15px 0;
}

.contact-btn::before {
  content: "";
  display: block;
  margin-top: 0px;
}

.send-btn>p>br {
  display: block;
  margin: 12px 0;
  content: "";
}

.contact-b-txt{
  margin-top: 90px;
}

.arrow{
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0 ,-50%);
}

.yel-send-btn{
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  padding-top: 21px;
}

a.btn.bg-yel.arrow-none {
  text-align: center;
}

.contact-complete-txt{
  margin-top: 63px;
}

input.btn.bg-ore {
  width: 100%;
  height: 75px;
  border-radius: 60px;
}

input.text-are {
  border: none;

}

select.pull-down.text-are {
  border: none;
  width: 100%;
}

textarea.text-are-h {
  border: none;
}

input.btn.bg-ore {
  border: none;
  margin: 0 auto;
}

input{
 width: 100%;
}

.complete-item{
  text-align: center;
  margin-top: 90px;
}

h3.h3.h3-center {
  margin-bottom: 20px;
}

.confirm-item{
  margin-top: 60px;
}

.complete-item>.main-txt {
  margin-bottom: 90px;
}

.confirm-item>h3.h3-center {
  margin-bottom: 30px;
  text-align: center;
}

.confirm-item .contact-area {

  display: flex;
}

.confirm-item .contact-t.flex{
  width: 40%;
}

.confirm-item .hissu{
  display: none;
}

.confirm-item .send-btn{
  max-width: 320px;
  margin: 0 auto;
}

.confirm-item p.fz-13.fw-500 {
  opacity: 0.8;
}


@media (max-width: 570px) {
  #contact {
    width: 100%;
    padding-bottom: 99px;
    margin-bottom: 35px;
  }

  .confirm-item .contact-area {
    display: block;
  }

}
