.compo-qualify-type-tit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
  font-size: 12px;
  font-weight: 300;
  color: #9ea6bc;
}
.compo-qualify-type-btns {
  display: flex;
  justify-content: space-between;
  margin: 0 -16.5px;
}
.compo-qualify-type .btn {
  flex: 1 1 auto;
  position: relative;
  display: block;
  margin: 0 16.5px;
  width: 100%;
  padding: 25px;
    height: 149px;
  color: #9ea6bc;
  background-color: #fbfbfb;
  background-image: url("../images/system/vec-doctor.png");
  background-size: 56px auto;
  background-repeat: no-repeat;
  background-position: right -1px bottom -1px;
  border: 1px solid #9ea6bc;
  cursor: pointer;
}
.compo-qualify-type .btn::after {
  display: none;
  content: "";
  position: absolute;
  top: -8px;
  right: -11px;
  z-index: 2;
  background-image: url("../images/system/ico-selected-maincolor.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 22px;
  height: 21px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .compo-qualify-type .btn::after {
    background-image: url("../images/system/ico-selected-maincolor@2x.png");
  }
}
.compo-qualify-type .btn-regular .ico {
  position: absolute;
  right: 53px;
  bottom: 35px;
}
.compo-qualify-type .btn-corperation {
  background-image: url("../images/system/vec-corperation.png");
  background-size: 91px auto;
}
.compo-qualify-type .btn-phone {
  background-image: url("../images/system/vec-phone.png");
  background-position: right 31px bottom 14px;
  background-size: 47px auto;
}
.compo-qualify-type .btn-email {
  background-image: url("../images/system/vec-email.png");
  background-position: right 30px bottom 14px;
  background-size: 87px auto;
}
.compo-qualify-type .btn-email.active {
  background-image: url("../images/system/vec-email-maincolor.png");
}
.compo-qualify-type.disabled .btn {
  cursor: default;
}
.compo-qualify-type.disabled .btn::after {
  background-image: url("../images/mypage/ico-selected.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .compo-qualify-type.disabled .btn::after {
    background-image: url("../images/mypage/ico-selected@2x.png");
  }
}
.compo-qualify-type.disabled .btn.active {
  color: #9ea6bc;
  background-color: #e5e5e5;
  background-image: url("../images/system/vec-doctor.png");
  border-color: #9ea6bc;
}
.compo-qualify-type.disabled .btn.active::after {
  display: block;
}
.compo-qualify-type.disabled .btn-regular.active {
  background-image: url("../images/system/vec-doctor.png");
}
.compo-qualify-type.disabled .btn-regular.active .ico {
  background-image: url("../images/system/ico-union.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .compo-qualify-type.disabled .btn-regular.active .ico {
    background-image: url("../images/system/ico-union@2x.png");
  }
}
.compo-qualify-type.disabled .btn-corperation.active {
  background-image: url("../images/system/vec-corperation.png");
}
.compo-qualify-type.disabled .btn-email.active {
  background-image: url("../images/system/vec-email.png");
}
.compo-qualify-type:not(.disabled) .btn:hover, .compo-qualify-type:not(.disabled) .btn.active {
  font-weight: 500;
  color: #3734f0;
  background-image: url("../images/system/vec-doctor-color.png");
  background-color: #e5e5fd;
  border-color: #3734f0;
}
.compo-qualify-type:not(.disabled) .btn.active::after {
  display: block;
}
.compo-qualify-type:not(.disabled) .btn-regular:hover .ico,
.compo-qualify-type:not(.disabled) .btn-regular.active .ico {
  background-image: url("../images/system/ico-union-maincolor.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .compo-qualify-type:not(.disabled) .btn-regular:hover .ico,
  .compo-qualify-type:not(.disabled) .btn-regular.active .ico {
    background-image: url("../images/system/ico-union-maincolor@2x.png");
  }
}
.compo-qualify-type:not(.disabled) .btn-corperation:hover,
.compo-qualify-type:not(.disabled) .btn-corperation.active {
  background-image: url("../images/system/vec-corperation-color.png");
}
.compo-qualify-type:not(.disabled) .btn-phone:hover,
.compo-qualify-type:not(.disabled) .btn-phone.active {
  background-image: url("../images/system/vec-phone.png");
}
@media all and (max-width: 1024px) {
  .compo-qualify-type-tit {
    margin-bottom: 20px;
  }
  .compo-qualify-type-btns {
    display: block;
    margin: 0;
  }
  .compo-qualify-type .btn {
    margin: 16px 0 0;
    height: 120px;
    font-size: 14px;
  }
  .compo-qualify-type .btn::after {
    top: -6px;
    right: 10px;
  }
}

@keyframes progressbar {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
    opacity: 0;
  }
}
#system {
  background-color: #f8faff;
}
#system #ui-datepicker-div {
  z-index: 10000 !important;
}
#system .inner-wrap {
  background-color: #fff;
  box-shadow: 5px 5px 40px rgba(0, 67, 230, 0.05);
}
#system .inner-wrap .compo-input.agreement .ico {
  background-image: url("../images/system/ico-folder-account-outline.png");
  width: 24px;
  height: 24px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #system .inner-wrap .compo-input.agreement .ico {
    background-image: url("../images/system/ico-folder-account-outline@2x.png");
  }
}
#system .inner-wrap .compo-input.user .ico {
  background-image: url("../images/system/ico-user.png");
  width: 24px;
  height: 24px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #system .inner-wrap .compo-input.user .ico {
    background-image: url("../images/system/ico-user@2x.png");
  }
}
#system .inner-wrap .compo-input.star .ico {
  background-image: url("../images/system/ico-star.png");
  width: 24px;
  height: 24px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #system .inner-wrap .compo-input.star .ico {
    background-image: url("../images/system/ico-star@2x.png");
  }
}
#system.system-register .inner-wrap {
  padding: 90px 68px;
}
#system.system-register .inner-wrap .col-cont {
  display: flex;
  gap: 20px;
}
#system .month-year-datepicker .ui-datepicker-calendar {
  display: none !important;
}
#system .w-full {
  width: 100%;
}
#system .lifetime {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
#system .lifetime .lifetime-card {
  background: #F0F4F8;
  padding: 32px;
  padding-left: 44px;
  color: #00194D;
}
#system .lifetime .lifetime-card ol {
  list-style: decimal;
}
#system .lifetime .lifetime-card ul {
  list-style: disc;
}
#system .lifetime .lifetime-card li, #system .lifetime .lifetime-card p {
  line-height: 30px;
}
#system .lifetime .lifetime-card p {
  font-weight: 700;
}
#system .lifetime .info p {
  margin: 0;
  padding: 0;
  color: #9EA6BC;
  line-height: 25px;
}
#system .lifetime .step-button {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#system .block-type {
  padding: 90px 66px;
}
#system .block-type .block-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 46px;
}
#system .block-type .block-content {
  margin-top: 43px;
}
#system .tab-cont {
  display: none;
}
#system .tab-cont.active {
  display: block;
}
#system .row-progress {
  margin-bottom: 29px;
}
#system .row-progress .inner-wrap {
  display: flex;
  justify-content: space-between;
  padding: 45px 65px;
}
#system .row-progress .progress {
  flex: 1 1 0px;
  position: relative;
  margin-top: 3px;
  padding-right: 10px;
}
#system .row-progress .progress .icon {
  display: flex;
  align-items: center;
}
#system .row-progress .progress .icon .svg {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #9ea6bc;
  border-radius: 50%;
  box-sizing: content-box;
}
#system .row-progress .progress .icon .svg svg {
  width: 24px;
  height: 24px;
  fill: #9ea6bc;
}
#system .row-progress .progress .icon .bar {
  flex: 1 0 auto;
  position: relative;
  margin-left: 10px;
  height: 2px;
  background-color: #f0f4f8;
}
#system .row-progress .progress .icon .bar::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #3734f0;
  transform: scaleX(0);
  transform-origin: left;
  animation: progressbar 2s linear 0s infinite forwards;
}
#system .row-progress .progress .desc {
  margin: 15px 0 0;
}
#system .row-progress .progress .desc .step {
  font-size: 12px;
  color: #9ea6bc;
  line-height: 17px;
}
#system .row-progress .progress .desc .cont {
  margin: 2px 0 0;
  line-height: 23px;
}
#system .row-progress .progress .desc .status {
  margin: 12px 0 0;
  display: inline-flex;
  align-items: center;
  padding: 0 8px 1px;
  height: 22px;
  font-size: 12px;
  color: #9ea6bc;
  line-height: 17px;
  background-color: #fff;
  border: 1px solid;
}
#system .row-progress .progress:last-child {
  flex: 0 0 auto;
  padding-right: 0;
}
#system .row-progress .progress:last-child .icon .bar {
  display: none;
}
#system .row-progress .now {
  margin-top: 0;
}
#system .row-progress .now .icon .svg {
  position: relative;
  margin: 4px;
  background-color: #3734f0;
  border: 0;
}
#system .row-progress .now .icon .svg::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 50%;
  border: 1px solid #3734f0;
}
#system .row-progress .now .icon .svg svg {
  fill: #fff;
}
#system .row-progress .now .icon .bar {
  margin-left: 14px;
}
#system .row-progress .now .icon .bar::before {
  display: block;
}
#system .row-progress .now .desc {
  margin-top: 12px;
}
#system .row-progress .now .desc .status {
  font-size: 0;
  color: #3734f0;
  background-color: rgba(55, 52, 240, 0.13);
  border: 0;
}
#system .row-progress .now .desc .status::before {
  content: attr(data-now-txt);
  font-size: 12px;
}
#system .row-progress .done .icon .svg {
  background-image: url("../images/system/ico-check.png");
  background-color: #34f0ac;
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #34f0ac;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #system .row-progress .done .icon .svg {
    background-image: url("../images/system/ico-check@2x.png");
  }
}
#system .row-progress .done .icon .svg svg {
  display: none;
}
#system .row-progress .done .icon .bar {
  background-color: #34f0ac;
}
#system .row-progress .done .desc .status {
  font-size: 0;
  color: #34f0ac;
  background-color: rgba(52, 240, 172, 0.13);
  border: 0;
}
#system .row-progress .done .desc .status::before {
  content: attr(data-done-txt);
  font-size: 12px;
}
#system .row-progress .reject .icon .svg {
  background-image: url("../images/system/ico-close.png");
  background-color: #f03434;
  background-size: 21px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #f03434;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #system .row-progress .reject .icon .svg {
    background-image: url("../images/system/ico-close@2x.png");
  }
}
#system .row-progress .reject .icon .svg svg {
  display: none;
}
#system .row-progress .reject .icon .bar {
  background-color: #34f0ac;
}
#system .row-progress .reject .desc .status {
  font-size: 0;
  color: #f03434;
  background-color: rgba(240, 52, 52, 0.13);
  border: 0;
}
#system .row-progress .reject .desc .status::before {
  content: attr(data-reject-txt);
  font-size: 12px;
}
#system .row-progress .progress01 .icon .svg svg {
  width: 33px;
  height: 33px;
}
#system .row-inquire {
  display: none;
  margin-top: 30px;
}
#system .row-inquire .inner-wrap {
  padding: 75px 0 78px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  background-image: url("../images/system/row-inquire-bg.png");
  background-repeat: no-repeat;
  background-position: right -45px bottom -45px;
}
#system .row-inquire .inner-wrap strong {
  color: #3734f0;
}
#system.status-reject .row-inquire {
  display: block;
}
#system .row-content .step {
  display: none;
  padding: 90px 69px 90px 67px;
}
#system .row-content .step.active {
  display: block;
}
#system .row-content .compo-label-input {
  padding: 12px 15px;
  height: 50px;
  font-size: 16px;
  border: 1px solid #9ea6bc;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none;
  background-color: #fbfbfb;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
