.y-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

:lang(ko) body,
:lang(ko) a,
:lang(ko) button,
:lang(ko) input,
:lang(ko) textarea,
:lang(ko) h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans CJK',AppleSDGothicNeo,Malgun Gothic,arial;
}

.bold {
  font-weight: bold !important;
}

.flex-clear {
  flex: none;
}

.dl-block {
  display: block;
}

.underline.after {
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
}

.underline.after::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #000;
}

.underline.after.primary::after {
  border-bottom: 2px solid #ff5000;
}

.row.center {
  text-align: center;
}

.row.grid-consent {
  margin-top: 16px;
  padding-left: 8px;
  font-size: 0;
}

.row.grid.el-actions {
  margin-top: 16px;
}

.row.grid.el-actions {
  margin-top: 24px;
}

.row.grid-link {
  margin-top: 19px;
}

.row.grid-hr {
  margin-top: 25px;
}

.row.grid-social {
  margin-top: 24px;
}

.row.grid-plugin {
  margin-top: 16px;
}

.row.grid-select {
  margin-top: 53px;
}

.row.grid-guide.el-guide {
  margin-top: 26px;
}

.row.grid-guide.md-guide {
  margin-top: 26px;
}

.row.grid-title {
  margin-top: 25px;
}

.row.grid-info + .row.grid-title {
  margin-top: -7px;
}

.row.grid-actions + .grid-actions {
  margin-top: 16px;
}

.row.grid-msg + .grid-actions {
  margin-top: 24px;
}

.row.grid-actions + .grid-guide {
  margin-top: 32px;
}

.row.grid-msg.el-msg {
  margin-bottom: 23px;
}

.row.grid-complete.el-msg {
  margin-bottom: 0;
}

.row.grid-actions {
  margin-top: 12px;
}

.row.grid-plugin + .row.grid-consent {
  margin-top: 24px;
}

.row.grid.el-input + .row.grid.el-actions {
  margin-top: 8px;
}

.row.grid.el-column.group + .row.grid.el-actions {
  margin-top: 8px;
}

.row.grid-consent.all + .grid-hr {
  margin-top: 0;
}

.row.grid-actions + .grid-hr {
  margin-top: 26px;
}

.row.grid-form + .row.grid-form {
  margin-top: 59px;
}

.row.grid-form + .row.grid-form.footer {
  margin-top: 48px;
}

.row.grid-msg + .grid-actions {
  margin-top: 0;
  padding-top: 11px;
}

.row.grid-group.checkbox {
  padding-top: 9px;
}

.row.grid-msg + .row.grid-hr.el-hr {
  padding-top: 25px;
  margin-top: 0;
}

.row.grid-complete + .row.grid-hr.el-hr {
  padding-top: 36px;
}

.row.grid-hr.el-hr + .row.grid-title {
  margin-top: 41px;
}

.row.grid-info + .row.grid-form {
  padding-top: 3px;
}

.layout-content > .md-terms .grid-consent.all:first-child {
  margin-top: -12px;
}

.layout-content > .md-reg .grid-consent.all:first-child {
  margin-top: -12px;
}

.layout-content > .md-reg .grid-form:first-child .form-label:first-child {
  margin-top: 0;
}

.layout-content > .grid-consent.all:first-child {
  margin-top: 8px;
}

.layout-content > .row.grid-title:first-child {
  margin-top: -3px;
}

.layout-content > .row.grid-empty.md-empty {
  margin-top: 0;
}

.layout-content > .row.grid-info:first-child {
  margin-top: 7px;
}

.layout-content fieldset:first-child legend + .row.grid-login {
  margin-top: 30px;
}

.layout-content > .row.grid-msg:first-child .msg-body .el-text.size-32:first-child {
  margin-top: -4px;
}

.el-form {
  overflow: visible;
}

.collapse {
  display: none !important;
}

.md-user .panel-body {
  padding: 24px;
}

.md-user .user-title {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #069fee;
  line-height: 16px;
}

.md-user .user-content {
  padding-top: 6px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  line-height: 22px;
}

.el-safety {
  font-size: 0;
}

.el-safety .safety-text {
  font-size: 12px;
  vertical-align: middle;
  line-height: 16px;
}

.el-safety.level-0 .safety-text {
  color: #da0707;
}

.el-safety.level-2 .safety-text {
  color: #ff5000;
}

.el-safety.level-3 .safety-text {
  color: #f79d00;
}

.el-safety.level-4 .safety-text {
  color: #079c0e;
}

