@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
            box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
  }
  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
            box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 96, 16, 0.3);
            box-shadow: 0 0 0 5px rgba(255, 96, 16, 0.3);
  }
  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
  }
  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
  }
}
@keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
            box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
  }
  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
            box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 96, 16, 0.3);
            box-shadow: 0 0 0 5px rgba(255, 96, 16, 0.3);
  }
  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
  }
  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
            box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
  }
  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
            box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 96, 16, 0.3);
            box-shadow: 0 0 0 5px rgba(255, 96, 16, 0.3);
  }
  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
  }
  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
  }
}
.btnFunc {
  padding: 9px 12px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fff 85%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6 100%);
  border: 1px solid #dedcd7;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.btnFunc:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #f9f8f6), to(#eee));
  background-image: -webkit-linear-gradient(top, #f9f8f6 85%, #eee 100%);
  background-image: linear-gradient(to bottom, #f9f8f6 85%, #eee 100%);
}
.btnFunc:focus {
  outline: none;
}
.btnFunc.is-disabled {
  cursor: default;
  background: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btnAct, .smsMainContent__button button, .btnAct--inquirySmall {
  width: 276px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff9500), to(rgb(243, 142, 0)));
  background-image: -webkit-linear-gradient(top, #ff9500 85%, rgb(243, 142, 0) 100%);
  background-image: linear-gradient(to bottom, #ff9500 85%, rgb(243, 142, 0) 100%);
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btnAct:hover, .smsMainContent__button button:hover, .btnAct--inquirySmall:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #e68600), to(#d77c00));
  background-image: -webkit-linear-gradient(top, #e68600 85%, #d77c00 100%);
  background-image: linear-gradient(to bottom, #e68600 85%, #d77c00 100%);
}
.btnAct:focus, .smsMainContent__button button:focus, .btnAct--inquirySmall:focus {
  outline: none;
}
.btnAct.is-disabled, .smsMainContent__button button.is-disabled, .is-disabled.btnAct--inquirySmall {
  padding: 15px;
  cursor: default;
  background: #ededed;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.btnAct--inquirySmall {
  position: relative;
  width: auto;
  padding: 15px 15px 15px 44px;
  font-size: 16px;
}
.btnAct--inquirySmall:hover span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #e54b17), to(#d2400f));
  background-image: -webkit-linear-gradient(top, #e54b17 85%, #d2400f 100%);
  background-image: linear-gradient(to bottom, #e54b17 85%, #d2400f 100%);
}
.btnAct--inquirySmall span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 29px;
  height: 46px;
  padding: 7px 9px;
  font-size: 12px;
  line-height: 1.4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff551a), to(#f34a10));
  background-image: -webkit-linear-gradient(top, #ff551a 85%, #f34a10 100%);
  background-image: linear-gradient(to bottom, #ff551a 85%, #f34a10 100%);
  border-radius: 6px 0 0 6px;
}

.btnActDefault, .btnActDefault--inquirySmall {
  width: 276px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff551a), to(#f34a10));
  background-image: -webkit-linear-gradient(top, #ff551a 85%, #f34a10 100%);
  background-image: linear-gradient(to bottom, #ff551a 85%, #f34a10 100%);
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btnActDefault:hover, .btnActDefault--inquirySmall:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #e54b17), to(#d2400f));
  background-image: -webkit-linear-gradient(top, #e54b17 85%, #d2400f 100%);
  background-image: linear-gradient(to bottom, #e54b17 85%, #d2400f 100%);
}
.btnActDefault:focus, .btnActDefault--inquirySmall:focus {
  outline: none;
}
.btnActDefault.is-disabled, .is-disabled.btnActDefault--inquirySmall {
  color: #ccc;
  cursor: default;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #fff 85%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #fff 85%, #f9f9f9 100%);
  border: 1px solid #dedcd7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btnActDefault--inquirySmall {
  position: relative;
  width: auto;
  padding: 17px 15px 17px 44px;
  font-size: 16px;
}
.btnActDefault--inquirySmall:hover span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #e68600), to(#d77c00));
  background-image: -webkit-linear-gradient(top, #e68600 85%, #d77c00 100%);
  background-image: linear-gradient(to bottom, #e68600 85%, #d77c00 100%);
}
.btnActDefault--inquirySmall span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 29px;
  height: 50px;
  padding: 9px;
  font-size: 12px;
  line-height: 1.4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff9500), to(rgb(243, 142, 0)));
  background-image: -webkit-linear-gradient(top, #ff9500 85%, rgb(243, 142, 0) 100%);
  background-image: linear-gradient(to bottom, #ff9500 85%, rgb(243, 142, 0) 100%);
  border-radius: 6px 0 0 6px;
}

.btnSubmit {
  width: 276px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff9500), to(rgb(243, 142, 0)));
  background-image: -webkit-linear-gradient(top, #ff9500 85%, rgb(243, 142, 0) 100%);
  background-image: linear-gradient(to bottom, #ff9500 85%, rgb(243, 142, 0) 100%);
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btnSubmit:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #e68600), to(#d77c00));
  background-image: -webkit-linear-gradient(top, #e68600 85%, #d77c00 100%);
  background-image: linear-gradient(to bottom, #e68600 85%, #d77c00 100%);
}
.btnSubmit:focus {
  outline: none;
}
.btnSubmit.is-disabled {
  padding: 15px;
  cursor: default;
  background: #ededed;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
            box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
  }
  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
            box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 96, 16, 0.3);
            box-shadow: 0 0 0 5px rgba(255, 96, 16, 0.3);
  }
  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
  }
  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
  }
}
.select, .select--small, .select--exLarge, .select--large, .select--largeMiddle, .select--exMiddle, .select--middle {
  width: 130px;
  height: 30px;
  padding-right: 15px;
  padding-left: 8px;
  background-color: rgb(255, 255, 255);
  border-color: rgb(222, 220, 215);
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
.select:disabled, .select--small:disabled, .select--exLarge:disabled, .select--large:disabled, .select--largeMiddle:disabled, .select--exMiddle:disabled, .select--middle:disabled {
  color: #ccc;
}

.select, .select--small, .select--exLarge, .select--large, .select--largeMiddle, .select--exMiddle, .select--middle {
  width: 212px;
  font-size: 12px;
}
.select.nextFrom, .nextFrom.select--small, .nextFrom.select--exLarge, .nextFrom.select--large, .nextFrom.select--largeMiddle, .nextFrom.select--exMiddle, .nextFrom.select--middle {
  border: 2px solid #ff6010;
  border-radius: 2px;
}
.select--middle {
  width: 124px;
}
.select--exMiddle {
  width: 120px;
}
.select--largeMiddle {
  width: 184px;
}
.select--large {
  width: 200px;
}
.select--exLarge {
  width: 336px;
}
.select--small {
  width: 80px;
}

.label--select {
  position: relative;
  display: inline-block;
}
.label--select::before {
  position: absolute;
  top: 8px;
  right: 7px;
  content: "";
  border-right: 3px solid transparent;
  border-bottom: 6px solid #666;
  border-left: 3px solid transparent;
}
.label--select::after {
  position: absolute;
  right: 7px;
  bottom: 8px;
  content: "";
  border-top: 6px solid #666;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

input[type=text] {
  font-size: 12px;
}
input[type=text].inputText--small {
  width: 160px;
  margin-left: 16px;
}
input[type=text].inputText--small:first-of-type {
  margin-left: 0;
}
input[type=text].inputText--large {
  width: 440px;
}
input[type=text].inputText--middle {
  width: 212px;
}
input[type=text].inputText--exSmall {
  width: 80px;
  margin-left: 4px;
}
input[type=text].inputText--exSmall + a {
  display: inline-block;
  height: 12px;
  margin-left: 16px;
}
input[type=text].inputText--tel {
  width: 60px;
  margin: auto 6px;
}
input[type=text].inputText--tel:first-of-type {
  margin-left: 0;
}
input[type=text].inputText--tel:last-of-type {
  margin-right: 0;
}
input[type=text]:-moz-placeholder-shown {
  color: #aaa;
}
input[type=text]:-ms-input-placeholder {
  color: #aaa;
}
input[type=text]:placeholder-shown {
  color: #aaa;
}
input[type=text]::-webkit-input-placeholder {
  color: #aaa;
}
input[type=text]:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder {
  color: #aaa;
}

input[type=radio] + .label--radio {
  padding-right: 8px;
  padding-left: 32px;
}

textarea {
  font-weight: 400;
}
textarea:-moz-placeholder-shown {
  color: #aaa;
}
textarea:-ms-input-placeholder {
  color: #aaa;
}
textarea:placeholder-shown {
  color: #aaa;
}
textarea::-webkit-input-placeholder {
  color: #aaa;
}
textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #aaa;
}

.formContainer {
  min-height: auto;
}
.formContainer .formSteps {
  width: 980px;
  margin: 0 auto 24px;
}
.formContainer .formSteps li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 327px;
          flex: 0 0 327px;
}
.formContainer .formInputTable__smsNotice {
  height: 38px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
}
.formContainer .formInputTable__notice--small {
  line-height: 16px;
}
.formContainer .smsCode {
  height: 29px;
  margin: 4px auto -8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  color: #333;
  text-align: center;
}
.formContainer .smsCode span {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #ff6010;
}
.formContainer .formWrapSubmitWrap button {
  width: 336px;
  height: 56px;
}
.formContainer .formWrapSubmitWrap button span {
  height: 56px;
  padding: 12px 9px;
}
.formContainer .formWrapSubmitWrap button.default {
  width: 336px;
  height: 56px;
}
.formContainer .formWrapSubmitWrap button.default span {
  height: 56px;
  padding: 12px 9px;
}

.smsMainTitle {
  position: relative;
  width: 980px;
  height: 45px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  background-color: #fff3d8;
}
.smsMainTitle span {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ff6010;
}
.smsMainTitle span.smsMainTitle__emphasizeText {
  font-size: 16px;
}
.smsMainTitle__passIcon {
  position: absolute;
  top: 0;
  right: 370px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: #4f9e2f;
  border-radius: 10px;
}
.smsMainTitle__passIcon::after {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 8px;
  margin: auto;
  content: "";
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.smsMainContent {
  width: 365px;
  padding: 0 16px;
  margin: auto;
  margin-bottom: 32px;
}
.smsMainContent__text {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.6;
}
.smsMainContent__input {
  margin-bottom: 8px;
}
.smsMainContent__input input {
  width: 100%;
}
.smsMainContent__input input.is-standby {
  background: #fff3d8;
}
.smsMainContent__input input.is-error {
  background: #fee8e6;
}
.smsMainContent__error {
  height: 12px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 12px;
  color: #fa220a;
}
.smsMainContent__remark {
  height: 16px;
  margin-bottom: 16px;
  font-size: 10px;
  line-height: 16px;
  color: #666;
}
.smsMainContent__link {
  width: 120px;
  height: 19px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 19px;
}
.smsMainContent__link--addMarginBottom {
  margin-bottom: 24px;
}
.smsMainContent__button {
  text-align: center;
}
.smsMainContent__button button {
  position: relative;
  width: 336px;
  height: 56px;
}
.smsMainContent__button button.is-disabled {
  color: #fff;
  cursor: default;
  background: #ededed;
  border: none;
}
.smsMainContent__button button span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 29px;
  height: 56px;
  padding: 12px 9px;
  font-size: 12px;
  line-height: 1.4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff551a), to(#f34a10));
  background-image: -webkit-linear-gradient(top, #ff551a 85%, #f34a10 100%);
  background-image: linear-gradient(to bottom, #ff551a 85%, #f34a10 100%);
  border-radius: 6px 0 0 6px;
}
.smsMainContent__button button:hover span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #e54b17), to(#d2400f));
  background-image: -webkit-linear-gradient(top, #e54b17 85%, #d2400f 100%);
  background-image: linear-gradient(to bottom, #e54b17 85%, #d2400f 100%);
}

.confirmText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 980px;
  height: 54px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 54px;
  background-color: #f5f4f0;
}
.confirmText span {
  color: #ff6010;
}
.confirmText__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

.confirmMain__submit button {
  width: 336px;
  height: 56px;
}
.confirmMain__submit button span {
  height: 56px;
  padding: 12px 9px;
}