#system .row-content .label-note {
  margin-top: 18px;
  color: #9EA6BC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#system .row-content .step-title {
  margin-bottom: 42px;
  font-size: 32px;
  font-weight: 300;
  line-height: 46px;
}
#system .row-content .step-title .step-text {
  color: #00194D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 48px;
}
#system .row-content .step-up {
  margin-top: 50px;
}
#system .row-content .account-response {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#system .row-content .account-response h3 {
  margin-bottom: 16px;
  margin-top: 45px;
  color: #00194D;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#system .row-content .account-response h3 strong {
  font-weight: 700;
}
#system .row-content .account-response p {
  color: #9EA6BC;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
#system .row-content .account-response p strong {
  font-weight: 700;
}
#system .row-content .payment-approval {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
#system .row-content .compo-btn-outline {
  background-color: #fff !important;
  color: #3734f0 !important;
  border: 1px solid #3734f0;
}
#system .row-content .sect-tit {
  color: #00194D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#system .row-content .space-up-6 {
  margin-top: 24px !important;
}
#system .row-content .step-content {
  margin-top: -36px;
}
#system .row-content .space-down {
  margin-bottom: 16px;
}
#system .row-content .step-content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -35px;
}
#system .row-content .step-content-row .col-tit {
  margin-bottom: 7px;
  font-size: 12px;
  color: #9ea6bc;
}
#system .row-content .step-content-row .col-half {
  flex: 0 1 auto;
  width: calc(50% - 70px);
}
#system .row-content .step-content-row .col-full {
  flex: 1 1 100%;
}
#system .row-content .step-content-row .col-half,
#system .row-content .step-content-row .col-full {
  margin: 36px 35px 0;
}
#system .row-content .step-button {
  margin-top: 116px;
  text-align: center;
}
#system .row-content .step-button.reg-btn-space {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#system .container.welcome-reg .title {
  color: #00194D;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