.el-safety.level-5 .safety-text {
  color: #069fee;
}

.grid-login .el-input {
  margin-top: 12px;
}

.grid-login .el-input:first-child {
  margin-top: 0;
}

.grid-login .el-select .select-text {
  text-align: right;
}

.grid-login .el-input.clear {
  margin-top: 0;
}

.el-title {
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  line-height: 18px;
  margin-bottom: 5px;
}

.el-title.size-13 {
  font-size: 13px;
}

.el-btn.btn-dark .btn-text {
  font-weight: normal;
}

.md-terms .row.grid-consent {
  padding-left: 0;
  margin-top: 12px;
}

.md-reg {
  overflow: visible;
}

.md-reg .form-content .row.el-actions {
  margin-top: 8px;
}

.el-hr {
  min-height: 1px;
}

.el-hr.outer::before {
  height: 100%;
  left: -20px;
  right: -20px;
}

.el-hr[class*="size-10"] {
  height: 10px;
  top: 0;
}

.el-hr.gray:before {
  background: #eeeeee;
}

.el-hr.dark::before {
  background: #333333;
}

.el-column.group {
  display: table;
}

.el-column.group.full {
  width: 100%;
}

.el-column.group .column {
  display: table-cell;
  vertical-align: top;
  font-size: 0;
  width: 100%;
}

.el-column.group .column.middle {
  vertical-align: middle;
}

.el-column.group .column.middle .el-select {
  margin-top: -5px;
}

.el-column.group .column.right {
  text-align: right;
}

.el-column.group .column.half {
  width: 50%;
}

.el-column.group .column + .column {
  padding-left: 8px;
}

.el-column.group .column.min + .column .el-input {
  width: 100%;
}

.el-column.group .column.half + .column.half {
  padding-left: 8px;
}

.icon-lock {
  display: block;
  height: 23px;
  position: relative;
}

.icon-lock .lock-head {
  display: block;
  width: 18px;
  height: 6px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  background: url("../../static/images/icon/ico-lock-normal-head.png") no-repeat left top;
}

.icon-lock .lock-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 22px;
  height: 15px;
  background: url("../../static/images/icon/ico-lock-normal.png") no-repeat left top;
}

.icon-lock {
  width: 18px;
  height: 21px;
  background: url("../../static/images/icon/ico-safety-level-1.png") no-repeat left top;
  background-size: 18px 21px;
}

.icon-lock {
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0.1s;
}

.md-empty {
  text-align: center;
}

.md-empty .el-text.large {
  font-size: 16px;
  line-height: 22px;
  color: #111111;
}

.md-empty .el-text.small {
  padding-top: 8px;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}

.md-views.grid-terms {
  font-size: 13px;
  color: #333333;
  line-height: 19px;
}

.fr-view p {
  display: block;
  margin-top: 8px;
}

.fr-view p:first-child {
  margin-top: 0;
}

.fr-view p:last-child {
  margin-bottom: 0;
}

