/* float-notice */
textarea {
  width: 100%;
  resize: none;
  font-size: 14px;
  word-break: break-all;
  border: 1px solid #d2d2d2;
  color: #444;
  box-sizing: border-box;
}
.txtType {
}

.txtType.s2 {
  display: none;
}

.float-form {
  display: none;
  position: fixed;
  top: 100px; /* 210730 수정*/
  right: 170px; /* 210730 수정*/
  box-sizing: border-box;
  padding: 23px 20px 28px 20px;
  width: 320px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 1px 1px 10px 0 #cecece;
  z-index: 100;
}
.float-notice .btn_float {
  position: fixed;
  bottom: 46px;
  right: 20px;
  z-index: 550;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.float-form {
  display: none;
  position: fixed;
  /* bottom: 35px; 210730 수정 */
  box-sizing: border-box;
  padding: 23px 20px 28px 20px;
  width: 320px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 1px 1px 10px 0 #cecece;
  z-index: 1001;
}
.float-form .txt {
  color: #303789;
  font-size: 12px;
}
.float-form .warning {
  color: #303789;
  font-size: 12px;
  margin-bottom: 4px;
}
.float-form input[type="text"],
.float-form input[type="tel"] {
  display: block;
  width: 280px;
  height: 35px;
  box-sizing: border-box;
  margin-bottom: 5px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 14px;
}
.float-form .select {
  box-sizing: border-box;
  position: relative;
  margin: 7px 0;
  width: 280px;
  height: 35px;
  border: 1px solid #d2d2d2;
  background: url(../img/main/select_arrow.png) 252px 12px no-repeat;
  border-radius: 6px;
}
.float-form .select.on {
  background: url(../img/main/select_arrow_up.png) 252px 12px no-repeat;
}
.float-form .select .option-all {
  line-height: 35px;
  padding-left: 10px;
  cursor: pointer;
  font-size: 14px;
}
.float-form .select .option {
  display: none;
  position: absolute;
  top: 33px;
  right: -1px;
  width: 100%;
  background: #fff;
  z-index: 90;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}
.float-form .select .option li {
  border-bottom: 1px solid #d2d2d2;
  color: #7a7a7a;
  /* padding: 6px 0; border-radius: 6px; */
}
.float-form .select .option li.last {
  border-bottom: 0;
}
.float-form .select .option li:hover {
  background: #f9c876;
}
.float-form .select .option li:hover a {
  color: #fff;
}
.float-form .select .option li > a {
  display: block;
  padding: 6px 0 6px 15px;
  font-size: 12px;
  -ms-overflow-y: hidden;
}
.float-form textarea {
  height: 120px;
  border-radius: 6px;
  -ms-overflow-y: auto;
  padding-left: 15px;
}
.float-form .personal-info {
  margin: 12px 0 12px 0;
  font-size: 12px;
  text-align: left;
}
.float-form .personal-info > div:not(:last-child) {
  margin-bottom: 5px;
}
.float-form .personal-info > div label {
  display: flex;
}
.float-form .personal-info > div label em {
  flex-shrink: 0;
  width: 17px;
}
.button {
  height: 30px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
  box-shadow: 0 3px 10px #d4d4d4;
  border: none;
}
.personal-info .popup {
  color: #5361f0;
  text-decoration: underline;
  margin-left: 5px;
}
button.send {
  height: 30px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
  box-shadow: 0 3px 10px #d4d4d4;
  background: #7d7d7d;
}
button.send:hover {
  background: #f39800;
}

.m_closeBtn {
  display: block;
  position: absolute;
  right: 15px;
  top: 18px;
}
.m_closeBtn button {
  font-size: 26px;
}

@media screen and (max-width: 1200px) {
  .m_closeBtn {
    /* display: block;
    position: absolute;
    right: 15px;
    top: 18px; */
  }

  .float-form {
    z-index: 100000;
    max-width: 360px;
    right: 20px;
    top: unset !important;
    bottom: 20px;
    /* right: 20px; */
    /* top: auto !important; */
    /* bottom: 90px; */
    /* tra; */
    /* top: 50% !important;
		transform: translate(-50%, -50%); */
  }
}