#system .container.welcome-reg .subtitle {
  color: #9EA6BC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 70px;
}
#system .container.welcome-reg .tag {
  color: #3734F0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
#system .container.welcome-reg .member {
  margin-bottom: 70px;
}
#system .container.welcome-reg .member .cnt p {
  color: #00194D;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 24px;
}
#system .container.welcome-reg .member .cnt.first {
  margin-bottom: 40px;
}
#system .container.welcome-reg .member .cnt li {
  color: #9EA6BC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
#system .container.welcome-reg .member .cnt li b {
  color: #00194D;
  font-weight: 700;
}
#system .container.welcome-reg .button-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#system .container.welcome-reg .button-cont button {
  display: flex;
  width: 244px;
  min-height: 60px;
  padding: 18px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s all ease;
}
#system .container.welcome-reg .button-cont button:first-child {
  background: #fff;
  border: 1px solid #3734F0;
  color: #3734F0;
}
#system .container.welcome-reg .button-cont button:first-child:hover {
  background: #e6e6ff;
  color: #2a27cc;
  border-color: #2a27cc;
  cursor: pointer;
}
#system .container.welcome-reg .button-cont button:last-child {
  background: #3734F0;
  color: #fff !important;
}
#system .container.welcome-reg .button-cont button:last-child:hover {
  background: #2a27cc;
  cursor: pointer;
}
@media all and (max-width: 782px) {
  #system {
    background-color: #fff;
  }
  #system .inner-wrap {
    box-shadow: none;
  }
  #system.system-register .inner-wrap {
    padding: 0;
  }
  #system .block-type {
    padding: 0;
  }
  #system .block-type .block-title {
    font-size: 24px;
    line-height: 35px;
  }
  #system .block-type .block-content {
    margin-top: 40px;
  }
  #system .row-progress {
    margin-bottom: 57px;
  }
  #system .row-progress .inner-wrap {
    display: block;
    padding: 0;
    box-shadow: 5px 5px 40px rgba(0, 67, 230, 0.05);
  }
  #system .row-progress .progress {
    display: none;
    position: relative;
    padding: 30px 0 40px;
    text-align: center;
  }
  #system .row-progress .progress .icon {
    justify-content: center;
  }
  #system .row-progress .progress .icon .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 4px;
  }
  #system .row-progress .progress .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
  }
  #system .row-progress .progress .desc .status {
    margin-top: 7px;
  }
  #system .row-progress.now01 .progress01 {
    display: block;
  }
  #system .row-progress.now02 .progress02 {
    display: block;
  }
  #system .row-progress.now03 .progress03 {
    display: block;
  }
  #system .row-progress.now04 .progress04 {
    display: block;
  }
  #system .row-progress.now05 .progress05 {
    display: block;
  }
  #system .row-inquire .inner-wrap {
    padding: 61px 0;
    font-size: 18px;
    line-height: 26px;
    box-shadow: 5px 5px 40px rgba(0, 67, 230, 0.05);
    background-size: auto 200px;
    background-position: right -30px bottom -30px;
  }
  #system .row-content .step {
    padding: 0;
  }
  #system .row-content .step-title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 35px;
  }
  #system .row-content .step-content {
    margin-top: 0;
  }
  #system .row-content .step-content-row {
    display: block;
    margin: 0;
  }
  #system .row-content .step-content-row .col-half,
  #system .row-content .step-content-row .col-full {
    margin: 20px 0 0;
    width: auto;
  }
  #system .row-content .step-content-row .col-blank {
    display: none;
  }
  #system .row-content .step-button {
    margin-top: 40px;
  }
}