.fr-view ol {
  display: block;
  list-style-type: decimal;
  padding-left: 40px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.fr-view ul {
  display: block;
  list-style-type: disc;
  padding-left: 40px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.fr-view.fr-view {
  word-break: break-all;
  word-break: break-word;
}

.fr-view .el-text.large {
  font-size: 16px;
}

.el-text.size-18 {
  font-size: 18px;
  line-height: 20px;
}

.el-text.size-28 {
  font-size: 28px;
  line-height: 30px;
}

.el-text.size-32 {
  font-size: 32px;
  line-height: 42px;
}

.el-text.size-20 {
  font-size: 20px;
  line-height: 30px;
}

.el-text.size-14 {
  font-size: 14px;
  line-height: 20px;
}

.body-login .row.grid.el-actions {
  margin-top: 16px;
}

.plugin-robot {
  display: block !important;
  text-align: center;
}

.row.grid-consent + .row.grid-actions.footer {
  margin-top: 40px;
}

.el-list.hyp .list-item-text {
  margin-top: 10px;
}

.el-actions.footer {
  display: flex;
}

.el-actions.footer::after {
  content: "";
  display: table;
  clear: both;
}

.el-actions.footer .el-btn:first-child:nth-last-child(2),
.el-actions.footer .el-btn:first-child:nth-last-child(2) ~ .el-btn {
  width: 50%;
}

.el-actions.footer .el-btn.square {
  border-right: 0;
  border-right: 0;
}

.el-actions.footer .el-btn.Square:first-child {
  border-left: 0;
}

.el-actions.footer .el-btn + .el-btn {
  margin-left: 8px;
}

.grid-group.checkbox .el-checkbox + .el-checkbox {
  margin-top: 16px;
}

.layout-footer {
  display: none;
}

.layout-content {
  padding-top: 62px;
  padding-bottom: 80px;
}

.row.grid-select {
  margin-top: 46px;
}

.row.grid-social {
  margin-top: 28px;
}

.row.grid-hr {
  margin-top: 36px;
}

.row.grid-link {
  margin-top: 24px;
}

.row.grid-tab {
  margin-bottom: 32px;
  padding-top: 8px;
}

.row.grid-empty + .row.grid-actions {
  margin-top: 40px;
}

.grid-login .el-input {
  margin-top: 16px;
}

.grid-login .el-input:first-child {
  margin-top: 0;
}

.grid-login .el-select .select-text {
  text-align: right;
}

.md-empty .el-text.large {
  letter-spacing: -0.2px;
  font-size: 22px;
  line-height: 30px;
}

.md-empty .el-text.small {
  font-size: 16px;
  line-height: 22px;
  color: #999999;
}

.el-msg .el-text.large {
  font-size: 22px;
  line-height: 30px;
}

.el-msg .el-text.small {
  font-size: 16px;
  line-height: 22px;
  color: #999;
  letter-spacing: -0.1px;
}

.el-msg .el-text + .el-svg {
  margin-top: 36px;
}

.el-msg .size-14 {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

.grid-login .row.grid-msg.el-msg {
  margin-bottom: 32px;
}

.row.grid-login + .row.grid-actions {
  margin-top: 24px;
}

.row.grid-consent.all .checkbox-label {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  justify-content: flex-start;
  min-height: 65px;
}

.row.grid-consent.all .checkbox-label .checkbox-text {
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}

.row.grid-msg + .grid-actions {
  margin-top: 9px;
}

.md-guide .guide-title {
  font-size: 14px;
  padding-left: 0;
}

.md-guide .guide-title::before {
  display: none;
}

.md-guide .guide-title {
  font-size: 14px;
  padding-left: 0;
}

.md-guide .guide-title::before {
  display: none;
}

.md-guide .el-input {
  margin-bottom: -3px;
}

.md-guide .el-list .list-item-text {
  font-size: 12px;
}

.md-guide .row.grid-input {
  margin-top: 11px;
}

.el-panel.gray .panel-body {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 20px;
}

.el-panel.gray .panel-body .row.grid-actions {
  margin-top: 19px;
}

.row.grid-msg + .grid-actions.footer,
.row.grid-actions.footer {
  margin-top: 40px;
}

.row.grid-guide.md-guide {
  margin-top: 25px;
}

.row.grid-msg + .grid-actions {
  margin-top: 0;
}

.row.grid-msg + .grid-actions {
  padding-top: 0;
}

.row.grid-msg + .grid-actions .el-btn.size-80 {
  margin-top: 9px;
}

.row.grid-form + .grid-actions.footer {
  margin-top: 64px;
}

.el-form .form-label {
  margin-top: 46px;
}

.md-info .info-text {
  font-size: 14px;
  line-height: 20px;
}

.el-panel.info {
  border-radius: 0;
}

.el-panel.info .panel-body {
  padding-top: 24px;
  padding-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px;
}

.el-panel.info .panel-body .row.grid-actions {
  margin-top: 16px;
}

.el-text.size-22 {
  font-size: 22px;
}

.row.grid-actions.footer + .row.grid-actions.footer {
  margin-top: 12px;
}

.el-select .select-body {
  width: auto;
  bottom: auto;
  right: 0;
  height: auto;
  overflow: hidden;
  flex: none;
  position: absolute;
  top: 0;
  left: 0;
  left: -1px;
  right: -1px;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #dddddd;
  background-color: #ffffff;
}

.el-select .el-input input {
  border-radius: 20px;
}

.el-select .select-list {
  max-height: 288px;
  flex: none;
}

.el-select .select-options {
  height: auto;
  flex: none;
  display: block;
  position: relative;
  border-radius: 0;
  bottom: auto;
  top: auto;
  left: auto;
  bottom: auto;
}

.el-btn[class*="size-56"] .btn-text {
  font-size: 18px;
}

.layout-content {
  overflow: visible;
  width: 420px;
  margin: 0 auto;
}

.layout-header {
  padding-top: 62px;
}

.layout-content {
  padding-top: 24px;
}

.row.grid-info.md-info {
  margin-bottom: 32px;
}

.row.grid-consent {
  padding-left: 0;
}

.row.grid-consent.indent {
  padding-left: 24px;
}

.row.grid-alerts.indent {
  padding-left: 24px;
}

.row.grid-plugin {
  display: none;
}

.row.grid-plugin.active {
  display: block;
}

.row.grid-consent + .row.grid-actions {
  margin-top: 24px;
}

.md-alerts.dialog .alerts-border {
  width: 344px;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #999999;
  background-color: #ffffff;
}

.md-alerts.dialog .alerts-border .alerts-header .alerts-header-title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.md-alerts.dialog .alerts-border .el-actions {
  display: block;
  text-align: center;
}

.md-alerts.dialog .alerts-border .el-actions .el-btn {
  float: none;
  width: auto;
}

.md-alerts.dialog .alerts-border .el-actions .el-btn.btn-default {
  border: solid 1px #cccccc;
}

.md-alerts.dialog .alerts-border .el-actions .el-btn.btn-default {
  border: solid 1px #cccccc;
}

.md-alerts.dialog .alerts-border .el-actions .el-btn + .el-btn {
  margin-left: 8px;
}

.md-alerts.dialog .alerts-border .alerts-body,
.md-alerts.dialog .alerts-border .alerts-body p {
  margin: 0;
  color: #666666;
  font-weight: normal;
  line-height: 20px;
  font-size: 13px;
}

.md-alerts.dialog .alerts-border .alerts-body p + p,
.md-alerts.dialog .alerts-border .alerts-body p p + p {
  padding-top: 4px;
}

.md-alerts.dialog .alerts-border .alerts-body p.color-primary,
.md-alerts.dialog .alerts-border .alerts-body p p.color-primary {
  font-size: 11px;
}

.md-alerts.dialog .alerts-border .row.grid-actions.footer {
  margin-top: 0;
}

.md-alerts.dialog .alerts-border .el-actions.footer .el-btn:first-child:nth-last-child(2),
.md-alerts.dialog .alerts-border .el-actions.footer .el-btn:first-child:nth-last-child(2) ~ .el-btn {
  width: auto;
  float: none;
}

.md-alerts.dialog .alerts-border .alerts-footer {
  padding-bottom: 26px;
}

.md-alerts.dialog .el-btn.size-32 .btn-text {
  padding-left: 20px;
  padding-right: 20px;
}

.md-alerts.dialog.large .alerts-border {
  width: 440px;
}

.md-alerts.dialog.large > .alerts-border > .alerts-body {
  padding-left: 39px;
  padding-right: 39px;
}

.row.grid-guide + .row.grid-alerts {
  margin-top: 19px;
}

.row.grid-actions + .row.grid-alerts {
  margin-top: 32px;
}

.el-list.bar .list-item-text::before {
  background-color: #d8d8d8;
}

.el-list.horizontal .list-item-text {
  padding-left: 15px;
  padding-right: 15px;
}

.el-list.hyp .list-item-text {
  padding-left: 10px;
}

.scrollable-arrow-top {
  background: none;
  border: 0;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 3px;
  outline: none;
}

.scrollable-arrow-top .icon {
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #c8c9ce transparent;
}

.scrollable-arrow-top.disabled {
  border-color: transparent transparent #a3a3a3 transparent;
}

.scrollable-arrow-top.disabled .icon {
  opacity: 0.5;
}

.scrollable-arrow-bottom {
  border: 0;
  width: 10px;
  height: 15px;
  position: absolute;
  bottom: 0;
  right: 3px;
  background: none;
  outline: none;
}

.scrollable-arrow-bottom .icon {
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #c8c9ce transparent transparent transparent;
}

.scrollable-arrow-bottom.disabled {
  border-color: #a3a3a3 transparent transparent transparent;
}

.scrollable-arrow-bottom.disabled .icon {
  opacity: 0.5;
}

.scrollable-body {
  overflow: hidden;
  height: 100%;
}

.scrollable-bar {
  right: 23px;
  width: 8px;
  bottom: 10px;
  position: absolute;
  position: absolute;
  top: 10px;
  z-index: 10;
}

.scrollable-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  border-radius: 4px;
}

.scrollable-face {
  border: 0;
  width: 8px;
  padding: 0;
  position: absolute;
  height: 400px;
  position: absolute;
  top: 0;
  background: #d9d9d9;
  border-radius: 5px;
  z-index: 10;
  width: 8px;
  border-radius: 4px;
  background-color: rgba(51, 51, 51, 0.3);
}

.scrollable-face:hover {
  background: #d9d9d9;
}

.scrollable-face.active {
  background: #d9d9d9;
}

.grid-help .module-actions {
  margin-top: 0;
  border: 0;
}

.scrollable {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}

.layout-body {
  flex: none;
  padding-bottom: 0;
}

.layout-footer {
  padding-top: 50px;
}

.layout-footer .row.grid-select {
  margin-top: 0;
}

.layout-content > .row.grid-title {
  padding-left: 12px;
}

.layout-content > .row.grid-title + .row.grid-guide {
  padding-left: 12px;
}

.layout-content > .row.grid-guide + .row.grid-alerts {
  padding-left: 12px;
}

.el-btn.btn-default.size-32 .btn-text {
  padding-left: 12px;
  padding-right: 12px;
}

.el-list.hyp .list-item-text::before {
  width: 4px;
  top: 9px;
  background: #666666;
}

.el-panel.gray .panel-body .small {
  font-size: 14px;
}

.el-panel.gray .panel-body .small:first-child {
  margin-top: -3px;
}

.el-panel.gray .panel-body .large {
  padding-top: 12px;
  margin-bottom: 2px;
}

.row.grid-select.footer {
  margin-top: 63px;
}

.el-list.horizontal .list-item-text {
  padding-left: 14px;
  padding-right: 14px;
}

.collapse {
  display: none;
}

.el-column.group {
  display: flex;
}

.el-column.group .column {
  flex-grow: 1;
  width: auto;
  display: flex;
}

.el-column.group .column.min {
  flex: 0;
  flex-grow: 0;
  flex-basis: 91px;
}

.el-column.group .column .el-select[class*="size-44"] {
  height: auto;
  flex: 1;
}

.el-column.group .column .el-select[class*="size-44"] .select-text {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}

.el-column.group.inline {
  display: inline-flex;
}

.el-input.group {
  display: flex;
  min-height: 44px;
}

.el-input.group .input-form {
  flex: 1;
  display: flex;
}

.el-input.group .input-form .el-input {
  flex: 1;
  display: flex;
  height: auto;
  min-height: auto;
}

.el-input.group .input-form .el-input input {
  flex: 1;
  height: auto;
}

.el-input.group .input-addon {
  margin-left: auto;
  width: auto;
  display: block;
}

.el-input.group .input-addon .el-btn {
  flex: none;
  width: auto;
  height: 100%;
  vertical-align: middle;
  display: table;
  table-layout: fixed;
}

.el-input.group .input-addon .el-btn .btn-text {
  width: 158px;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  display: table-cell;
  vertical-align: middle;
}

.row.grid-login + .row.grid-alerts.indent + .row.grid-actions {
  margin-top: 24px;
}

.row.grid-consent + .row.grid-form {
  margin-top: 10px;
}

.row.grid-consent + .row.grid-form::before {
  content: "";
  overflow: hidden;
  display: block;
  clear: both;
}

.row.grid-consent + .row.grid-form .form-label.font-16 {
  margin-top: 24px;
  padding-bottom: 12px;
}

.row.grid-form + .row.grid-consent {
  margin-top: 14px;
}

.row.grid-form + .row.grid-consent .list-item:first-child {
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #eeeeee;
}

.el-form .el-select .select-list {
  height: 373px;
  max-height: none;
}

.icon-line {
  background-size: 38px 38px !important;
}

.md-alerts.dialog > .alerts-border > .alerts-header + .alerts-body .grid-form .md-alerts .alerts-body p {
  font-size: 12px;
  text-align: left;
}

.grid-help {
  display: block;
  overflow: hidden;
  text-align: center;
}

.grid-help.footer {
  margin-top: 40px;
}

.grid-help .flex {
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
}

.grid-help .help-title {
  padding-left: 20px;
  font-size: 12px;
  line-height: 19px;
  color: #999999;
  margin-right: 16px;
  background: url("../../static/images/icon/icon-info.svg") no-repeat left 1px;
}

.terms .fr-view {
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}

.terms .terms-scrollable-bar {
  right: 0;
}

.terms .scroll {
  height: 100%;
  overflow-y: scroll;
}

.terms .fr-view {
  padding-right: 10px;
}

.terms .scrollable-bar {
  width: 4px;
}

.terms .scrollable-bar .scrollable-track {
  width: 4px;
}

.terms .scrollable-bar .scrollable-face {
  width: 4px;
}

.grid-terms .el-panel .panel-body {
  min-height: 98px;
}