@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Malgun Gothic', '맑은고딕', sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: 'Malgun Gothic', '맑은고딕', sans-serif;
}

main {
  display: block;
}

img,
fieldset,
iframe {
  border: 0 none;
}

img {
  vertical-align: top;
}

label,
button {
  cursor: pointer;
}

caption,
legend,
.hidden-text {
  font-size: 1px;
  position: absolute;
  width: 1px;
  height: 1px;
  color: transparent;
  line-height: 1px;
  overflow: hidden;
  opacity: 0;
}

table {
  width: 100%;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

select {
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type='text'],
input[type='password'],
input[type='textarea'] {
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox-area .input-checkbox {
  display: inline-block;
  margin-right: 20px;
}

.checkbox-area .input-checkbox:last-child {
  margin-right: 0;
}

.checkbox-area .input-checkbox input[type='checkbox'] {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox-area .input-checkbox input[type='checkbox']:checked + label:before {
  background: url("/images/checkbox-on.png");
}

.checkbox-area .input-checkbox input[type='checkbox']:disabled + label:before {
  background: url("/images/checkbox-off.png");
}

.checkbox-area .input-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 14px;
  height: 18px;
  line-height: 20px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.checkbox-area .input-checkbox label:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: url("/images/checkbox.png");
}

.form-checkbox {
  position: relative;
}

.form-checkbox input[type='checkbox'] {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-checkbox input[type='checkbox']:disabled + .label:before {
  background: url("/images/checkbox-off.png");
}

.form-checkbox input[type='checkbox']:checked + .label:before {
  background: url("/images/checkbox-on.png");
}

.form-checkbox input[type='checkbox']:checked:disabled + .label:before {
  opacity: 0.5;
}

.form-checkbox > .label {
  position: relative;
  padding-left: 16px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.form-checkbox > .label.label-text {
  padding-left: 24px;
  margin-top: -1px;
}

.form-checkbox > .label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: url("/images/checkbox.png");
}

.radio-area .input-radio {
  display: inline-block;
  margin-right: 20px;
}

.radio-area .input-radio:last-child {
  margin-right: 0;
}

.radio-area .input-radio input[type='radio'] {
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-area .input-radio input[type='radio']:checked + label:before {
  background: url("/images/radio-on.png");
}

.radio-area .input-radio input[type='radio']:disabled + label:before {
  background: url("/images/radio-off.png");
}

.radio-area .input-radio input[type='radio']:disabled:checked + label:before {
  background: url("/images/radio-disabled-on.png");
}

.radio-area label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 14px;
  height: 18px;
  line-height: 20px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.radio-area label:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 20px;
  background: url("/images/radio.png");
  color: #666;
  cursor: pointer;
}

.form-input {
  display: block;
}

.form-input input[type='text'],
.form-input input[type='password'] {
  border: 1px solid #ebebeb;
  width: 100%;
  height: 34px;
  padding: 0 5px;
  line-height: 34px;
  font-size: 14px;
  color: #666;
}

.form-input.is--disabled > input[type='text'], .form-input.is--readonly > input[type='text'] {
  background: #f5f5f5;
}

.form-select {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 34px;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}

.form-select:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url("/images/caret-box-down.png") no-repeat 50% 50%;
  pointer-events: none;
}

.form-select > select {
  width: 100%;
  height: 100%;
  padding: 0 34px 0 10px;
  border-radius: 0;
  line-height: 34px;
  font-size: 14px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: none;
}

.form-select > select :disabled {
  background: #f5f5f5;
}

.form-select > select option:disabled {
  color: #999;
}

.form-textarea {
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-textarea.is--disabled, .form-textarea.is--readonly {
  background: #f5f5f5;
}

.form-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-input-group .form-input ~ .form-input {
  position: relative;
  margin-left: 19px;
}

.form-input-group .form-input ~ .form-input:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -13px;
  width: 7px;
  height: 1px;
  text-align: center;
  background: #000;
  overflow: hidden;
}

.select-combobox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.select-combobox-group .espm-select-combobox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.select-combobox-group .espm-select-combobox ~ .espm-select-combobox {
  margin-left: 10px;
}

.c-file-input {
  position: relative;
  display: block;
  height: 34px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-file-input__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 68px;
  line-height: 34px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  word-wrap: break-word;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-file-input__field {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  z-index: -1;
}

.c-file-input__field:focus {
  outline: none;
}

.c-file-input__indicator {
  position: absolute;
  right: -1px;
  top: -1px;
  height: 100%;
  width: 34px;
  z-index: 2;
  border: 1px solid #d9d9d9;
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(96%, white));
  background: linear-gradient(0deg, whitesmoke 0%, white 96%);
}

.c-file-input__indicator__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 15px;
  height: 14px;
  background: url("/images/icon-attach.png") no-repeat 0 0;
}

.c-file-input__remove {
  display: none;
  position: absolute;
  top: 0;
  right: 34px;
  height: 100%;
  width: 34px;
  z-index: 2;
}

.has-file > .c-file-input__remove {
  display: block;
}

.c-file-input__remove__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 14px;
  height: 16px;
  background: url("/images/icon-trash.png") no-repeat 0 0;
}