#system.system-register .block-type {
  padding: 0 0 45px;
}
#system.system-register .block-type::after {
  content: "";
  display: block;
  margin: 41px auto 0;
  width: 1px;
  height: 172px;
  background-color: #9ea6bc;
}
#system.system-register .row-content .step-address-row .col-full {
  margin-top: 15px;
}
#system.system-register .row-content .step-radio-row .col-cont {
  display: flex;
}
#system.system-register .row-content .step-radio-row .col-cont .compo-radio:not(:last-child) {
  margin-right: 21px;
}
#system.system-register .row-content .step-radio-row .col-desc {
  margin-top: 10px;
  font-size: 12px;
  color: #9ea6bc;
  line-height: 17px;
}
#system.system-register .row-content .step-terms-row {
  display: block;
}
#system.system-register .row-content .step-terms-row .termsbox {
  padding: 15px 20px;
  height: 157px;
  font-size: 14px;
  color: #9ea6bc;
  line-height: 20px;
  background-color: #fbfbfb;
  overflow: hidden;
  overflow: auto;
}
#system.system-register .row-content .step-terms-row .checkbox {
  margin-top: 18px;
}
#system.system-register .row-content .step-terms-row .checkbox svg {
  top: 1px;
  width: 16px;
  height: 16px;
}
#system.system-register .row-content .step-terms-row .checkbox .compo-checkbox-txt {
  margin-left: 8px;
  font-size: 12px;
  color: #9ea6bc;
}
#system.system-register .row-content .step-terms-row .col-full:last-child {
  margin-top: 37px;
}
#system.system-register .row-content .step-price-row {
  display: block;
}
#system.system-register .row-content .step-price-row .price-card {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 35px 25px 20px 35px;
  max-width: 297px;
  width: 100%;
  height: 170px;
  color: #fff;
  background-color: #3734f0;
  border-radius: 10px;
  box-shadow: 10px 20px 20px rgba(55, 52, 240, 0.2);
}
#system.system-register .row-content .step-price-row .price-card-tit {
  flex: 1 1 auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
