@charset "UTF-8";

#content {
  padding-top: 60px;
  padding-bottom: 211px;
}
.align-center {
  text-align: center;
}
.error-msg-wrap {
  height: 36px;
  line-height: 36px;
  margin-top: 20px;
  background: #fff;
  color: #d60036;
  text-indent: 20px;
  visibility: visible;
}
.error-msg-wrap > span {
  visibility: hidden;
  color: #d60036;
}
#preview-step.popup-wrap {
  border: 1px solid #dddddb;
  border-radius: 2px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  max-width: 320px;
}
#preview-step .popup-top {
  border-radius: 2px 2px 0 0;
}
#preview-step .popup-middle {
  padding: 20px 10px;
}
#preview-step .popup-btn-wrap {
  margin-top: 20px;
}
#preview-step .popup-btn-wrap .b-close {
  margin-right: 2px;
}
.preview-wrap {
  margin-bottom: 20px;
}
.preview-wrap .valid-font {
  font-weight: bold;
  margin-bottom: 12px;
}
.preview-info {
  width: 270px;
  padding: 10px 15px;
  background: #f6f6f6;
  border-radius: 2px;
}
.preview-info.service {
  line-height: 20px;
}
.preview-info-table {
  width: 270px;
  padding: 5px 15px 10px;
  background: #f6f6f6;
  border-radius: 2px;
}
.preview-info-table .table-body {
  display: inline-block;
}
.preview-info-table .preview-info {
  float: left;
  width: 166px;
  padding: 5px 0 0;
  background: none;
  border-radius: 0;
}
.preview-info-table .preview-info.header {
  float: left;
  width: 84px;
  padding-right: 20px;
}
#apply-complete.popup-wrap {
  border: 1px solid #dddddb;
  border-radius: 2px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.content-wrap.request {
  background-image: url("/img/premium/request/Registration_bg.png");
  color: #fff;
}
.content-wrap.apply {
  width: 900px;
  margin: 30px auto;
  padding: 30px;
  border: 1px solid #dddddb;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.content-wrap.apply > div > h2 {
  font-size: 20px;
  font-weight: bold;
  color: #494949;
  margin-bottom: 20px;
}
.content-wrap.apply > div > h4 {
  line-height: 20px;
}
.content-wrap.apply .request .premium-btn {
  width: 860px;
  margin-top: 10px;
}
.content-wrap.apply .request .premium-btn > span {
  color: #494949;
}
.content-wrap.apply .request #request-preview {
  width: 100%;
}
.content-wrap.apply .request #request-preview > span {
  color: #fff;
}
.content-wrap.apply .request #request-preview:hover {
  background: #c10031;
}
.content-wrap.apply .request .premium-btn.unbind {
  opacity: 0.4;
  color: rgba(73, 73, 73, 0.8);
}
.support-list {
  width: 100%;
  border-radius: 2px;
  border-top: 1px solid #494949;
}
.support-list > thead > tr > th,
.support-list > tbody > tr > th,
.support-list > tbody > tr > td {
  padding: 10px 15px;
  line-height: 20px;
  border-top: 1px solid #dddddb;
  border-right: 1px solid #dddddb;
  border-bottom: none;
}
.support-list .support-title {
  background: #494949;
  color: #fff;
  border-top: none;
  border-right: 1px solid #494949;
}
.support-list .first {
  /* border-top: 1px solid #494949; */
}
.support-list .last {
  /* border-bottom: 1px solid #494949; */
  border-radius: 0 0 0 2px;
}
.support-list .last-column {
  border-bottom: 1px solid #dddddb;
  border-radius: 0 0 2px 0;
}
.sub-title {
  background: #75746f;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.sub-stitle {
  background: #f6f6f6;
  text-align: center;
}
.sub-description {
  background: #fff;
  text-align: left;
}
.request-form {
  margin-top: 20px;
}
.request-wrap {
  position: relative;
  background: #f6f6f6;
  border-radius: 2px;
  padding-top: 20px;
  text-align: left;
  overflow: visible;
}
.request-wrap:last-child {
  margin-bottom: 0px;
}
.request-wrap .premium-btn {
  background: #fff;
  color: #494949;
  border: 1px solid #dddddb;
  margin: 12px 20px 0 !important;
  text-align: left;
}
.request-wrap .premium-btn:hover {
  background: #fff;
}
.premium-btn .dropdown-arrow {
  float: right;
  width: 6px;
  height: 15px;
  background: url("/img/premium/floating_down_icon.png") no-repeat;
  background-position: center;
}
.premium-btn.active .dropdown-arrow {
  background: url("/img/premium/dropbox_up_icon.png") no-repeat;
  background-position: center;
}
.apply-title {
  width: auto;
  font-weight: bold;
  margin-left: 20px;
}
.apply-stitle {
  width: auto;
  margin-left: 35px;
  margin-top: 20px;
}
.check-wrap {
  float: right;
  margin-right: 20px;
}
.check-wrap > label {
  cursor: pointer;
  margin-left: 0px;
}
.support-list-wrap {
  padding: 20px;
  margin: 20px 20px 0;
  border: 1px solid #dddddb;
  border-radius: 2px;
  background: #fff;
}
.support-list-wrap .check-list {
  margin: 0;
}
.etc-desc {
  margin-top: 15px;
  text-align: left;
}
.etc-desc > p:last-child {
  margin-top: 5px;
}
.check-list {
  display: inline-block;
  width: 818px;
  margin: 12px 20px 0;
}
.check-list > div {
  float: left;
  margin-right: 19px;
}
.check-list > div:last-child {
  margin-right: 0;
}
.check-list > div > input[type="checkbox"] {
  display: none;
}
.check-list .premium-checkbox {
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #dddddb;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  background: url("/img/premium/request/check_icon.png") no-repeat center;
}
.check-list .premium-checkbox.checked {
  border: 1px solid #d60036;
  background: url("/img/premium/request/check_hover.png") no-repeat center;
}
.support {
  display: none;
  margin-top: 15px;
}
.check-list .support-btn {
  float: left;
  width: 226px !important;
  height: 32px;
  padding: 0px 15px;
  margin: 0 0 0 2px !important;
  border: 1px solid #f6f6f6;
  border-radius: 2px;
  background: #f6f6f6;
  cursor: pointer;
  box-sizing: border-box;
}
.check-list .support-btn.selected,
.check-list .support-btn:hover {
  background: #d60036;
  border-color: #d60036;
  color: #fff;
}
.check-list > span > label {
  margin-right: 20px;
  cursor: pointer;
}
.check-list .err-valid-border > input[type="checkbox"] {
  border: 1px solid #d60036 !important;
}
.premium-input-wrap {
  margin-top: 12px;
  margin-left: 20px;
}
.premium-input-wrap > input {
  float: left;
  width: 250px;
  margin-right: 7px;
  margin-left: 0px;
}
.premium-input-wrap > input:last-child {
  margin-right: 0px;
}
.premium-btn.call {
  margin-top: 0px !important;
}
.premium-select.call {
  top: 220px;
}
#apply-complete .popup-middle {
  text-align: center;
}
#apply-complete .popup-middle > h2 {
  font-size: 16px;
  font-weight: bold;
}
#apply-complete .popup-middle > h4 {
  margin-top: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5),
  not all,
  not all,
  not all {
  .content-wrap.request {
    background-image: url("/img/premium/request/Registration_bg@3x.png");
  }
  .premium-btn .dropdown-arrow {
    background: url("/img/premium/floating_down_icon@3x.png") no-repeat;
    background-size: 6px 4px;
    background-position: center;
  }
  .premium-btn.active .dropdown-arrow {
    background: url("/img/premium/dropbox_up_icon@3x.png") no-repeat;
    background-size: 6px 4px;
    background-position: center;
  }
  .check-list .premium-checkbox {
    background: url("/img/premium/request/check_icon@3x.png") no-repeat center;
    background-size: 32px 32px;
  }
  .check-list .premium-checkbox.checked {
    background: url("/img/premium/request/check_icon_hover@3x.png") no-repeat
      center;
    background-size: 32px 32px;
  }
}

