@charset "UTF-8";

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

body {
  overflow-x: hidden;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=password]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.el-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}

.el-backdrop.center {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  justify-content: center;
  font-size: 40px;
  color: #00ff08;
}

body,
button,
.el-input input,
.el-textarea,
.el-textarea textarea {
  font-family: "Helvetica Neue","AppleSDGothicNeo-Light","AppleSDGothicNeo","Apple SD Gothic Neo","STHeiti",Microsoft NeoGothic,"맑은 고딕",malgun gothic,sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  padding: 0;
  margin: 0;
}

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

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

.hide {
  display: none;
}

.skip-nav {
  display: none;
}

ol,
li {
  list-style: none;
}

.btn {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}

span,
body,
html,
div,
p,
ul,
li,
h1,
h2,
ol,
ul,
h3 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input {
  box-sizing: border-box;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

button {
  outline: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

fieldset legend {
  display: none;
}

.legend {
  display: none;
}

.color-blue {
  color: #069fee !important;
}

.color-primary {
  color: #ff5000 !important;
}

.md-info .info-text {
  text-align: center;
  font-size: 12px;
  color: #069fee;
  line-height: 18px;
}

.row.grid-consent.all .checkbox-label {
  min-height: 56px;
}

.row.grid-consent.all .checkbox-label .checkbox-text {
  padding-top: 15px;
  padding-bottom: 16px;
}

.el-hr {
  flex: none;
  text-align: center;
  position: relative;
  display: block;
}

.el-hr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cccccc;
}

.el-hr .hr-text {
  padding-left: 27px;
  padding-right: 27px;
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  z-index: 1;
  color: #aaaaaa;
}

.el-hr.color-eee::before {
  background-color: #eee;
}

.el-text.disabled {
  color: #999999 !important;
}

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

.el-hr[class*="size-2"]::before {
  height: 2px;
  top: auto;
  bottom: 0;
  margin: 0;
  background-color: #dddddd;
}

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

.el-hr[class*="size-10"]::before {
  height: 2px;
  top: 0;
  margin: 0;
  background: #f3f3f3;
}

.el-msg.center {
  text-align: center;
}

.el-msg .msg-header .logo {
  margin-bottom: 15px;
}

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

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

.el-msg .el-text.size-18.bold {
  margin-top: 4px;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.scrollbar-hidden::-moz-scrollbar {
  display: none;
}

.el-text {
  word-break: keep-all;
  word-break: keep-all;
  word-wrap: break-word;
}