#system.system-register .row-content .step-price-row .price-card-data {
  flex: 0 0 auto;
  margin-right: 0;
  margin-left: auto;
  font-size: 12px;
}
#system.system-register .row-content .step-price-row .price-card-data .price {
  display: inline-flex;
  align-items: center;
}
#system.system-register .row-content .step-price-row .price-card-data .price .amount {
  margin-right: 5px;
  font-size: 26px;
  font-weight: 700;
}
#system.system-register .row-content .step-price-row .payment-details {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 53px;
}
#system.system-register .row-content .step-price-row .payment-details .top {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#system.system-register .row-content .step-price-row .payment-details .top div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#system.system-register .row-content .step-price-row .payment-details .top div span:first-child {
  color: #9EA6BC;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#system.system-register .row-content .step-price-row .payment-details .top div span:last-child {
  color: #00194D;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
#system.system-register .row-content .step-price-row .payment-details .bottom {
  color: #9EA6BC;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  max-width: 314px;
  margin: auto;
}
#system.system-register .row-content .step-price-row .payment-done {
  margin-top: 90px;
}
#system.system-register .row-content .step-price-row .payment-done h1 {
  color: #00194D;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
#system.system-register .row-content .step-price-row .payment-done p {
  color: #00194D;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
}
#system.system-register .row-content .step-price-row .tab-paygate {
  margin-top: 90px;
}
#system.system-register .row-content .step-price-row .tab-paygate .paygate-cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#system.system-register .row-content .step-price-row .tab-paygate .paygate-cont .compo-radio-svg {
  margin-right: 20px;
}
#system.system-register .row-content .step-price-row .tab-paygate .paygate-cont .compo-radio-svg svg {
  fill: #9ea6bc;
}
#system.system-register .row-content .step-price-row .tab-paygate .paygate-cont .compo-radio-svg-txt {
  color: #9ea6bc;
}
#system.system-register .row-content .step-price-row .tab-paygate .paygate-cont .compo-radio-svg input:checked ~ .compo-radio-svg-true svg {
  fill: #3734f0 !important;
}
#system.system-register .row-content .step-price-row .tab-paygate .paygate-cont .compo-radio-svg input:checked ~ .compo-radio-svg-txt {
  color: #00194d;
}
#system.system-register .row-content .step-price-row .tab-bankbook {
  margin: 90px auto 0;
  max-width: 480px;
}
#system.system-register .row-content .step-price-row .tab-bankbook dl,
#system.system-register .row-content .step-price-row .tab-bankbook dt,
#system.system-register .row-content .step-price-row .tab-bankbook dd {
  margin: 0;
}
#system.system-register .row-content .step-price-row .tab-bankbook dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#system.system-register .row-content .step-price-row .tab-bankbook dl:not(:first-child) {
  margin-top: 50px;
}
#system.system-register .row-content .step-price-row .tab-bankbook .label {
  color: #9ea6bc;
}
#system.system-register .row-content .step-price-row .tab-bankbook .value {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
#system.system-register .row-content .step-price-row .tab-bankbook .note {
  margin-top: 53px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #9ea6bc;
}
#system.system-register .row-content .step-price-row .tab-done {
  margin-top: 90px;
}
#system.system-register .row-content .step-price-row .tab-done .cont {
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
}
#system.system-register .row-content .step-last-row .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
#system.system-register .row-content .step-last-row .message {
  margin-top: 45px;
  text-align: center;
}
#system.system-register .row-content .step-last-row .message-tit {
  font-size: 32px;
  font-weight: 300;
}
#system.system-register .row-content .step-last-row .message-desc {
  margin-top: 16px;
  color: #9ea6bc;
  line-height: 23px;
}
#system.system-register .row-content .step-last-row .tab-waiting .icon {
  position: relative;
  z-index: 2;
  border: 1px solid #3734f0;
}
#system.system-register .row-content .step-last-row .tab-waiting .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #3734f0;
  border-radius: 50%;
}
#system.system-register .row-content .step-last-row .tab-waiting .icon svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}
#system.system-register .row-content .step-last-row .tab-reject .icon {
  background-color: #f03434;
}
#system.system-register .row-content .step-last-row .tab-reject .icon svg {
  width: 45px;
  height: 45px;
  fill: #fff;
}
#system.system-register .row-content .step-last-row .tab-success .icon {
  background-color: #34f0ac;
}
#system.system-register .row-content .step-last-row .tab-success .icon svg {
  width: 45px;
  height: 45px;
  fill: #fff;
}
@media all and (max-width: 782px) {
  #system.system-register .block-type {
    padding-bottom: 0;
  }
  #system.system-register .block-type::after {
    margin-top: 39px;
    margin-bottom: 40px;
    height: 96px;
  }
  #system.system-register .row-content .step-address-row .col-full {
    margin-top: 10px;
  }
  #system.system-register .row-content .step-radio-row .col-half {
    margin-top: 40px;
  }
  #system.system-register .row-content .step-terms-row {
    margin-top: 40px;
  }
  #system.system-register .row-content .step-terms-row .checkbox {
    margin-top: 11px;
  }
  #system.system-register .row-content .step-price-row .col-full {
    margin-top: 0;
  }
  #system.system-register .row-content .step-price-row .price-card {
    padding: 33px 33px 20px;
    height: 160px;
  }
  #system.system-register .row-content .step-price-row .tab-paygate {
    margin-top: 50px;
  }
  #system.system-register .row-content .step-price-row .tab-paygate .paygate-cont {
    margin-top: -4px;
  }
  #system.system-register .row-content .step-price-row .tab-paygate .paygate-cont .compo-radio-svg {
    margin-top: 24px;
  }
  #system.system-register .row-content .step-price-row .tab-bankbook {
    margin-top: 50px;
  }
  #system.system-register .row-content .step-price-row .tab-bankbook dl {
    margin-top: 10px;
  }
  #system.system-register .row-content .step-price-row .tab-bankbook .label {
    font-size: 14px;
  }
  #system.system-register .row-content .step-price-row .tab-bankbook .value {
    font-size: 18px;
    line-height: 36px;
  }
  #system.system-register .row-content .step-price-row .tab-bankbook .note {
    margin-top: 40px;
  }
  #system.system-register .row-content .step-price-row .tab-done {
    margin-top: 50px;
  }
  #system.system-register .row-content .step-price-row .tab-done .cont {
    font-size: 28px;
    line-height: 40px;
  }
  #system.system-register .row-content .step-last-row .col-full {
    margin-top: 0;
  }
  #system.system-register .row-content .step-last-row .icon {
    width: 72px;
    height: 72px;
  }
  #system.system-register .row-content .step-last-row .message {
    margin-top: 20px;
  }
  #system.system-register .row-content .step-last-row .message-tit {
    font-size: 28px;
  }
  #system.system-register .row-content .step-last-row .message-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  #system.system-register .row-content .step-last-row .tab-waiting .icon::after {
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  #system.system-register .row-content .step-last-row .tab-waiting .icon svg {
    width: 32px;
    height: 32px;
  }
  #system.system-register .row-content .step-last-row .tab-reject .icon svg {
    width: 28px;
    height: 28px;
  }
  #system.system-register .row-content .step-last-row .tab-success .icon svg {
    width: 36px;
    height: 36px;
  }
}