.premium-top-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 160px;
  background: url("/img/premium/request/premium_bg.jpg") no-repeat center;
  background-size: cover;
}

.premium-top-wrap > * {
  color: #ffffff;
}

.premium-title {
  text-align: center;
}

.premium-title h2 {
  margin-top: 100px;
  font-size: 30px;
}

.premium-title p {
  margin-top: 20px;
  font-size: 15px;
}

.premium-contact-wrap {
  width: 455px;
  margin-top: 70px;
}

.premium-contact-wrap h3 {
  font-weight: bold;
  letter-spacing: 0.2px;
  text-align: center;
  font-size: 37px;
}
.premium-contact-wrap h3 .livere-icon {
  display: inline-block;
  margin-left: 10px;
}
.contact-form {
  margin-top: 30px;
}
.contact-form .row {
  height: 40px;
  margin-top: 15px;
  padding: 0 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}
.contact-form .row label {
  position: relative;
  display: inline-block;
  width: 95px;
  height: 40px;
  vertical-align: top;
  line-height: 40px;
}
.contact-form .row label::after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #ffffff;
}

.contact-form .row input,
.contact-form .row select {
  width: calc(100% - 103px);

  height: 40px;
  background: none;
  color: #ffffff;
}

.contact-form .row input {
  padding: 0 30px;
  box-sizing: border-box;
  caret-color: #fff;
}

