@charset "euc-kr";

/* Æû */
.form-set {
  background: #fff;
}

.form-set_title {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.76923077em;
  border-top: 1px solid #e5e5e5;
  margin: 0;
  background: #f9f9f9;
  color: #666;
  font-weight: normal;
  font-size: 0.8125em;
  line-height: 2.07692308;
}
.form-group {
  margin: 0.625em;
}
.form-group:before,
.form-group:after {
  content: " ";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group_label {
  color: #999;
  font-size: 0.8125em;
  line-height: 1.23076923;
}
.form-group_content {
  margin-top: 0.3125em;
}
/* ¼¿·ºÆ®¹Ú½º */
select.styled {
  background-image: url("http://pics.auction.co.kr/mobile/v2/finding/bg--select.png");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 2.66666667em;
  padding-left: 0.6em;
  border: 1px solid #ccc;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  font-size: 0.9375em;
  line-height: 2.53333333;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  select.styled {
    background-image: url("http://pics.auction.co.kr/mobile/v2/finding/bg--select@2x.png");
    background-size: 26px 8px;
  }
}
select.styled.full {
  width: 100%;
}
/* ÀÎÇ²¹Ú½º */
input.text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 2.66666667em;
  padding: 0.73333333em 0.6em 0.66666667em;
  border: 1px solid #ccc;
  font-size: 0.9375em;
  line-height: 1.13333333;
  text-align: left;
}
input.text.full {
  width: 100%;
}
/* Submit ¹öÆ° */
.form-group_submit {
  -webkit-appearance: none;
  width: 4.4em;
  padding: 0.73333333em 0 0.66666667em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
  font-size: 0.9375em;
  line-height: 1.13333333;
}
/* ÀÎ¶óÀÎ Æû */
.form-group--inline {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.form-group--inline input.text {
  width: 100%;
}
.form-group--inline_content {
  display: table-cell;
  text-align: center;
}
.form-group--inline_content + .form-group--inline_content {
  padding-left: 0.3125em;
}
.form-group--inline_content.has-submit {
  width: 4.125em;
}