#system.system-findpassword .block-type,
#system.system-findid .block-type {
  padding: 0;
}
#system.system-findpassword .row-content .tab-form::before,
#system.system-findid .row-content .tab-form::before {
  content: "";
  display: block;
  margin: 45px auto;
  width: 1px;
  height: 172px;
  background-color: #9ea6bc;
}
@media all and (max-width: 782px) {
  #system.system-findpassword .block-type .btn-phone,
  #system.system-findid .block-type .btn-phone {
    background-size: 40px auto;
    background-position: right 35px bottom 20px;
  }
  #system.system-findpassword .block-type .btn-email,
  #system.system-findid .block-type .btn-email {
    background-size: 75px auto;
    background-position: right 32px bottom 20px;
  }
  #system.system-findpassword .row-content .tab-form::before,
  #system.system-findid .row-content .tab-form::before {
    margin: 40px auto;
    height: 96px;
  }
}

#system.system-login .row-content .step-title {
  margin-bottom: 92px;
}
#system.system-login .row-content .step-content {
  margin-top: -36px;
}
#system.system-login .row-content .step-content-row .col-tit a {
  float: right;
  color: #3734f0;
  text-decoration: underline;
}
#system.system-login .row-content .step-remember-row {
  display: block;
}
#system.system-login .row-content .step-remember-row .col-full {
  margin-top: 20px;
}
#system.system-login .row-content .step-remember-row .compo-checkbox svg {
  width: 16px;
  height: 16px;
}
#system.system-login .row-content .step-remember-row .compo-checkbox-txt {
  margin-left: 8px;
  font-size: 12px;
  color: #9ea6bc;
}
@media all and (max-width: 782px) {
  #system.system-login .row-content .step-title {
    margin-top: 0;
    margin-bottom: 40px;
  }
  #system.system-login .row-content .step-content {
    margin-top: 40px;
  }
  #system.system-login .row-content .step-remember-row {
    margin-top: 11px;
  }
  #system.system-login .row-content .step-remember-row .col-full {
    margin: 0;
  }
}