.contact-form .row input:-webkit-autofill,
.contact-form .row input:-webkit-autofill:hover,
.contact-form .row input:-webkit-autofill:focus,
.contact-form .row input:-webkit-autofill:active {
  caret-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

.contact-form .submit-button {
  overflow: hidden;
  margin-top: 47px;
  height: 40px;
  font-size: 20px;
  background: #d91d3d;
}

.contact-form .submit-button button {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: none;
  font-size: 20px;
}

.contact-form .star {
  color: #d91d3d;
}

.contact-form select {
  /* -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; */
}

.contact-form select option {
  color: #000;
  background: #fff;
}

.contact-form select option:hover,
.contact-form select option:focus {
  outline: none;
  border: 1px solid #ffffff;
  color: #fff;
  background: #d91d3d;
}
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 25px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div {
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #000;
  background: #ffffff;
}

.select-selected {
  /* background: #d91d3d;
  color: #ffffff; */
  /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
  position: absolute;
  display: inline-block;
  padding: 0 30px;
  width: calc(100% - 175px);
  height: 40px;
  line-height: 40px;
}
/*style items (options):*/
.select-items {
  overflow: hidden;
  border-radius: 5px;
  position: absolute;
  width: calc(100% - 123px);
  top: 100%;
  right: 0;
  z-index: 99;
  color: #000000;
  background-color: FFFFFF;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div {
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
}
.select-items div:hover,
.same-as-selected {
  color: #fff;
  background: #d91d3d;
}

.point-color {
  color: #d91d3d;
}
.alert-message {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}

.alert-message.active {
  display: block;
}

.premium-popup {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 493px;
  padding: 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: #5c5c5c;
  text-align: right;
}

.premium-popup.active {
  display: block;
}

.premium-popup p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  text-align: left;
}

.premium-popup button {
  padding: 7px 25px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #d91d3d;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .premium-contact-wrap {
    width: 90%;
  }
  .contact-form .row label {
    width: 35%;
  }
  .contact-form .row input,
  .contact-form .row select {
    width: 63%;
  }

  .select-selected {
    right: 0;
    width: 44%;
  }
}