.button {
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: 0;
  color: #000;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}

.button:disabled, .button[disabled] {
  color: #999;
  border: 1px solid #d9d9d9;
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(96%, white));
  background: linear-gradient(0deg, whitesmoke 0%, white 96%);
  cursor: auto;
}

.button:disabled img, .button[disabled] img {
  opacity: 0.5;
}

.button img {
  vertical-align: middle;
}

.button .icon--download {
  position: relative;
  top: -1px;
}

.button--normal {
  min-width: 110px;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  font-size: 14px;
}

.button--small {
  min-width: 60px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  color: #999;
  font-size: 12px;
}

.button--large {
  min-width: 170px;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}

.button--light {
  color: #000;
  border: 1px solid #d9d9d9;
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(96%, white));
  background: linear-gradient(0deg, whitesmoke 0%, white 96%);
}

.button--light.button--normal, .button--light.button--large {
  font-weight: bold;
}

.button--secondary {
  background: #999;
  border: 0;
  color: #fff;
}

.button--secondary.button--normal, .button--secondary.button--large {
  font-weight: bold;
}

.button--primary {
  background: #2c7ee2;
  border: 0;
  color: #fff;
}

.button--primary.button--normal, .button--primary.button--large {
  font-weight: bold;
}

.button--dark {
  background: #1b2b55;
  border: 0;
  color: #fff;
}

.button--dark.button--normal, .button--dark.button--large {
  font-weight: bold;
}

.button--section-title {
  min-width: 90px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #d9d9d9;
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(96%, white));
  background: linear-gradient(0deg, whitesmoke 0%, white 96%);
}

.button--section-title-primary {
  min-width: 90px;
  font-size: 12px;
  font-weight: bold;
  background: #2c7ee2;
  border: 0;
  color: #fff;
}

.button--section-title-secondary {
  min-width: 90px;
  font-size: 12px;
  font-weight: bold;
  background: #999;
  border: 0;
  color: #fff;
}

.button--section-title-dark {
  min-width: 90px;
  font-size: 12px;
  font-weight: bold;
  background: #1b2b55;
  border: 0;
  color: #fff;
}

.button--icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0;
  border: 1px solid #d9d9d9;
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(96%, white));
  background: linear-gradient(0deg, whitesmoke 0%, white 96%);
  font-size: 0;
}

.button--icon.button--small {
  width: 24px;
  height: 24px;
}

.button--icon.button--large {
  width: 50px;
  height: 50px;
}

.button--block {
  display: block;
  width: 100%;
}

.button--block ~ .button--block {
  margin-top: 10px;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button-group--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.button-group--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-group--justify {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.button-group--justify > .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.button-group--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.button-group--horizontal .button ~ .button {
  border-left-width: 0;
}

.button-group--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.button-group--vertical .button ~ .button {
  border-top-width: 0;
  margin-top: 0;
}

.button-group--has-gap.button-group--horizontal .button ~ .button {
  border-left-width: 1px;
  margin-left: 10px;
}

.button-group--has-gap.button-group--vertical .button ~ .button {
  border-top-width: 1px;
  margin-top: 10px;
}

.button-group--has-gap-narrow.button-group--horizontal .button ~ .button {
  border-left-width: 1px;
  margin-left: 5px;
}

.button-group--has-gap-narrow.button-group--vertical .button ~ .button {
  border-top-width: 1px;
  margin-top: 5px;
}

.button:disabled .icon, .button[disabled] .icon {
  opacity: 0.5;
}

.button .icon {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.button .icon.icon-search {
  width: 12px;
  height: 12px;
  background: url("/images/icon-search.png") no-repeat 0 0;
}

.button .icon.icon-explorer {
  width: 14px;
  height: 12px;
  background: url("/images/icon-explorer.png") no-repeat 0 0;
}

.button .icon.icon-close {
  width: 14px;
  height: 14px;
  background: url("/images/icon-close.png") no-repeat 0 0;
}

.button .icon.icon-trash {
  width: 14px;
  height: 16px;
  background: url("/images/icon-trash.png") no-repeat 0 0;
}

.button .icon.icon-prev-bold {
  width: 7px;
  height: 14px;
  background-image: url("/images/icon-arrow-prev-bold.png");
}

.button .icon.icon-next-bold {
  width: 7px;
  height: 14px;
  background-image: url("/images/icon-arrow-next-bold.png");
}

.button .icon.icon-new-window {
  width: 14px;
  height: 14px;
  background: url("/images/icon-new-window.png") no-repeat 0 0;
}

.v--modal-overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  overflow-y: auto !important;
  min-height: auto !important;
}

.v--modal-overlay .v--modal-box {
  top: 0 !important;
}

.v--modal-background-click {
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-header {
  position: relative;
  height: 55px;
  padding-left: 20px;
  background: #1b2b55;
}

.header__title {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 55px;
}

.header__description {
  font-size: 14px;
  line-height: 55px;
  color: #fff;
}

.modal-header__close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 55px;
  height: 55px;
  background: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-contents {
  padding: 30px 40px;
}

.modal-footer {
  margin-bottom: 30px;
}

.modal-container.has-scrollbar {
  height: 100%;
}

.modal-container.has-scrollbar .modal-contents {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 55px - 74px);
}

.modal-container.has-scrollbar .modal-footer {
  padding: 20px 0;
  margin-bottom: 0;
}

.intro-button {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  min-width: 150px;
  height: 34px;
  line-height: 32px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #d9d9d9;
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(96%, white));
  background: linear-gradient(0deg, whitesmoke 0%, white 96%);
}

.intro-button.button--highlight {
  background: #322dfb;
  color: #fff;
}

.intro-button.button--highlight .arrow:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.button-link .arrow {
  top: 1px;
  margin-left: 3px;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 12px;
  overflow: hidden;
}

.button-link .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) scale(1.33333, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.33333, 1) rotate(45deg);
  margin-left: -3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.button-link .excel {
  position: relative;
  top: -1px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url("/images/icon-excel.png");
  vertical-align: middle;
}