#system.system-findlogin .row-content .step-description {
  margin-top: 42px;
  font-size: 12px;
  color: #9ea6bc;
}
#system.system-findlogin .row-content .step-content {
  margin-top: 33px;
}
#system.system-findlogin .row-content .step-content-row .col-tit a {
  float: right;
  color: #3734f0;
  text-decoration: underline;
}
#system.system-findlogin .row-content .step-remember-row {
  margin-top: 20px;
}
#system.system-findlogin .row-content .step-remember-row .col-full {
  margin-top: 0;
}
#system.system-findlogin .row-content .step-remember-row .compo-checkbox svg {
  width: 16px;
  height: 16px;
}
#system.system-findlogin .row-content .step-remember-row .compo-checkbox-txt {
  margin-left: 8px;
  font-size: 12px;
  color: #9ea6bc;
}
#system.system-findlogin .row-content .step-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#system.system-findlogin .row-content .step-button .findpassword {
  margin-top: 12px;
  font-size: 12px;
  color: #3734f0;
  text-decoration: underline;
}
@media all and (max-width: 782px) {
  #system.system-findlogin .row-content .step-title {
    margin-top: 0;
  }
  #system.system-findlogin .row-content .step-description {
    margin-top: 16px;
  }
  #system.system-findlogin .row-content .step-content {
    margin-top: 40px;
  }
  #system.system-findlogin .row-content .step-remember-row {
    margin-top: 11px;
  }
  #system.system-findlogin .row-content .step-remember-row .col-full {
    margin: 0;
  }
  #system.system-findlogin .row-content .step-button .findpassword {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=system.min.css.map */