.app-header {
  border-bottom: 1px solid #8453ea;
}

.app-header .header {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app-header__logo {
  margin: 0;
  font-size: 12px;
  color: #999;
}

.app-header__utils {
  vertical-align: top;
  font-size: 16px;
}

.navigation {
  overflow: hidden;
}

.navigation__item {
  float: left;
  color: #000;
  list-style: none;
}

.navigation__item + .navigation__item {
  margin-left: 50px;
}

.navigation__item a,
.navigation__item button {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: inherit;
  border: 0;
  background: transparent;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}

.navigation__item .router-link-active {
  color: #8453ea;
  border-bottom-color: #8453ea;
}

.footer {
  border-top: 1px solid #ebebeb;
}

.app-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1200px;
  padding: 40px 0;
  background: #fff;
  margin: 0 auto;
}

.app-footer__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.app-footer__row {
  margin: 0;
  font-size: 12px;
  color: #999;
}

.app-footer__row + .app-footer__row {
  margin-top: 5px;
}

.app-footer__row--terms {
  margin-bottom: 15px;
}

.app-footer__address {
  font-style: normal;
  display: inline;
}

.app-footer__copyright {
  margin: 0;
  margin-top: 20px;
  font-size: 12px;
  color: #999;
}

.app-footer__text {
  text-decoration: none;
  vertical-align: top;
  font-size: 12px;
}

.app-footer__text + .app-footer__text {
  position: relative;
  margin-left: 7px;
  padding-left: 10px;
}

.app-footer__text + .app-footer__text:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 11px;
  left: 0;
  top: 4px;
  background-color: #ebebeb;
}

.app-footer__link {
  color: #999;
  text-decoration: none;
}

.app-footer__banner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.app-footer__banner-link {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  margin-left: 15px;
}

.app-footer__banner-link > img {
  vertical-align: middle;
}

.app-body {
  min-width: 1200px;
}

.app-body > .main {
  margin-bottom: 60px;
}

.page-header {
  margin: -1px 0 60px;
  height: 230px;
  background-image: url("/images/intro/bg-page-header-01.png");
  background-position: 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-header__title {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.page-header__title > .title {
  font-size: 54px;
  line-height: 54px;
  font-weight: lighter;
  letter-spacing: -2px;
  margin-bottom: 30px;
  text-indent: -5px;
}

.page-header__title > .description {
  font-size: 14px;
}

.step {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
}

.step__item {
  position: relative;
  float: left;
  width: 20%;
  height: 48px;
  background: #ebebf0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #0c1846;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 240px;
  list-style: none;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.step__item:before, .step__item:after {
  top: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.step__item:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 16px solid #fff;
  left: 0;
  background: #ebebf0;
}

.step__item:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 16px solid #ebebf0;
  right: 0;
  background: #fff;
}

.step__item.is-active {
  background-color: #212055;
  color: #fffefe;
}

.step__item.is-active:before {
  background-color: #212055;
  border-left-color: #fff;
}

.step__item.is-active:after {
  border-left-color: #212055;
}

.step__item:first-child:before, .step__item:last-child:after {
  content: none;
}

.step__item__button {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: inherit;
  z-index: 2;
}
