﻿@charset "UTF-8";
.is-bg-red {
  background-color: #f24130 !important;
}
.is-bg-org {
  background-color: #ff791a !important;
}
.is-bg-yellow {
  background-color: #f2aa18 !important;
}
.is-bg-blue {
  background-color: #0099e5 !important;
}
.is-bg-cyan {
  background-color: #40cee2 !important;
}
.is-bg-indigo {
  background-color: #3F51B5 !important;
}
.is-bg-blueGray {
  background-color: #6b8299 !important;
}
.is-bg-green {
  background-color: #24b383 !important;
}
.is-bg-purple {
  background-color: #9c67f9 !important;
}
.is-bg-pink {
  background-color: #f74a84 !important;
}
.is-bg-black {
  background-color: #000 !important;
}
.is-bg-white {
  background-color: #fff !important;
}
.is-bg-light {
  background-color: #e6e9f2 !important;
}

.is-bg-light-red {
  background-color: #feecea !important;
}
.is-bg-light-org {
  background-color: #fff1e8 !important;
}
.is-bg-light-yellow {
  background-color: #fcf4e3 !important;
}
.is-bg-light-blue {
  background-color: #e5f5fc !important;
}
.is-bg-light-cyan {
  background-color: #ecfafc !important;
}
.is-bg-light-indigo {
  background-color: #ebedf7 !important;
}
.is-bg-light-blueGray {
  background-color: #f0f2f5 !important;
}
.is-bg-light-green {
  background-color: #e9f7f2 !important;
}
.is-bg-light-purple {
  background-color: #f2edfc !important;
}
.is-bg-light-pink {
  background-color: #fcedf2 !important;
}

.is-border-red {
  border-color: #f24130 !important;
}
.is-border-org {
  border-color: #ff791a !important;
}
.is-border-yellow {
  border-color: #f2aa18 !important;
}
.is-border-blue {
  border-color: #0099e5 !important;
}
.is-border-cyan {
  border-color: #40cee2 !important;
}
.is-border-indigo {
  border-color: #3F51B5 !important;
}
.is-border-blueGray {
  border-color: #6b8299 !important;
}
.is-border-green {
  border-color: #24b383 !important;
}
.is-border-purple {
  border-color: #9c67f9 !important;
}
.is-border-pink {
  border-color: #f74a84 !important;
}
.is-border-black {
  border-color: #000 !important;
}
.is-border-white {
  border-color: #fff !important;
}
.is-border-light {
  border-color: #e6e9f2 !important;
}
.is-border-pink {
  border-color: #f74a84 !important;
}

.is-txt-red {
  color: #f02b18 !important;
}
.is-txt-org {
  color: #ff791a !important;
}
.is-txt-yellow {
  color: #e49d0d !important;
}
.is-txt-blue {
  color: #0099e5 !important;
}
.is-txt-cyan {
  color: #2ac8df !important;
}
.is-txt-indigo {
  color: #3F51B5 !important;
}
.is-txt-blueGray {
  color: #60758b !important;
}
.is-txt-green {
  color: #209e73 !important;
}
.is-txt-purple {
  color: #9c67f9 !important;
}
.is-txt-pink {
  color: #f74a84 !important;
}
.is-txt-black {
  color: #222 !important;
}
.is-txt-white {
  color: #fff !important;
}
.is-txt-bold {
  font-weight: bold !important;
}
.is-txt-left {
  text-align: left !important;
}
.is-txt-right {
  text-align: right !important;
}
.is-txt-center {
  text-align: center !important;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
html *, body * {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
}

body {
  position: relative;
  background-color: #e6e9f2;
}

p, span, a {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

fieldset, li, img, iframe {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0 none;
}

a, a:visited {
  text-decoration: none;
  outline: 0 none;
  color: #0066cc;
}

a:focus, a:active, a:hover {
  text-decoration: underline;
  outline: 0 none;
  color: #0044cc;
}

b, strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  color: inherit;
}

em {
  font-style: normal;
  font-size: inherit;
  font-weight: 600;
}

span {
  display: inline-block;
}

br {
  /* content: ""; */
  display: block;
  margin: 0;
}

iframe {
  width: 100%;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.is-hidden {
  display: none !important;
}

.is-full {
  width: 100%;
}

.is {
  /* margin */
  /* padding */
}
.is-m-0 {
  margin: 0 !important;
}
.is-mt-0 {
  margin-top: 0 !important;
}
.is-mr-0 {
  margin-right: 0 !important;
}
.is-mb-0 {
  margin-bottom: 0 !important;
}
.is-ml-0 {
  margin-left: 0 !important;
}
.is-m-5 {
  margin: 5px !important;
}
.is-mt-5 {
  margin-top: 5px !important;
}
.is-mr-5 {
  margin-right: 5px !important;
}
.is-mb-5 {
  margin-bottom: 5px !important;
}
.is-ml-5 {
  margin-left: 5px !important;
}
.is-m-10 {
  margin: 10px !important;
}
.is-mt-10 {
  margin-top: 10px !important;
}
.is-mr-10 {
  margin-right: 10px !important;
}
.is-mb-10 {
  margin-bottom: 10px !important;
}
.is-ml-10 {
  margin-left: 10px !important;
}
.is-m-15 {
  margin: 15px !important;
}
.is-mt-15 {
  margin-top: 15px !important;
}
.is-mr-15 {
  margin-right: 15px !important;
}
.is-mb-15 {
  margin-bottom: 15px !important;
}
.is-ml-15 {
  margin-left: 15px !important;
}
.is-m-20 {
  margin: 20px !important;
}
.is-mt-20 {
  margin-top: 20px !important;
}
.is-mr-20 {
  margin-right: 20px !important;
}
.is-mb-20 {
  margin-bottom: 20px !important;
}
.is-ml-20 {
  margin-left: 20px !important;
}
.is-m-25 {
  margin: 25px !important;
}
.is-mt-25 {
  margin-top: 25px !important;
}
.is-mr-25 {
  margin-right: 25px !important;
}
.is-mb-25 {
  margin-bottom: 25px !important;
}
.is-ml-25 {
  margin-left: 25px !important;
}
.is-m-30 {
  margin: 30px !important;
}
.is-mt-30 {
  margin-top: 30px !important;
}
.is-mr-30 {
  margin-right: 30px !important;
}
.is-mb-30 {
  margin-bottom: 30px !important;
}
.is-ml-30 {
  margin-left: 30px !important;
}
.is-m-40 {
  margin: 40px !important;
}
.is-mt-40 {
  margin-top: 40px !important;
}
.is-mr-40 {
  margin-right: 40px !important;
}
.is-mb-40 {
  margin-bottom: 40px !important;
}
.is-ml-40 {
  margin-left: 40px !important;
}
.is-m-50 {
  margin: 50px !important;
}
.is-mt-50 {
  margin-top: 50px !important;
}
.is-mr-50 {
  margin-right: 50px !important;
}
.is-mb-50 {
  margin-bottom: 50px !important;
}
.is-ml-50 {
  margin-left: 50px !important;
}
.is-m-60 {
  margin: 60px !important;
}
.is-mt-60 {
  margin-top: 60px !important;
}
.is-mr-60 {
  margin-right: 60px !important;
}
.is-mb-60 {
  margin-bottom: 60px !important;
}
.is-ml-60 {
  margin-left: 60px !important;
}
.is-p-0 {
  padding: 0 !important;
}
.is-pt-0 {
  padding-top: 0 !important;
}
.is-pr-0 {
  padding-right: 0 !important;
}
.is-pb-0 {
  padding-bottom: 0 !important;
}
.is-pl-0 {
  padding-left: 0 !important;
}
.is-p-5 {
  padding: 5px !important;
}
.is-pt-5 {
  padding-top: 5px !important;
}
.is-pr-5 {
  padding-right: 5px !important;
}
.is-pb-5 {
  padding-bottom: 5px !important;
}
.is-pl-5 {
  padding-left: 5px !important;
}
.is-p-10 {
  padding: 10px !important;
}
.is-pt-10 {
  padding-top: 10px !important;
}
.is-pr-10 {
  padding-right: 10px !important;
}
.is-pb-10 {
  padding-bottom: 10px !important;
}
.is-pl-10 {
  padding-left: 10px !important;
}
.is-p-15 {
  padding: 15px !important;
}
.is-pt-15 {
  padding-top: 15px !important;
}
.is-pr-15 {
  padding-right: 15px !important;
}
.is-pb-15 {
  padding-bottom: 15px !important;
}
.is-pl-15 {
  padding-left: 15px !important;
}
.is-p-20 {
  padding: 20px !important;
}
.is-pt-20 {
  padding-top: 20px !important;
}
.is-pr-20 {
  padding-right: 20px !important;
}
.is-pb-20 {
  padding-bottom: 20px !important;
}
.is-pl-20 {
  padding-left: 20px !important;
}
.is-p-25 {
  padding: 25px !important;
}
.is-pt-25 {
  padding-top: 25px !important;
}
.is-pr-25 {
  padding-right: 25px !important;
}
.is-pb-25 {
  padding-bottom: 25px !important;
}
.is-pl-25 {
  padding-left: 25px !important;
}
.is-p-30 {
  padding: 30px !important;
}
.is-pt-30 {
  padding-top: 30px !important;
}
.is-pr-30 {
  padding-right: 30px !important;
}
.is-pb-30 {
  padding-bottom: 30px !important;
}
.is-pl-30 {
  padding-left: 30px !important;
}
.is-p-40 {
  padding: 40px !important;
}
.is-pt-40 {
  padding-top: 40px !important;
}
.is-pr-40 {
  padding-right: 40px !important;
}
.is-pb-40 {
  padding-bottom: 40px !important;
}
.is-pl-40 {
  padding-left: 40px !important;
}
.is-p-50 {
  padding: 50px !important;
}
.is-pt-50 {
  padding-top: 50px !important;
}
.is-pr-50 {
  padding-right: 50px !important;
}
.is-pb-50 {
  padding-bottom: 50px !important;
}
.is-pl-50 {
  padding-left: 50px !important;
}
.is-p-60 {
  padding: 60px !important;
}
.is-pt-60 {
  padding-top: 60px !important;
}
.is-pr-60 {
  padding-right: 60px !important;
}
.is-pb-60 {
  padding-bottom: 60px !important;
}
.is-pl-60 {
  padding-left: 60px !important;
}

h1 {
  font-size: 34px;
  letter-spacing: -1px;
  word-spacing: -2px;
}
h1 em {
  font-weight: inherit;
}

h2 {
  font-size: 28px;
  letter-spacing: -1px;
  word-spacing: -2px;
}
h2 em {
  font-weight: inherit;
}

h3 {
  font-size: 24px;
  letter-spacing: -1px;
  word-spacing: -1px;
}
h3 em {
  font-weight: inherit;
}

h4 {
  font-size: 20px;
  letter-spacing: -1px;
  word-spacing: -1px;
}
h4 em {
  font-weight: inherit;
}

h5 {
  font-size: 16px;
  letter-spacing: -1px;
  word-spacing: -1px;
}
h5 em {
  font-weight: inherit;
}

h6 {
  font-size: 14px;
  letter-spacing: -1px;
  word-spacing: -1px;
}
h6 em {
  font-weight: inherit;
}

em {
  font-style: normal;
  font-size: inherit;
  font-weight: 600;
  color: #ff6a01;
}
em + span, em + b, em + strong {
  margin-left: 3px;
}
em.is-value {
  font-size: 16px;
  line-height: 1;
}
em.is-value + .sw-unit {
  font-size: 11px;
}

.sw-desc {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 1.5;
}
.sw-label {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.sw-label:last-child {
  margin-right: 0;
}
.sw-label.has-dot {
  margin-left: 10px;
  padding-left: 6px;
}
.sw-label.has-dot:first-child {
  margin-left: 0;
}
.sw-label.has-dot:before {
  content: "";
  position: relative;
  top: -3px;
  left: -6px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
}
.sw-label + i.sw-icon-help {
  margin-left: 0;
}
.sw-label + input[type=text].is-trns {
  padding-left: 0;
}
.sw-value {
  display: inline-block;
  min-width: 23px;
  height: 23px;
  padding: 0 10px;
  border-radius: 13px;
  background-color: rgba(242, 65, 48, 0.15);
  font-size: 13px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
.sw-value.is-md {
  height: 30px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 27px;
}
.sw-label-value {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  padding: 0 8px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #f2da91;
  line-height: 18px;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
.sw-label-value + .sw-unit {
  margin-left: 3px;
}
.sw-label-value.is-lg {
  min-width: 100px;
  height: 30px;
  padding: 0 18px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
}
.sw-label-won {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f24130;
}
.sw-label-won + .is-value {
  margin-left: 4px;
  font-size: 18px;
}
.sw-label-state {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 5px 2px;
  border-radius: 9px;
  border: 1px solid;
  font-size: 11px;
  line-height: 1;
  color: #000;
  white-space: nowrap;
  box-sizing: border-box;
}
.sw-label-state.is-blue {
  border-color: #0099e5;
}
.sw-label-state.is-red {
  border-color: #f24130;
}
.sw-unit {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}
.sw-link-txt {
  color: #0088cc;
  text-decoration: underline !important;
  cursor: pointer;
}
.sw-link-txt:hover {
  color: #ff791a;
}
.sw-no-data {
  position: relative;
  width: 100%;
  height: 90%;
  line-height: 1.5;
  text-align: center;
  color: #999;
}
.sw-no-data:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -35px;
  background: url(../images/icon-nodata.png) no-repeat 50% 0;
}
.sw-no-data span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.5;
  transform: translateX(-50%);
}
.sw-txt-area {
  overflow: auto;
  display: inline-block;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ced2d9;
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
  box-sizing: border-box;
}
.sw-txt-area.is-no-border {
  border: 0;
}

.is-required {
  position: relative;
}
.is-required:after {
  content: "";
  position: relative;
  top: -8px;
  left: 2px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f24130;
}
.is-bold {
  font-weight: 600 !important;
}

.has-bg .sw-value {
  background-color: rgba(255, 255, 255, 0.7);
}

.sw-cols {
  display: flex;
  width: 100%;
}
.sw-cols.is-no-strch {
  align-items: flex-start;
}
.sw-cols > * {
  flex: 1 0 0px;
  min-width: 0;
  max-width: 100%;
  width: auto;
  margin-left: 15px;
}
.sw-cols > *:first-child {
  margin-left: 0 !important;
}
.sw-cols > * > textarea {
  height: 100%;
}
.sw-cols > * > .sw-card + .sw-card {
  margin-top: 15px;
}
.sw-cols > .sw-list-form, .sw-cols > .sw-split {
  margin-left: 20px;
}
.sw-cols > .sw-split {
  margin-right: 0;
}
.sw-cols > .is-col-fix, .sw-cols > .sw-unit, .sw-cols > .sw-split, .sw-cols > .sw-label, .sw-cols > button, .sw-cols > .sw-badge, .sw-cols > .sw-divider {
  flex: 0 0 auto;
}
.sw-cols > button.is-icon {
  margin-left: 1px;
}
.sw-cols > .sw-unit {
  padding: 0 3px;
}
.sw-cols > .sw-unit:last-child {
  padding-right: 0;
}
.sw-cols .sw-divider {
  width: 1px;
  height: 100%;
  background-color: #ced2d9;
}
.sw-cols .is-col-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 0 0 auto;
}
.sw-cols .is-col-center > div {
  text-align: center;
}
.sw-cols .is-col-center button {
  margin: 3px 0;
}
.sw-cols > .sw-card + .sw-card,
.sw-cols > .sw-form-wrap + .sw-form-wrap,
.sw-cols > .sw-cols + .sw-cols {
  margin-top: 0;
}
.sw-cols + .sw-cols {
  margin-top: 15px;
}
.sw-cols.is-hidden + .sw-cols {
  margin-top: 0;
}
.sw-cols > .sw-grid-frame + div {
  margin-top: 0;
}
.sw-cols > .sw-selection {
  margin-right: 0;
}
.sw-cols.is-space-0 > * {
  margin-left: 0;
}
.sw-cols.is-space-0 > .sw-list-form, .sw-cols.is-space-0 > .sw-split {
  margin-left: 0;
}
.sw-cols.is-space-5 > * {
  margin-left: 5px;
}
.sw-cols.is-space-5 > .sw-list-form, .sw-cols.is-space-5 > .sw-split {
  margin-left: 5px;
}
.sw-cols.is-space-10 > * {
  margin-left: 10px;
}
.sw-cols.is-space-10 > .sw-list-form, .sw-cols.is-space-10 > .sw-split {
  margin-left: 10px;
}
.sw-cols.is-space-15 > * {
  margin-left: 15px;
}
.sw-cols.is-space-15 > .sw-list-form, .sw-cols.is-space-15 > .sw-split {
  margin-left: 15px;
}
.sw-cols.is-space-20 > * {
  margin-left: 20px;
}
.sw-cols.is-space-20 > .sw-list-form, .sw-cols.is-space-20 > .sw-split {
  margin-left: 20px;
}
.sw-cols.is-space-25 > * {
  margin-left: 15px;
}
.sw-cols.is-space-25 > .sw-list-form, .sw-cols.is-space-25 > .sw-split {
  margin-left: 25px;
}
.sw-cols.is-space-30 > * {
  margin-left: 30px;
}
.sw-cols.is-space-30 > .sw-list-form, .sw-cols.is-space-30 > .sw-split {
  margin-left: 30px;
}
.sw-cols > * + .sw-label {
  margin-left: 10px;
}

th .sw-cols, td .sw-cols, .sw-list-form .sw-cols {
  align-items: center;
}
th .sw-cols > *, td .sw-cols > *, .sw-list-form .sw-cols > * {
  margin-left: 5px;
}
th .sw-cols > .sw-split, td .sw-cols > .sw-split, .sw-list-form .sw-cols > .sw-split {
  margin-left: 8px;
  margin-right: 5px;
}
th .sw-cols + .sw-cols, td .sw-cols + .sw-cols, .sw-list-form .sw-cols + .sw-cols {
  margin-top: 5px;
}
th .sw-cols > .sw-selection + .sw-selection, td .sw-cols > .sw-selection + .sw-selection, .sw-list-form .sw-cols > .sw-selection + .sw-selection {
  margin-left: 5px;
}

.sw-detail-form.is-sm th .sw-cols, .sw-detail-form.is-sm td .sw-cols, .sw-detail-form.is-sm .sw-list-form .sw-cols {
  align-items: center;
}
.sw-detail-form.is-sm th .sw-cols > *, .sw-detail-form.is-sm td .sw-cols > *, .sw-detail-form.is-sm .sw-list-form .sw-cols > * {
  margin-left: 2px;
}
.sw-detail-form.is-sm th .sw-cols > .sw-split, .sw-detail-form.is-sm td .sw-cols > .sw-split, .sw-detail-form.is-sm .sw-list-form .sw-cols > .sw-split {
  margin-left: 5px;
  margin-right: 2px;
}
.sw-detail-form.is-sm th .sw-cols + .sw-cols, .sw-detail-form.is-sm td .sw-cols + .sw-cols, .sw-detail-form.is-sm .sw-list-form .sw-cols + .sw-cols {
  margin-top: 2px;
}
.sw-detail-form.is-sm th .sw-cols > .sw-selection + .sw-selection, .sw-detail-form.is-sm td .sw-cols > .sw-selection + .sw-selection, .sw-detail-form.is-sm .sw-list-form .sw-cols > .sw-selection + .sw-selection {
  margin-left: 2px;
}

[class^=sw-icon] {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
[class^=sw-icon].is-white {
  background-image: url(../images/icons-white.png);
}
[class^=sw-icon].is-red {
  background-image: url(../images/icons-red.png);
}
[class^=sw-icon].is-blue {
  background-image: url(../images/icons-blue.png);
}
[class^=sw-icon].is-yellow {
  background-image: url(../images/icons-yellow.png);
}

.sw-icon-refresh {
  width: 13px;
  height: 13px;
  background-position: 0 0;
}
.sw-icon-rotate-right {
  width: 13px;
  height: 13px;
  background-position: -50px 0;
}
.sw-icon-rotate-left {
  width: 13px;
  height: 13px;
  background-position: -100px 0;
}
.sw-icon-history {
  width: 14px;
  height: 14px;
  background-position: -150px 0;
}
.sw-icon-clock {
  width: 13px;
  height: 13px;
  background-position: -200px 0;
}
.sw-icon-clock-sm {
  width: 11px;
  height: 11px;
  background-position: -250px 0;
}
.sw-icon-search {
  width: 13px;
  height: 13px;
  background-position: -300px 0;
}
.sw-icon-search-sm {
  width: 12px;
  height: 11px;
  background-position: -350px 0;
}
.sw-icon-popup {
  width: 13px;
  height: 13px;
  background-position: -400px 0;
}
.sw-icon-edit {
  width: 17px;
  height: 15px;
  background-position: -448px 0;
}
.sw-icon-copy {
  width: 15px;
  height: 15px;
  background-position: -500px 0;
}
.sw-icon-paste {
  width: 15px;
  height: 16px;
  background-position: -550px 0;
}
.sw-icon-cut {
  width: 13px;
  height: 12px;
  background-position: -600px 0;
}
.sw-icon-disket {
  width: 14px;
  height: 14px;
  background-position: -650px 0;
}
.sw-icon-trash {
  width: 14px;
  height: 13px;
  background-position: -700px 0;
}
.sw-icon-preview {
  width: 16px;
  height: 14px;
  background-position: -750px 0;
}
.sw-icon-image {
  width: 14px;
  height: 14px;
  background-position: -800px 0;
}
.sw-icon-clip {
  width: 13px;
  height: 13px;
  background-position: -850px 0;
}
.sw-icon-filter {
  width: 14px;
  height: 13px;
  background-position: -900px 0;
}
.sw-icon-setting {
  width: 15px;
  height: 15px;
  background-position: -950px 0;
}
.sw-icon-align-block {
  width: 12px;
  height: 12px;
  background-position: -1000px 0;
}
.sw-icon-align-list {
  width: 12px;
  height: 12px;
  background-position: -1050px 0;
}
.sw-icon-share-right {
  width: 14px;
  height: 13px;
  background-position: -1100px 0;
}
.sw-icon-share-right-fill {
  width: 14px;
  height: 13px;
  background-position: -1150px 0;
}
.sw-icon-share-left {
  width: 14px;
  height: 13px;
  background-position: -1200px 0;
}
.sw-icon-share-left-fill {
  width: 14px;
  height: 13px;
  background-position: -1250px 0;
}
.sw-icon-comment {
  width: 15px;
  height: 15px;
  background-position: -1300px 0;
}
.sw-icon-link {
  width: 13px;
  height: 13px;
  background-position: -1350px 0;
}
.sw-icon-folder {
  width: 15px;
  height: 13px;
  background-position: 0 -50px;
}
.sw-icon-folder-open {
  width: 16px;
  height: 13px;
  background-position: -50px -50px;
}
.sw-icon-file {
  width: 13px;
  height: 14px;
  background-position: -100px -50px;
}
.sw-icon-print {
  width: 15px;
  height: 14px;
  background-position: -150px -50px;
}
.sw-icon-download {
  width: 15px;
  height: 15px;
  background-position: -200px -50px;
}
.sw-icon-upload {
  width: 15px;
  height: 13px;
  background-position: -250px -50px;
}
.sw-icon-calendar {
  width: 15px;
  height: 14px;
  background-position: -300px -51px;
}
.sw-icon-spoid {
  width: 13px;
  height: 13px;
  background-position: -350px -50px;
}
.sw-icon-building {
  width: 16px;
  height: 14px;
  background-position: -400px -50px;
}
.sw-icon-map {
  width: 12px;
  height: 15px;
  background-position: -450px -50px;
}
.sw-icon-bell {
  width: 14px;
  height: 14px;
  background-position: -500px -50px;
}
.sw-icon-siren {
  width: 13px;
  height: 13px;
  background-position: -550px -50px;
}
.sw-icon-info {
  width: 15px;
  height: 15px;
  background-position: -600px -50px;
}
.sw-icon-info-fill {
  width: 15px;
  height: 15px;
  background-position: -650px -50px;
}
.sw-icon-help {
  width: 15px;
  height: 15px;
  background-position: -700px -50px;
}
.sw-icon-help-fill {
  width: 15px;
  height: 15px;
  background-position: -750px -50px;
}
.sw-icon-to-bottom {
  width: 13px;
  height: 15px;
  background-position: -800px -50px;
}
.sw-icon-to-top {
  width: 13px;
  height: 15px;
  background-position: -850px -50px;
}
.sw-icon-transfer {
  width: 14px;
  height: 13px;
  background-position: -900px -50px;
}
.sw-icon-transfer-left {
  width: 14px;
  height: 13px;
  background-position: -950px -50px;
}
.sw-icon-transfer-right {
  width: 14px;
  height: 13px;
  background-position: -1000px -50px;
}
.sw-icon-transfer-up {
  width: 13px;
  height: 14px;
  background-position: -1050px -50px;
}
.sw-icon-transfer-down {
  width: 13px;
  height: 14px;
  background-position: -1100px -50px;
}
.sw-icon-reply {
  width: 12px;
  height: 11px;
  background-position: -1150px -50px;
}
.sw-icon-call {
  width: 11px;
  height: 11px;
  background-position: -1200px -50px;
}
.sw-icon-lock {
  width: 13px;
  height: 16px;
  background-position: -1250px -50px;
}
.sw-icon-unlock {
  width: 13px;
  height: 16px;
  background-position: -1300px -50px;
}
.sw-icon-clock-fill {
  width: 13px;
  height: 13px;
  background-position: -1350px -50px;
}
.sw-icon-unlock {
  width: 13px;
  height: 16px;
  background-position: -1300px -50px;
}
.sw-icon-circle-play {
  width: 15px;
  height: 15px;
  background-position: 0 -100px;
}
.sw-icon-circle-play-fill {
  width: 15px;
  height: 15px;
  background-position: -50px -100px;
}
.sw-icon-circle-pause {
  width: 15px;
  height: 15px;
  background-position: -100px -100px;
}
.sw-icon-circle-pause-fill {
  width: 15px;
  height: 15px;
  background-position: -150px -100px;
}
.sw-icon-circle-stop {
  width: 15px;
  height: 15px;
  background-position: -200px -100px;
}
.sw-icon-circle-stop-fill {
  width: 15px;
  height: 15px;
  background-position: -250px -100px;
}
.sw-icon-circle-plus {
  width: 15px;
  height: 15px;
  background-position: -300px -100px;
}
.sw-icon-circle-plus-fill {
  width: 15px;
  height: 15px;
  background-position: -350px -100px;
}
.sw-icon-circle-minus {
  width: 15px;
  height: 15px;
  background-position: -400px -100px;
}
.sw-icon-circle-minus-fill {
  width: 15px;
  height: 15px;
  background-position: -450px -100px;
}
.sw-icon-circle-check {
  width: 15px;
  height: 15px;
  background-position: -500px -100px;
}
.sw-icon-circle-check-fill {
  width: 15px;
  height: 15px;
  background-position: -550px -100px;
}
.sw-icon-circle-close {
  width: 15px;
  height: 15px;
  background-position: -600px -100px;
}
.sw-icon-circle-close-fill {
  width: 15px;
  height: 15px;
  background-position: -650px -100px;
}
.sw-icon-squre-play {
  width: 13px;
  height: 13px;
  background-position: -700px -100px;
}
.sw-icon-squre-play-fill {
  width: 13px;
  height: 13px;
  background-position: -750px -100px;
}
.sw-icon-squre-pause {
  width: 13px;
  height: 13px;
  background-position: -800px -100px;
}
.sw-icon-squre-pause-fill {
  width: 13px;
  height: 13px;
  background-position: -850px -100px;
}
.sw-icon-squre-stop {
  width: 13px;
  height: 13px;
  background-position: -900px -100px;
}
.sw-icon-squre-stop-fill {
  width: 13px;
  height: 13px;
  background-position: -950px -100px;
}
.sw-icon-squre-plus {
  width: 13px;
  height: 13px;
  background-position: -1000px -100px;
}
.sw-icon-squre-plus-fill {
  width: 13px;
  height: 13px;
  background-position: -1050px -100px;
}
.sw-icon-squre-minus {
  width: 13px;
  height: v;
  background-position: -1100px -100px;
}
.sw-icon-squre-minus-fill {
  width: 13px;
  height: 13px;
  background-position: -1150px -100px;
}
.sw-icon-squre-check {
  width: 13px;
  height: 13px;
  background-position: -1200px -100px;
}
.sw-icon-squre-check-fill {
  width: 13px;
  height: 13px;
  background-position: -1250px -100px;
}
.sw-icon-squre-close {
  width: 13px;
  height: 13px;
  background-position: -1300px -100px;
}
.sw-icon-squre-close-fill {
  width: 13px;
  height: 13px;
  background-position: -1350px -100px;
}
.sw-icon-close-xs {
  width: 7px;
  height: 7px;
  background-position: 0 -150px;
}
.sw-icon-close-sm {
  width: 9px;
  height: 9px;
  background-position: -50px -150px;
}
.sw-icon-close {
  width: 11px;
  height: 11px;
  background-position: -100px -150px;
}
.sw-icon-close-md {
  width: 13px;
  height: 13px;
  background-position: -150px -150px;
}
.sw-icon-close-lg {
  width: 15px;
  height: 15px;
  background-position: -200px -150px;
}
.sw-icon-close-xs-bold {
  width: 8px;
  height: 8px;
  background-position: -250px -150px;
}
.sw-icon-close-sm-bold {
  width: 10px;
  height: 10px;
  background-position: -300px -150px;
}
.sw-icon-close-bold {
  width: 12px;
  height: 12px;
  background-position: -350px -150px;
}
.sw-icon-close-md-bold {
  width: 14px;
  height: 14px;
  background-position: -400px -150px;
}
.sw-icon-close-lg-bold {
  width: 16px;
  height: 16px;
  background-position: -450px -150px;
}
.sw-icon-plus-xs {
  width: 9px;
  height: 9px;
  background-position: 0 -200px;
}
.sw-icon-plus-sm {
  width: 11px;
  height: 11px;
  background-position: -50px -200px;
}
.sw-icon-plus {
  width: 13px;
  height: 13px;
  background-position: -100px -200px;
}
.sw-icon-plus-md {
  width: 15px;
  height: 15px;
  background-position: -150px -200px;
}
.sw-icon-plus-lg {
  width: 17px;
  height: 17px;
  background-position: -200px -200px;
}
.sw-icon-plus-xs-bold {
  width: 10px;
  height: 10px;
  background-position: -250px -200px;
}
.sw-icon-plus-sm-bold {
  width: 12px;
  height: 12px;
  background-position: -300px -200px;
}
.sw-icon-plus-bold {
  width: 14px;
  height: 14px;
  background-position: -350px -200px;
}
.sw-icon-plus-md-bold {
  width: 16px;
  height: 16px;
  background-position: -400px -200px;
}
.sw-icon-plus-lg-bold {
  width: 18px;
  height: 18px;
  background-position: -450px -200px;
}
.sw-icon-minus-xs {
  width: 9px;
  height: 9px;
  background-position: 0 -250px;
}
.sw-icon-minus-sm {
  width: 11px;
  height: 11px;
  background-position: -50px -250px;
}
.sw-icon-minus {
  width: 13px;
  height: 13px;
  background-position: -100px -250px;
}
.sw-icon-minus-md {
  width: 15px;
  height: 15px;
  background-position: -150px -250px;
}
.sw-icon-minus-lg {
  width: 17px;
  height: 17px;
  background-position: -200px -250px;
}
.sw-icon-minus-xs-bold {
  width: 10px;
  height: 10px;
  background-position: -250px -250px;
}
.sw-icon-minus-sm-bold {
  width: 12px;
  height: 12px;
  background-position: -300px -250px;
}
.sw-icon-minus-bold {
  width: 14px;
  height: 14px;
  background-position: -350px -250px;
}
.sw-icon-minus-md-bold {
  width: 16px;
  height: 16px;
  background-position: -400px -250px;
}
.sw-icon-minus-lg-bold {
  width: 18px;
  height: 18px;
  background-position: -450px -250px;
}
.sw-icon-angle-right-xs {
  width: 4px;
  height: 7px;
  background-position: 0 -300px;
}
.sw-icon-angle-right-sm {
  width: 5px;
  height: 9px;
  background-position: -50px -300px;
}
.sw-icon-angle-right {
  width: 6px;
  height: 11px;
  background-position: -100px -300px;
}
.sw-icon-angle-right-md {
  width: 7px;
  height: 13px;
  background-position: -150px -300px;
}
.sw-icon-angle-right-lg {
  width: 8px;
  height: 15px;
  background-position: -200px -300px;
}
.sw-icon-angle-right-xs-bold {
  width: 5px;
  height: 8px;
  background-position: -250px -300px;
}
.sw-icon-angle-right-sm-bold {
  width: 6px;
  height: 10px;
  background-position: -300px -300px;
}
.sw-icon-angle-right-bold {
  width: 7px;
  height: 12px;
  background-position: -350px -300px;
}
.sw-icon-angle-right-md-bold {
  width: 8px;
  height: 14px;
  background-position: -400px -300px;
}
.sw-icon-angle-right-lg-bold {
  width: 9px;
  height: 16px;
  background-position: -450px -300px;
}
.sw-icon-angle-left-xs {
  width: 4px;
  height: 7px;
  background-position: 0 -350px;
}
.sw-icon-angle-left-sm {
  width: 5px;
  height: 9px;
  background-position: -50px -350px;
}
.sw-icon-angle-left {
  width: 6px;
  height: 11px;
  background-position: -100px -350px;
}
.sw-icon-angle-left-md {
  width: 7px;
  height: 13px;
  background-position: -150px -350px;
}
.sw-icon-angle-left-lg {
  width: 8px;
  height: 15px;
  background-position: -200px -350px;
}
.sw-icon-angle-left-xs-bold {
  width: 5px;
  height: 8px;
  background-position: -250px -350px;
}
.sw-icon-angle-left-sm-bold {
  width: 6px;
  height: 10px;
  background-position: -300px -350px;
}
.sw-icon-angle-left-bold {
  width: 7px;
  height: 12px;
  background-position: -350px -350px;
}
.sw-icon-angle-left-md-bold {
  width: 8px;
  height: 14px;
  background-position: -400px -350px;
}
.sw-icon-angle-left-lg-bold {
  width: 9px;
  height: 16px;
  background-position: -450px -350px;
}
.sw-icon-angle-up-xs {
  width: 7px;
  height: 4px;
  background-position: 0 -400px;
}
.sw-icon-angle-up-sm {
  width: 9px;
  height: 5px;
  background-position: -50px -400px;
}
.sw-icon-angle-up {
  width: 11px;
  height: 6px;
  background-position: -100px -400px;
}
.sw-icon-angle-up-md {
  width: 13px;
  height: 7px;
  background-position: -150px -400px;
}
.sw-icon-angle-up-lg {
  width: 15px;
  height: 8px;
  background-position: -200px -400px;
}
.sw-icon-angle-up-xs-bold {
  width: 8px;
  height: 5px;
  background-position: -250px -400px;
}
.sw-icon-angle-up-sm-bold {
  width: 10px;
  height: 6px;
  background-position: -300px -400px;
}
.sw-icon-angle-up-bold {
  width: 12px;
  height: 7px;
  background-position: -350px -400px;
}
.sw-icon-angle-up-md-bold {
  width: 14px;
  height: 8px;
  background-position: -400px -400px;
}
.sw-icon-angle-up-lg-bold {
  width: 16px;
  height: 9px;
  background-position: -450px -400px;
}
.sw-icon-angle-down-xs {
  width: 7px;
  height: 4px;
  background-position: 0 -450px;
}
.sw-icon-angle-down-sm {
  width: 9px;
  height: 5px;
  background-position: -50px -450px;
}
.sw-icon-angle-down {
  width: 11px;
  height: 6px;
  background-position: -100px -450px;
}
.sw-icon-angle-down-md {
  width: 13px;
  height: 7px;
  background-position: -150px -450px;
}
.sw-icon-angle-down-lg {
  width: 15px;
  height: 8px;
  background-position: -200px -450px;
}
.sw-icon-angle-down-xs-bold {
  width: 8px;
  height: 5px;
  background-position: -250px -450px;
}
.sw-icon-angle-down-sm-bold {
  width: 10px;
  height: 6px;
  background-position: -300px -450px;
}
.sw-icon-angle-down-bold {
  width: 12px;
  height: 7px;
  background-position: -350px -450px;
}
.sw-icon-angle-down-md-bold {
  width: 14px;
  height: 8px;
  background-position: -400px -450px;
}
.sw-icon-angle-down-lg-bold {
  width: 16px;
  height: 9px;
  background-position: -450px -450px;
}
.sw-icon-arrow-right-xs {
  width: 9px;
  height: 7px;
  background-position: -500px -300px;
}
.sw-icon-arrow-right-sm {
  width: 11px;
  height: 9px;
  background-position: -550px -300px;
}
.sw-icon-arrow-right {
  width: 12px;
  height: 11px;
  background-position: -600px -300px;
}
.sw-icon-arrow-right-md {
  width: 15px;
  height: 13px;
  background-position: -650px -300px;
}
.sw-icon-arrow-right-lg {
  width: 17px;
  height: 15px;
  background-position: -700px -300px;
}
.sw-icon-arrow-right-xs-bold {
  width: 9px;
  height: 8px;
  background-position: -750px -300px;
}
.sw-icon-arrow-right-sm-bold {
  width: 11px;
  height: 10px;
  background-position: -800px -300px;
}
.sw-icon-arrow-right-bold {
  width: 13px;
  height: 12px;
  background-position: -850px -300px;
}
.sw-icon-arrow-right-md-bold {
  width: 15px;
  height: 14px;
  background-position: -900px -300px;
}
.sw-icon-arrow-right-lg-bold {
  width: 17px;
  height: 16px;
  background-position: -950px -300px;
}
.sw-icon-arrow-left-xs {
  width: 9px;
  height: 7px;
  background-position: -500px -350px;
}
.sw-icon-arrow-left-sm {
  width: 11px;
  height: 9px;
  background-position: -550px -350px;
}
.sw-icon-arrow-left {
  width: 13px;
  height: 11px;
  background-position: -600px -350px;
}
.sw-icon-arrow-left-md {
  width: 15px;
  height: 13px;
  background-position: -650px -350px;
}
.sw-icon-arrow-left-lg {
  width: 17px;
  height: 15px;
  background-position: -700px -350px;
}
.sw-icon-arrow-left-xs-bold {
  width: 9px;
  height: 8px;
  background-position: -750px -350px;
}
.sw-icon-arrow-left-sm-bold {
  width: 11px;
  height: 10px;
  background-position: -800px -350px;
}
.sw-icon-arrow-left-bold {
  width: 13px;
  height: 12px;
  background-position: -850px -350px;
}
.sw-icon-arrow-left-md-bold {
  width: 15px;
  height: 14px;
  background-position: -900px -350px;
}
.sw-icon-arrow-left-lg-bold {
  width: 17px;
  height: 16px;
  background-position: -950px -350px;
}
.sw-icon-arrow-up-xs {
  width: 7px;
  height: 9px;
  background-position: -500px -400px;
}
.sw-icon-arrow-up-sm {
  width: 9px;
  height: 11px;
  background-position: -550px -400px;
}
.sw-icon-arrow-up {
  width: 11px;
  height: 13px;
  background-position: -600px -400px;
}
.sw-icon-arrow-up-md {
  width: 13px;
  height: 15px;
  background-position: -650px -400px;
}
.sw-icon-arrow-up-lg {
  width: 15px;
  height: 17px;
  background-position: -700px -400px;
}
.sw-icon-arrow-up-xs-bold {
  width: 8px;
  height: 9px;
  background-position: -750px -400px;
}
.sw-icon-arrow-up-sm-bold {
  width: 10px;
  height: 11px;
  background-position: -800px -400px;
}
.sw-icon-arrow-up-bold {
  width: 12px;
  height: 13px;
  background-position: -850px -400px;
}
.sw-icon-arrow-up-md-bold {
  width: 14px;
  height: 15px;
  background-position: -900px -400px;
}
.sw-icon-arrow-up-lg-bold {
  width: 16px;
  height: 17px;
  background-position: -950px -400px;
}
.sw-icon-arrow-down-xs {
  width: 7px;
  height: 9px;
  background-position: -500px -450px;
}
.sw-icon-arrow-down-sm {
  width: 9px;
  height: 11px;
  background-position: -550px -450px;
}
.sw-icon-arrow-down {
  width: 11px;
  height: 13px;
  background-position: -600px -450px;
}
.sw-icon-arrow-down-md {
  width: 13px;
  height: 15px;
  background-position: -650px -450px;
}
.sw-icon-arrow-down-lg {
  width: 15px;
  height: 17px;
  background-position: -700px -450px;
}
.sw-icon-arrow-down-xs-bold {
  width: 8px;
  height: 9px;
  background-position: -750px -450px;
}
.sw-icon-arrow-down-sm-bold {
  width: 10px;
  height: 11px;
  background-position: -800px -450px;
}
.sw-icon-arrow-down-bold {
  width: 12px;
  height: 13px;
  background-position: -850px -450px;
}
.sw-icon-arrow-down-md-bold {
  width: 14px;
  height: 15px;
  background-position: -900px -450px;
}
.sw-icon-arrow-down-lg-bold {
  width: 16px;
  height: 17px;
  background-position: -950px -450px;
}
.sw-icon-check-xs {
  width: 7px;
  height: 5px;
  background-position: 0 -500px;
}
.sw-icon-check-sm {
  width: 10px;
  height: 7px;
  background-position: -50px -500px;
}
.sw-icon-check {
  width: 12px;
  height: 8px;
  background-position: -100px -500px;
}
.sw-icon-check-md {
  width: 15px;
  height: 10px;
  background-position: -150px -500px;
}
.sw-icon-check-lg {
  width: 18px;
  height: 12px;
  background-position: -200px -500px;
}
.sw-icon-check-xs-bold {
  width: 8px;
  height: 6px;
  background-position: -250px -500px;
}
.sw-icon-check-sm-bold {
  width: 11px;
  height: 8px;
  background-position: -300px -500px;
}
.sw-icon-check-bold {
  width: 13px;
  height: 9px;
  background-position: -350px -500px;
}
.sw-icon-check-md-bold {
  width: 16px;
  height: 11px;
  background-position: -400px -500px;
}
.sw-icon-check-lg-bold {
  width: 19px;
  height: 13px;
  background-position: -450px -500px;
}
.sw-icon-more-vert {
  width: 3px;
  height: 13px;
  background-position: 0 -550px;
}
.sw-icon-more-horz {
  width: 13px;
  height: 3px;
  background-position: -50px -550px;
}
.sw-icon-logout {
  width: 15px;
  height: 13px;
  background-position: -100px -550px;
}
.sw-icon-login {
  width: 16px;
  height: 13px;
  background-position: -150px -550px;
}
.sw-icon-star {
  width: 15px;
  height: 15px;
  background-position: -200px -550px;
}
.sw-icon-star-fill {
  width: 15px;
  height: 15px;
  background-position: -250px -550px;
}
.sw-icon-heart {
  width: 15px;
  height: 14px;
  background-position: -300px -550px;
}
.sw-icon-heart-fill {
  width: 15px;
  height: 14px;
  background-position: -350px -550px;
}
.sw-icon-thumb-up {
  width: 16px;
  height: 15px;
  background-position: -400px -550px;
}
.sw-icon-thumb-up-fill {
  width: 16px;
  height: 15px;
  background-position: -450px -550px;
}
.sw-icon-thumb-down {
  width: 16px;
  height: 15px;
  background-position: -500px -550px;
}
.sw-icon-thumb-down-fill {
  width: 16px;
  height: 15px;
  background-position: -550px -550px;
}
.sw-icon-envelope {
  width: 16px;
  height: 13px;
  background-position: -600px -550px;
}
.sw-icon-envelope-open {
  width: 16px;
  height: 15px;
  background-position: -650px -550px;
}
.sw-icon-marker {
  width: 15px;
  height: 15px;
  background-position: -700px -550px;
}

[class^=sw-icon-move] {
  width: 13px;
  height: 13px;
  background-image: url(../images/icon-move.png);
}

.sw-icon-move-right {
  background-position: 0 1px;
}
.sw-icon-move-left {
  background-position: 0 -29px;
}
.sw-icon-move-up {
  background-position: 0 -61px;
}
.sw-icon-move-down {
  background-position: 0 -91px;
}

.sw-icon-mssg {
  width: 52px;
  height: 45px;
  margin-bottom: 20px;
  background: url(../images/icon-error-mssg.png) no-repeat;
  opacity: 1;
}
.sw-icon-mssg.is-info {
  background-position: 0 0;
}
.sw-icon-mssg.is-error {
  background-position: 0 -100px;
}

[class^=sw-alert] {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
}

.sw-alert-info {
  border-color: #0099e5;
}
.sw-alert-info:after, .sw-alert-info:before {
  content: "";
  position: absolute;
  left: 50%;
  background-color: #0099e5;
}
.sw-alert-info:before {
  width: 4px;
  height: 20px;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
}
.sw-alert-info:after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: -3px;
  top: 30px;
}
.sw-alert-warning {
  border-color: #f26161;
}
.sw-alert-warning:after, .sw-alert-warning:before {
  content: "";
  position: absolute;
  left: 50%;
  background-color: #f26161;
}
.sw-alert-warning:before {
  width: 4px;
  height: 20px;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
}
.sw-alert-warning:after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: -3px;
  top: 30px;
}
.sw-alert-error {
  border-color: #f24130;
}
.sw-alert-error:after, .sw-alert-error:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 11px;
  width: 4px;
  height: 24px;
  margin-left: -2px;
  border-radius: 2px;
  background-color: #f24130;
}
.sw-alert-error:before {
  transform: rotate(45deg);
}
.sw-alert-error:after {
  transform: rotate(-45deg);
}
.sw-alert-success {
  border-color: #0099e5;
}
.sw-alert-success:after, .sw-alert-success:before {
  content: "";
  position: absolute;
  height: 4px;
  border-radius: 2px;
  background-color: #0099e5;
}
.sw-alert-success:before {
  width: 13px;
  left: 11px;
  top: 25px;
  transform: rotate(45deg);
}
.sw-alert-success:after {
  width: 22px;
  right: 7px;
  top: 21px;
  transform: rotate(-45deg);
}

[class^=sw-icon-quick] {
  background-image: url(../images/icon-quick.png);
  background-position-y: 0;
}

.sw-icon-quick-link {
  width: 20px;
  height: 18px;
  background-position-x: 0;
}
.sw-icon-quick-contact {
  width: 20px;
  height: 20px;
  background-position-x: -50px;
}
.sw-icon-quick-info {
  width: 20px;
  height: 20px;
  background-position-x: -100px;
}

[class^=sw-icon-rank] {
  background-image: url(../images/icon-home-rank.png);
  background-position-x: 0;
}

.sw-icon-rank-crown {
  width: 16px;
  height: 11px;
  background-position-y: 0;
}
.sw-icon-rank-medal {
  width: 15px;
  height: 17px;
  background-position-y: -50px;
}

[class^=sw-icon-home-quick] {
  background-image: url(../images/icon-home-quick.png);
  background-position-x: 0;
}

.sw-icon-home-quick-01 {
  width: 38px;
  height: 35px;
  background-position-y: 0;
}
.sw-icon-home-quick-02 {
  width: 37px;
  height: 35px;
  background-position-y: -100px;
}
.sw-icon-home-quick-03 {
  width: 44px;
  height: 35px;
  background-position-y: -200px;
}
.sw-icon-home-quick-04 {
  width: 41px;
  height: 38px;
  background-position-y: -300px;
}
.sw-icon-home-quick-05 {
  width: 40px;
  height: 35px;
  background-position-y: -400px;
}
.sw-icon-home-quick-06 {
  width: 36px;
  height: 30px;
  background-position-y: -500px;
}

[class^=sw-icon-home-link] {
  background-image: url(../images/icon-home-link.png);
  background-position-x: 0;
}

.sw-icon-home-link-req {
  width: 20px;
  height: 17px;
  background-position-y: 0;
}
.sw-icon-home-link-prd {
  width: 17px;
  height: 17px;
  background-position-y: -50px;
}

[class^=sw-icon-home-group] {
  background-image: url(../images/icon-home-group.png);
  background-position-x: 0;
}

.sw-icon-home-group-sales {
  width: 41px;
  height: 34px;
  background-position-y: 0;
}
.sw-icon-home-group-car {
  width: 44px;
  height: 35px;
  background-position-y: -50px;
}
.sw-icon-home-group-normal {
  width: 40px;
  height: 37px;
  background-position-y: -100px;
}

.sw-info-txt {
  position: relative;
  min-height: 16px;
  margin-top: 5px;
  padding-left: 20px;
  font-size: 12px;
  word-break: keep-all;
  word-break: break-word;
  word-spacing: -1px;
  letter-spacing: -0.2px;
  box-sizing: border-box;
}
.sw-info-txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../images/icons.png) no-repeat;
  background-position: -600px -50px;
}
.sw-info-txt.is-blue:before {
  background-image: url(../images/icons-blue.png);
}
.sw-info-txt.is-red:before {
  background-image: url(../images/icons-red.png);
}
.sw-info-txt.is-fill:before {
  background-position: -650px -50px;
}
.sw-info-txt:first-child {
  margin-top: 0;
}
.sw-info-txt + div, .sw-info-txt + ul, .sw-info-txt + table {
  margin-top: 10px;
}
.sw-info-txt + .sw-info-group {
  margin-top: 5px;
}
.sw-info-txt + div.sw-btn-area {
  margin-top: 15px;
}

div.sw-info-txt, p.sw-info-txt {
  width: 100%;
}

.sw-info-group {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
}
.sw-info-group .sw-info-txt {
  flex: 1 0 0px;
}

.sw-info-box {
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  border-radius: 3px;
  background: #dce7f5;
  box-sizing: border-box;
}
.sw-info-box > *:first-child {
  margin-top: 0;
}
.sw-info-box.is-pre-cation {
  padding: 25px 30px;
}
.sw-info-box.is-pre-cation .sw-btn-link {
  width: 100%;
  text-align: left;
}
.sw-info-box.is-pre-cation .sw-btn-link + .sw-btn-link {
  margin-top: 15px;
}
.sw-info-box h1 {
  font-size: 13px;
  letter-spacing: -0.5px;
}
.sw-info-box > * + .sw-list-dot {
  margin-top: 8px;
}
.sw-info-box > * + .sw-desc {
  margin-top: 5px;
  font-size: 12px;
}
.sw-info-box + .sw-info-box {
  margin-top: 10px;
}

.sw-info-tbl {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #999;
}
.sw-info-tbl thead {
  background: #fff;
}
.sw-info-tbl thead th {
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 12px;
  box-sizing: border-box;
}
.sw-info-tbl tbody {
  background: #fff;
}
.sw-info-tbl tbody th, .sw-info-tbl tbody td {
  padding: 10px 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 13px;
  text-align: left;
  box-sizing: border-box;
}
.sw-info-tbl tbody th {
  border-right: 1px solid #ebebeb;
  background-color: #fafafa;
}
.sw-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  height: 18px;
  line-height: 1;
  padding: 0 5px 1px;
  border-radius: 9px;
  background-color: #ff791a;
  font-size: 11px;
  color: #fff;
  box-sizing: border-box;
}
.sw-badge.is-red {
  background-color: #f24130;
}
.sw-badge.is-org {
  background-color: #ff791a;
}
.sw-badge.is-yellow {
  background-color: #f2aa18;
  color: #000;
}
.sw-badge.is-blue {
  background-color: #0099e5;
}
.sw-badge.is-cyan {
  background-color: #40cee2;
}
.sw-badge.is-indigo {
  background-color: #3F51B5;
}
.sw-badge.is-blueGray {
  background-color: #6b8299;
}
.sw-badge.is-green {
  background-color: #24b383;
}
.sw-badge.is-purple {
  background-color: #9c67f9;
}
.sw-badge.is-main {
  background-color: #115ba6;
}
.sw-badge.is-black {
  background-color: #000;
}
.sw-badge.is-white {
  background-color: #fff;
  color: #333;
}
.sw-badge.is-number {
  min-width: 15px;
  height: 15px;
  padding: 0 4px 1px;
  font-family: "맑은고딕";
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sw-badge.is-number {
    padding: 0 4px;
  }
}
.sw-badge.is-new {
  min-width: 15px;
  height: 16px;
  padding: 0 4px 1px;
  border-radius: 3px;
  color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sw-badge.is-new {
    padding: 0 4px;
  }
}

[class*=sw-align] {
  display: flex;
  box-sizing: border-box;
}

.sw-align-left {
  justify-content: flex-start;
}
.sw-align-right {
  justify-content: flex-end;
}
.sw-align-center {
  justify-content: center;
}
.sw-align-space {
  justify-content: space-between;
}
.sw-align-top {
  align-items: flex-start;
}
.sw-align-middle {
  align-items: center;
}
.sw-align-middle input[type=radio], .sw-align-middle input[type=checkbox] {
  top: 0;
}
.sw-align-middle input[type=radio] + label, .sw-align-middle input[type=checkbox] + label {
  top: 1px;
}
.sw-align-middle.is-vrt {
  flex-direction: column;
}
.sw-align-bottom {
  align-items: flex-end;
}
.sw-align-left > .is-col-fix, .sw-align-left > .sw-unit, .sw-align-left > .sw-split, .sw-align-left > button, .sw-align-left > .sw-btn, .sw-align-left > .is-right, .sw-align-right > .is-col-fix, .sw-align-right > .sw-unit, .sw-align-right > .sw-split, .sw-align-right > button, .sw-align-right > .sw-btn, .sw-align-right > .is-right, .sw-align-center > .is-col-fix, .sw-align-center > .sw-unit, .sw-align-center > .sw-split, .sw-align-center > button, .sw-align-center > .sw-btn, .sw-align-center > .is-right, .sw-align-space > .is-col-fix, .sw-align-space > .sw-unit, .sw-align-space > .sw-split, .sw-align-space > button, .sw-align-space > .sw-btn, .sw-align-space > .is-right {
  flex: 0 0 auto;
}
.sw-align-left > .is-right, .sw-align-right > .is-right, .sw-align-center > .is-right, .sw-align-space > .is-right {
  position: relative !important;
  padding-left: 10px;
}
.sw-align-left > .is-left, .sw-align-right > .is-left, .sw-align-center > .is-left, .sw-align-space > .is-left {
  flex: 1 0 0px;
  min-width: 0;
  max-width: 100%;
  width: auto;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f2f2f2;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(82, 88, 102, 0.7);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #525866;
}

.sw-list-dot {
  width: 100%;
}
.sw-list-dot li {
  position: relative;
  padding-left: 10px;
  margin-top: 5px;
  line-height: 1.5;
}
.sw-list-dot li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}
.sw-list-dot li:first-child {
  margin-top: 0;
}
.sw-list-attach {
  width: 100%;
}
.sw-list-attach li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
}
.sw-list-attach li img {
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.sw-list-attach li i {
  flex: 0 0 auto;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.sw-list-attach li a {
  position: relative;
  top: 1px;
  color: #333;
  cursor: pointer;
}
.sw-list-attach li button {
  flex: 0 0 auto;
  margin-left: 5px;
}
.sw-list-check li {
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
}
.sw-list-check li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 10px;
  background: url(../img/new/icons-blue.png) no-repeat -350px -500px;
}
.sw-list-check li + li {
  margin-top: 10px;
}
.sw-list-form {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.sw-list-form dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 25px;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.sw-list-form dt .is-label {
  font-weight: bold;
}
.sw-list-form dt .is-right {
  display: inline-flex;
  align-items: center;
}
.sw-list-form dd {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.sw-list-form dd + dt {
  margin-top: 10px;
}
.sw-list-form dd + dd {
  margin-top: 5px;
}
.sw-list-form dd .cols > * {
  margin-left: 4px;
}
.sw-list-form dd.is-block {
  padding: 8px 10px;
  border-radius: 3px;
  border: solid rgba(206, 210, 217, 0.6);
  border-width: 1px;
  background: #e6e9f2;
}
.sw-list-form dd.is-total {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 4px;
  border: solid rgba(206, 210, 217, 0.6);
  border-width: 1px;
  background: rgba(242, 65, 48, 0.1);
}
.sw-list-form dd > input:not([type=checkbox]):not([type=radio]),
.sw-list-form dd > textarea,
.sw-list-form dd > select {
  width: 100%;
  margin-top: 5px;
}
.sw-list-form dd > input:not([type=checkbox]):not([type=radio]):first-child,
.sw-list-form dd > textarea:first-child,
.sw-list-form dd > select:first-child {
  margin-top: 0;
}
.sw-list-form dd .txt-info {
  margin-top: 5px;
}

.sw-list-notice li {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.sw-list-notice li:last-child {
  margin-bottom: 0;
}
.sw-list-notice li p {
  flex: 1 0 0px;
  min-width: 0;
  max-width: 100%;
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.sw-list-notice li p:hover {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sw-list-notice li p + span {
  margin-left: 10px;
  margin-right: 2px;
  font-size: 12px;
  color: #777;
}
.sw-list-notice li .sw-badge.is-new {
  font-size: 11px;
  font-weight: bold;
  pointer-events: none;
  margin-right: 2px;
}
.sw-list-notice.is-home {
  padding: 15px 15px 17px;
  background-color: #fff;
}
.sw-list-notice.is-home li {
  margin-bottom: 14px;
}
.sw-list-notice.is-home li:last-child {
  margin-bottom: 0;
}

.sw-list-card li {
  float: left;
  display: inline-flex;
  align-items: center;
  width: calc(50% - 15px);
  height: 36px;
  margin: 10px 0 0 10px;
  padding: 0 10px 3px;
  border-radius: 3px;
  background-color: #e6e9f2;
  transition: all 0.2s;
}
.sw-list-card li:hover {
  background-color: #c4dcf5;
  cursor: pointer;
}
.sw-list-card li p {
  flex: 1 0 0px;
  min-width: 0;
  max-width: 100%;
  width: auto;
  font-weight: bold;
}
.sw-list-card li span {
  position: relative;
  top: -1px;
  margin-left: 10px;
  font-size: 11px;
  color: #777;
}
.sw-list-card li span em {
  position: relative;
  top: 1px;
  right: 1px;
  font-size: 15px;
  color: #0099e5;
}

.sw-list-lank label {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #c4dcf5;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.sw-list-lank label.is-num {
  width: 18px;
  height: 18px;
  font-size: 12px;
  background-color: #cfd4e5;
}
.sw-list-lank label.is-num.is-top {
  background-color: #ff791a;
  color: #fff;
}
.sw-list-lank span {
  margin-left: 3px;
}
.sw-list-lank .is-name {
  font-weight: bold;
}
.sw-list-lank .is-right span {
  position: relative;
  top: -1px;
  width: 80px;
}
.sw-list-lank .is-right span.is-small {
  width: 30px;
}
.sw-list-lank li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 10px 12px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.sw-list-lank li:last-child {
  border-bottom: 0;
}
.sw-list-lank li .is-left, .sw-list-lank li .is-right {
  display: flex;
  align-items: center;
}

label.is-lank {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #c4dcf5;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
label.is-lank + span {
  margin-left: 2px !important;
  font-size: 11px;
}

.sw-list-btn {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 0 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #e6e9f2;
}
.sw-list-btn button {
  flex: 1 1 atuo;
  width: 100%;
  margin: 0 0 10px 0;
}
.sw-list-btn.is-col-2 {
  padding-right: 0;
}
.sw-list-btn.is-col-2 button {
  flex: 0 1 calc(50% - 10px);
  margin-right: 10px;
}
.sw-list-btn.is-col-3 {
  padding-right: 0;
}
.sw-list-btn.is-col-3 button {
  flex: 0 1 calc(33.3333333333% - 10px);
  margin-right: 10px;
}
.sw-list-btn > i {
  margin: -5px 0 5px;
}

textarea, input:not([type=checkbox]):not([type=radio]), select {
  height: 25px;
  padding: 0 6px 1px;
  border-radius: 0;
  border: 1px solid #bfbfbf;
  font-size: 12.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: 0;
  transition: border-color 0.3s;
  box-sizing: border-box;
}
textarea:hover, input:not([type=checkbox]):not([type=radio]):hover, select:hover {
  border-color: #115ba6;
}
textarea:focus, input:not([type=checkbox]):not([type=radio]):focus, select:focus {
  border-color: #115ba6;
  color: #115ba6;
}
textarea[readonly], textarea[disabled], input:not([type=checkbox]):not([type=radio])[readonly], input:not([type=checkbox]):not([type=radio])[disabled], select[readonly], select[disabled] {
  background-color: #f0f0f0;
  cursor: default;
}
textarea[readonly]:hover, textarea[disabled]:hover, input:not([type=checkbox]):not([type=radio])[readonly]:hover, input:not([type=checkbox]):not([type=radio])[disabled]:hover, select[readonly]:hover, select[disabled]:hover {
  border-color: #ced2d9;
}
textarea[readonly]:focus, textarea[disabled]:focus, input:not([type=checkbox]):not([type=radio])[readonly]:focus, input:not([type=checkbox]):not([type=radio])[disabled]:focus, select[readonly]:focus, select[disabled]:focus {
  border-color: #ced2d9;
  color: #333;
}
textarea.is-sm, input:not([type=checkbox]):not([type=radio]).is-sm, select.is-sm {
  height: 20px;
  padding: 0 6px 2px;
  font-size: 12px;
}
textarea.is-md, input:not([type=checkbox]):not([type=radio]).is-md, select.is-md {
  height: 30px;
  padding: 0 8px 2px;
  font-size: 12px;
}
textarea.is-lg, input:not([type=checkbox]):not([type=radio]).is-lg, select.is-lg {
  height: 40px;
  padding: 0 10px 2px;
  font-size: 13px;
}
textarea.is-xl, input:not([type=checkbox]):not([type=radio]).is-xl, select.is-xl {
  height: 50px;
  padding: 0 12px 2px;
  font-size: 14px;
}
textarea.is-trns, input:not([type=checkbox]):not([type=radio]).is-trns, select.is-trns {
  border: 0;
  background-color: transparent;
  color: #333;
}
textarea.is-trns[readonly], textarea.is-trns[disabled], input:not([type=checkbox]):not([type=radio]).is-trns[readonly], input:not([type=checkbox]):not([type=radio]).is-trns[disabled], select.is-trns[readonly], select.is-trns[disabled] {
  background-color: transparent;
  color: #333;
  opacity: 1;
}
textarea.is-required, input:not([type=checkbox]):not([type=radio]).is-required, select.is-required {
  background-color: #fcd9d6;
}

input[type=password] {
  font-family: sans-serif;
  padding-bottom: 4px !important;
}

input[type=file] {
  border: 0 !important;
  padding: 0 !important;
}

select {
  padding: 0 18px 2px 5px;
  background-image: url(../images/bg-select.png);
  background-repeat: no-repeat;
  background-position: right 8px top 50%;
  font-size: 12px;
}
select::-ms-expand {
  display: none;
}
select:focus {
  color: #333;
}
select.is-trans {
  border: 0;
  background-color: transparent;
}
select[multiple] {
  width: 100%;
  padding: 0;
  background-image: none;
}
select[multiple] option {
  padding: 3px 6px;
}
select option {
  font-size: 12px;
}
select.is-sm {
  padding: 0 16px 2px 4px;
  background-position: right 5px top 50%;
}
select.is-md {
  padding: 0 20px 2px 6px;
  background-position: right 10px top 50%;
}
select.is-lg {
  padding: 0 24px 2px 8px;
  background-position: right 12px top 50%;
}
select.is-xl {
  padding: 0 26px 2px 10px;
  background-position: right 14px top 50%;
}
select.is-trns:disabled {
  background-image: none;
}

textarea {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  vertical-align: top;
  resize: none;
}

::-webkit-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b3b3b3 !important;
  opacity: 1;
}

input[type=radio].sw-form, input[type=checkbox].sw-form {
  display: none;
  position: relative;
}
input[type=radio].sw-form + label, input[type=checkbox].sw-form + label {
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  height: 18px;
  margin-right: 8px;
  font-size: 13px;
  white-space: normal;
  cursor: pointer;
}
input[type=radio].sw-form + label::before, input[type=checkbox].sw-form + label::before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-right: 4px;
  border: 1px solid #999;
  background-image: none;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
}
input[type=radio].sw-form + label::after, input[type=checkbox].sw-form + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: all 0.3s;
}
input[type=radio].sw-form + label:hover::before, input[type=checkbox].sw-form + label:hover::before {
  border-color: #115ba6;
}
input[type=radio].sw-form + label + .sw-split, input[type=checkbox].sw-form + label + .sw-split {
  margin-right: 8px;
}
input[type=radio].sw-form + label.is-mr-0::before, input[type=checkbox].sw-form + label.is-mr-0::before {
  margin-right: 0;
}
input[type=radio].sw-form + label:last-child, input[type=checkbox].sw-form + label:last-child {
  margin-right: 0;
}
input[type=radio].sw-form:disabled + label, input[type=checkbox].sw-form:disabled + label {
  opacity: 0.6;
  cursor: default;
}
input[type=radio].sw-form:disabled + label:before, input[type=checkbox].sw-form:disabled + label:before {
  border-color: #999;
}
input[type=radio].sw-form:checked + label::before, input[type=checkbox].sw-form:checked + label::before {
  border-color: #115ba6;
}
input[type=radio].sw-form.is-hidden + label, input[type=checkbox].sw-form.is-hidden + label {
  display: none;
}
input[type=radio].sw-form.is-rvs + label, input[type=checkbox].sw-form.is-rvs + label {
  padding-right: 22px;
}
input[type=radio].sw-form.is-rvs + label::before, input[type=checkbox].sw-form.is-rvs + label::before {
  position: absolute;
  right: 0;
}

input[type=checkbox].sw-form + label::before {
  border-radius: 2px;
}
input[type=checkbox].sw-form + label::after {
  top: 3px;
  left: 5px;
  width: 4px;
  height: 6px;
  border: solid #fff;
  border-width: 0 1.2px 1.2px 0;
  transform: rotate(45deg);
}
input[type=checkbox].sw-form:hover::after {
  border-color: #115ba6;
}
input[type=checkbox].sw-form:disabled + label:hover::after {
  border-color: #fff;
}
input[type=checkbox].sw-form:checked + label::before {
  background-color: #115ba6;
}
input[type=checkbox].sw-form:checked + label:hover::after {
  border-color: #fff;
}
input[type=checkbox].sw-form.is-rvs + label::after {
  left: auto;
  right: 9px;
}

input[type=radio].sw-form + label::before {
  top: 2px;
  border-radius: 50%;
}
input[type=radio].sw-form + label::after {
  top: 6px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}
input[type=radio].sw-form:disabled + label {
  opacity: 0.6;
}
input[type=radio].sw-form:checked + label::after {
  background-color: #115ba6;
}
input[type=radio].sw-form.is-rvs + label::after {
  left: auto;
  right: 8px;
}

.check-vert input[type=radio].sw-form + label, .check-vert input[type=checkbox].sw-form + label {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
}
.check-vert input[type=radio].sw-form + label:last-child, .check-vert input[type=checkbox].sw-form + label:last-child {
  margin-bottom: 0;
}
.check-vert input[type=radio].sw-form + label.hidden, .check-vert input[type=checkbox].sw-form + label.hidden {
  display: none;
}
.check-vert input[type=radio].sw-form + label [class^=sw-icon], .check-vert input[type=checkbox].sw-form + label [class^=sw-icon] {
  margin-right: 2px;
}

.sw-radio-group {
  display: inline-flex;
  align-items: center;
}
.sw-radio-group input[type=radio].sw-form + label {
  align-items: center;
  margin-right: 0;
  font-family: "맑은 고딕";
  font-size: 13px;
  color: #666;
  transition: all 0.2s;
}
.sw-radio-group input[type=radio].sw-form + label::before {
  top: 0;
  min-width: 6px;
  width: 6px;
  min-height: 6px;
  height: 6px;
  border: 0;
  background-color: #bec2cc;
  transition: all 0.2s;
}
.sw-radio-group input[type=radio].sw-form + label::after {
  display: none;
}
.sw-radio-group input[type=radio].sw-form + label ~ label {
  margin-left: 10px;
}
.sw-radio-group input[type=radio].sw-form:checked + label {
  color: #333;
  font-weight: bold;
  color: #115ba6;
}
.sw-radio-group input[type=radio].sw-form:checked + label::before {
  background-color: #ff791a;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 2000px #fff inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.is-txt-center input[type=radio].sw-form + label, .is-txt-center input[type=checkbox].sw-form + label {
  margin-right: 0;
}
.is-txt-center input[type=radio].sw-form + label::before, .is-txt-center input[type=checkbox].sw-form + label::before {
  margin-right: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  touch-action: manipulation;
  cursor: pointer;
  overflow: hidden;
  min-width: 50px;
  height: 25px;
  padding: 0 10px 1px;
  border-radius: 2px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.5px;
  word-spacing: -0.1px;
  color: #333;
  transition: all 0.3s;
  outline: none;
  box-sizing: border-box;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #ebf2fa;
}
button + button,
button + input[type=button],
button + input[type=reset],
button + input[type=submit],
input[type=button] + button,
input[type=button] + input[type=button],
input[type=button] + input[type=reset],
input[type=button] + input[type=submit],
input[type=reset] + button,
input[type=reset] + input[type=button],
input[type=reset] + input[type=reset],
input[type=reset] + input[type=submit],
input[type=submit] + button,
input[type=submit] + input[type=button],
input[type=submit] + input[type=reset],
input[type=submit] + input[type=submit] {
  margin-left: 4px;
}
button.is-sm,
input[type=button].is-sm,
input[type=reset].is-sm,
input[type=submit].is-sm {
  min-width: 30px;
  height: 20px;
  padding: 0 5px 2px;
  border-radius: 2px;
  font-size: 11px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button.is-sm,
input[type=button].is-sm,
input[type=reset].is-sm,
input[type=submit].is-sm {
    padding: 0 5px 2px;
  }
}
button.is-md,
input[type=button].is-md,
input[type=reset].is-md,
input[type=submit].is-md {
  min-width: 65px;
  height: 30px;
  padding: 0 15px 2px;
  border-radius: 3px;
  font-size: 13px;
}
button.has-icon,
input[type=button].has-icon,
input[type=reset].has-icon,
input[type=submit].has-icon {
  padding: 0 8px;
}
button.has-icon span,
input[type=button].has-icon span,
input[type=reset].has-icon span,
input[type=submit].has-icon span {
  margin-top: -1px;
}
button.has-icon i + span,
input[type=button].has-icon i + span,
input[type=reset].has-icon i + span,
input[type=submit].has-icon i + span {
  margin-left: 4px;
}
button.has-icon span + i,
input[type=button].has-icon span + i,
input[type=reset].has-icon span + i,
input[type=submit].has-icon span + i {
  margin-left: 6px;
  margin-right: -2px;
}
button.is-lg,
input[type=button].is-lg,
input[type=reset].is-lg,
input[type=submit].is-lg {
  min-width: 80px;
  height: 40px;
  padding: 0 15px 2px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
button.is-xl,
input[type=button].is-xl,
input[type=reset].is-xl,
input[type=submit].is-xl {
  min-width: 140px;
  height: 50px;
  padding: 0 20px 2px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}
button.is-icon,
input[type=button].is-icon,
input[type=reset].is-icon,
input[type=submit].is-icon {
  min-width: auto;
  padding: 0 4px;
  border: 0;
  background-color: transparent;
}
button.is-icon span,
input[type=button].is-icon span,
input[type=reset].is-icon span,
input[type=submit].is-icon span {
  margin-top: -1px;
}
button.is-icon i + span,
input[type=button].is-icon i + span,
input[type=reset].is-icon i + span,
input[type=submit].is-icon i + span {
  margin-left: 4px;
}
button.is-icon span + i,
input[type=button].is-icon span + i,
input[type=reset].is-icon span + i,
input[type=submit].is-icon span + i {
  margin-left: 4px;
  margin-right: -2px;
}
button.has-icon-only,
input[type=button].has-icon-only,
input[type=reset].has-icon-only,
input[type=submit].has-icon-only {
  min-width: 30px;
  padding: 0;
}
button.is-trns,
input[type=button].is-trns,
input[type=reset].is-trns,
input[type=submit].is-trns {
  border: 0;
  background-color: transparent;
}
button.is-circle,
input[type=button].is-circle,
input[type=reset].is-circle,
input[type=submit].is-circle {
  min-width: 20px;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 50%;
}
button.is-circle.is-sm,
input[type=button].is-circle.is-sm,
input[type=reset].is-circle.is-sm,
input[type=submit].is-circle.is-sm {
  width: 20px;
  height: 20px;
}
button.is-circle.is-md,
input[type=button].is-circle.is-md,
input[type=reset].is-circle.is-md,
input[type=submit].is-circle.is-md {
  width: 30px;
  height: 30px;
}
button.is-circle.is-lg,
input[type=button].is-circle.is-lg,
input[type=reset].is-circle.is-lg,
input[type=submit].is-circle.is-lg {
  width: 40px;
  height: 40px;
}
button.is-circle.is-xl,
input[type=button].is-circle.is-xl,
input[type=reset].is-circle.is-xl,
input[type=submit].is-circle.is-xl {
  width: 50px;
  height: 50px;
}
button.is-round,
input[type=button].is-round,
input[type=reset].is-round,
input[type=submit].is-round {
  height: 25px;
  border-radius: 18px;
}
button.is-round.is-sm,
input[type=button].is-round.is-sm,
input[type=reset].is-round.is-sm,
input[type=submit].is-round.is-sm {
  height: 20px;
  border-radius: 10px;
}
button.is-round.is-md,
input[type=button].is-round.is-md,
input[type=reset].is-round.is-md,
input[type=submit].is-round.is-md {
  height: 30px;
  border-radius: 15px;
}
button.is-round.is-xm,
input[type=button].is-round.is-xm,
input[type=reset].is-round.is-xm,
input[type=submit].is-round.is-xm {
  height: 40px;
  border-radius: 20px;
}
button.is-round.is-lg,
input[type=button].is-round.is-lg,
input[type=reset].is-round.is-lg,
input[type=submit].is-round.is-lg {
  height: 50px;
  border-radius: 25px;
}
button.is-round.is-xl,
input[type=button].is-round.is-xl,
input[type=reset].is-round.is-xl,
input[type=submit].is-round.is-xl {
  height: 60px;
  border-radius: 30px;
}
button.is-norborder,
input[type=button].is-norborder,
input[type=reset].is-norborder,
input[type=submit].is-norborder {
  border-color: transparent;
  background-color: #ebf2fa;
}
button.is-norborder:hover,
input[type=button].is-norborder:hover,
input[type=reset].is-norborder:hover,
input[type=submit].is-norborder:hover {
  border-color: transparent;
  background-color: #d7e5f5;
}
button.is-fill,
input[type=button].is-fill,
input[type=reset].is-fill,
input[type=submit].is-fill {
  background-color: #5c7099;
  color: #fff;
}
button.is-fill:hover,
input[type=button].is-fill:hover,
input[type=reset].is-fill:hover,
input[type=submit].is-fill:hover {
  background-color: #526489;
}
button.is-search,
input[type=button].is-search,
input[type=reset].is-search,
input[type=submit].is-search {
  background-color: #29b9cc;
  color: #fff;
}
button.is-search:hover,
input[type=button].is-search:hover,
input[type=reset].is-search:hover,
input[type=submit].is-search:hover {
  background-color: #25a6b7;
}
button.is-reset,
input[type=button].is-reset,
input[type=reset].is-reset,
input[type=submit].is-reset {
  padding-left: 0;
  padding-right: 0;
  border-color: #115ba6;
}
button.is-main,
input[type=button].is-main,
input[type=reset].is-main,
input[type=submit].is-main {
  background-color: #115ba6;
  color: #fff;
}
button.is-main:hover,
input[type=button].is-main:hover,
input[type=reset].is-main:hover,
input[type=submit].is-main:hover {
  background-color: #0f4e8f;
}
button.is-light,
input[type=button].is-light,
input[type=reset].is-light,
input[type=submit].is-light {
  background-color: #ebf2fa;
}
button.is-light:hover,
input[type=button].is-light:hover,
input[type=reset].is-light:hover,
input[type=submit].is-light:hover {
  background-color: #d7e5f5;
}
button.is-blue,
input[type=button].is-blue,
input[type=reset].is-blue,
input[type=submit].is-blue {
  background-color: #0099e5;
  color: #fff;
}
button.is-blue:hover,
input[type=button].is-blue:hover,
input[type=reset].is-blue:hover,
input[type=submit].is-blue:hover {
  background-color: #0088cc;
}
button.is-red,
input[type=button].is-red,
input[type=reset].is-red,
input[type=submit].is-red {
  background-color: #f24130;
  color: #fff;
}
button.is-red:hover,
input[type=button].is-red:hover,
input[type=reset].is-red:hover,
input[type=submit].is-red:hover {
  background-color: #f02b18;
}
button.is-org,
input[type=button].is-org,
input[type=reset].is-org,
input[type=submit].is-org {
  background-color: #ff791a;
  color: #fff;
}
button.is-org:hover,
input[type=button].is-org:hover,
input[type=reset].is-org:hover,
input[type=submit].is-org:hover {
  background-color: #ff6a01;
}
button.is-yellow,
input[type=button].is-yellow,
input[type=reset].is-yellow,
input[type=submit].is-yellow {
  background-color: #f2aa18;
  color: #fff;
}
button.is-yellow:hover,
input[type=button].is-yellow:hover,
input[type=reset].is-yellow:hover,
input[type=submit].is-yellow:hover {
  background-color: #e49d0d;
}
button.is-green,
input[type=button].is-green,
input[type=reset].is-green,
input[type=submit].is-green {
  background-color: #24b383;
  color: #fff;
}
button.is-green:hover,
input[type=button].is-green:hover,
input[type=reset].is-green:hover,
input[type=submit].is-green:hover {
  background-color: #209e73;
}
button.is-indigo,
input[type=button].is-indigo,
input[type=reset].is-indigo,
input[type=submit].is-indigo {
  background-color: #3F51B5;
  color: #fff;
}
button.is-indigo:hover,
input[type=button].is-indigo:hover,
input[type=reset].is-indigo:hover,
input[type=submit].is-indigo:hover {
  background-color: #3849a2;
}
button.is-purple,
input[type=button].is-purple,
input[type=reset].is-purple,
input[type=submit].is-purple {
  background-color: #9c67f9;
  color: #fff;
}
button.is-purple:hover,
input[type=button].is-purple:hover,
input[type=reset].is-purple:hover,
input[type=submit].is-purple:hover {
  background-color: #8c4ef8;
}
button.is-cyan,
input[type=button].is-cyan,
input[type=reset].is-cyan,
input[type=submit].is-cyan {
  background-color: #29b9cc;
  color: #fff;
}
button.is-cyan:hover,
input[type=button].is-cyan:hover,
input[type=reset].is-cyan:hover,
input[type=submit].is-cyan:hover {
  background-color: #25a6b7;
}
button.is-blueGray,
input[type=button].is-blueGray,
input[type=reset].is-blueGray,
input[type=submit].is-blueGray {
  background-color: #6b8299;
  color: #fff;
}
button.is-blueGray:hover,
input[type=button].is-blueGray:hover,
input[type=reset].is-blueGray:hover,
input[type=submit].is-blueGray:hover {
  background-color: #60758b;
}
button.is-border-red:hover,
input[type=button].is-border-red:hover,
input[type=reset].is-border-red:hover,
input[type=submit].is-border-red:hover {
  background-color: rgba(242, 65, 48, 0.1);
}
button.is-border-org:hover,
input[type=button].is-border-org:hover,
input[type=reset].is-border-org:hover,
input[type=submit].is-border-org:hover {
  background-color: rgba(255, 121, 26, 0.1);
}
button.is-border-yellow:hover,
input[type=button].is-border-yellow:hover,
input[type=reset].is-border-yellow:hover,
input[type=submit].is-border-yellow:hover {
  background-color: rgba(242, 170, 24, 0.1);
}
button.is-border-green:hover,
input[type=button].is-border-green:hover,
input[type=reset].is-border-green:hover,
input[type=submit].is-border-green:hover {
  background-color: rgba(36, 179, 131, 0.1);
}
button.is-border-cyan:hover,
input[type=button].is-border-cyan:hover,
input[type=reset].is-border-cyan:hover,
input[type=submit].is-border-cyan:hover {
  background-color: rgba(64, 206, 226, 0.1);
}
button.is-border-blue:hover,
input[type=button].is-border-blue:hover,
input[type=reset].is-border-blue:hover,
input[type=submit].is-border-blue:hover {
  background-color: rgba(0, 153, 229, 0.1);
}
button.is-border-indigo:hover,
input[type=button].is-border-indigo:hover,
input[type=reset].is-border-indigo:hover,
input[type=submit].is-border-indigo:hover {
  background-color: rgba(63, 81, 181, 0.1);
}
button.is-border-purple:hover,
input[type=button].is-border-purple:hover,
input[type=reset].is-border-purple:hover,
input[type=submit].is-border-purple:hover {
  background-color: rgba(156, 103, 249, 0.1);
}
button.is-border-blueGray:hover,
input[type=button].is-border-blueGray:hover,
input[type=reset].is-border-blueGray:hover,
input[type=submit].is-border-blueGray:hover {
  background-color: rgba(107, 130, 153, 0.1);
}
button.sortable-ghost,
input[type=button].sortable-ghost,
input[type=reset].sortable-ghost,
input[type=submit].sortable-ghost {
  border: 1px dotted #0099e5;
  background-color: rgba(0, 153, 229, 0.3);
}
button.is-index,
input[type=button].is-index,
input[type=reset].is-index,
input[type=submit].is-index {
  min-width: 30px;
  height: 31px;
  padding-left: 6px;
  padding-right: 8px;
  border-color: #5c7099;
}
button.is-index:hover,
input[type=button].is-index:hover,
input[type=reset].is-index:hover,
input[type=submit].is-index:hover {
  background-color: #f5e9dc;
}
button.is-index b,
input[type=button].is-index b,
input[type=reset].is-index b,
input[type=submit].is-index b {
  margin-right: 2px;
  font-family: "돋움";
  font-size: 15px;
}
button.is-index b.is-sm,
input[type=button].is-index b.is-sm,
input[type=reset].is-index b.is-sm,
input[type=submit].is-index b.is-sm {
  position: relative;
  top: 1px;
  font-size: 13px;
}
button.is-index span, button.is-index em,
input[type=button].is-index span,
input[type=button].is-index em,
input[type=reset].is-index span,
input[type=reset].is-index em,
input[type=submit].is-index span,
input[type=submit].is-index em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1px;
  min-width: 25px;
  height: 17px;
  padding: 0 7px 0 5px;
  border-radius: 8px;
  font-family: "굴림";
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
button.is-index span,
input[type=button].is-index span,
input[type=reset].is-index span,
input[type=submit].is-index span {
  background-color: rgba(0, 0, 0, 0.25);
}
button.is-index em,
input[type=button].is-index em,
input[type=reset].is-index em,
input[type=submit].is-index em {
  background-color: #ff791a;
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  background-color: #d9d9d9;
  color: #999;
  cursor: default;
}
button:disabled:hover,
input[type=button]:disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit]:disabled:hover {
  background-color: #d9d9d9;
  color: #999;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
  -webkit-appearance: button;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  touch-action: manipulation;
  cursor: pointer;
  overflow: hidden;
  min-width: 50px;
  height: 25px;
  padding: 0 10px 1px;
  border-radius: 2px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15);
  background-image: none;
  background-color: #5c7099;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.5px;
  word-spacing: -0.1px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  box-sizing: border-box;
}

input[type=file]::file-selector-button {
  cursor: pointer;
  -webkit-appearance: button;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  touch-action: manipulation;
  cursor: pointer;
  overflow: hidden;
  min-width: 50px;
  height: 25px;
  padding: 0 10px 1px;
  border-radius: 2px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15);
  background-image: none;
  background-color: #5c7099;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.5px;
  word-spacing: -0.1px;
  color: #fff;
  transition: all 0.3s;
  outline: none;
  box-sizing: border-box;
}
input[type=file]::-webkit-file-upload-button:hover {
  background-color: #526489;
}
input[type=file]::file-selector-button:hover {
  background-color: #526489;
}

.sw-btn-move {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 29px;
  padding: 0;
}
.sw-btn-move.is-md {
  min-width: 41px;
  height: 31px;
  padding: 0;
}
.sw-btn-area {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.sw-btn-area.is-border-top {
  border-top: 1px solid #ced2d9;
  padding-top: 10px;
}
.sw-btn-area.sw-cols button {
  flex: 1 0 0px;
  min-width: 0;
  max-width: 100%;
  width: auto;
  margin-left: 10px;
}

th .pl-btn, th label.pl-btn, th .pl-btn-free, th .btn-glass, td .pl-btn, td label.pl-btn, td .pl-btn-free, td .btn-glass {
  min-width: 45px;
  padding-left: 6px;
  padding-right: 6px;
}

.pl-selection-group > * {
  float: left;
}
.pl-selection-group input {
  display: none;
}
.pl-selection-group input:disabled + label {
  opacity: 0.5;
  cursor: default;
}
.pl-selection-group input:disabled + label:hover {
  background-color: #f9f9f9;
}
.pl-selection-group input:checked + label {
  border-color: #5c7099;
  background-color: #5c7099;
  color: rgba(255, 255, 255, 0.8);
  cursor: default;
}
.pl-selection-group input:checked + label:hover {
  background-color: #5c7099;
}
.pl-selection-group input:checked:disabled + label {
  opacity: 0.5;
  cursor: default;
}
.pl-selection-group input:checked:disabled + label:hover {
  background-color: #5c7099;
}
.pl-selection-group label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  touch-action: manipulation;
  cursor: pointer;
  overflow: hidden;
  min-width: 40px;
  height: 25px;
  padding: 0 5px 2px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #b3b3b3;
  background-image: none;
  background-color: #f9f9f9;
  font-size: 12px;
  font-weight: normal;
  line-height: 23px;
  letter-spacing: -0.5px;
  word-spacing: -0.1px;
  color: #333;
  transition: all 0.3s;
  outline: none;
  box-sizing: border-box;
}
.pl-selection-group label:hover {
  background-color: #fff;
}
.pl-selection-group label:first-of-type {
  border-radius: 3px 0 0 3px;
}
.pl-selection-group label:last-of-type {
  border-radius: 0 3px 3px 0;
  border-width: 1px;
}

.pl-btn-group button {
  margin-left: 0;
  padding: 0 8px 0;
  border-radius: 0;
  border-top: 1px solid #ced2d9;
  border-bottom: 1px solid #ced2d9;
  border-left: 1px solid #ced2d9;
  border-right: 0;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1 !important;
}
.pl-btn-group button:before {
  display: none;
}
.pl-btn-group button:first-of-type {
  padding-left: 12px;
  border-radius: 2px 0 0 2px;
}
.pl-btn-group button:last-of-type {
  padding-right: 12px;
  border-radius: 0 2px 2px 0;
  border-right: 1px solid #ced2d9;
}
.pl-btn-group button:hover {
  border-color: #115ba6;
}
.pl-btn-group button:hover + button {
  border-left-color: #115ba6;
}
.pl-btn-group button.is-active {
  border-color: #115ba6;
  background: #115ba6;
  color: #fff;
}
.pl-btn-group button.is-md {
  min-width: 50px;
  padding: 0 8px 0;
}
.pl-btn-group button.is-md:first-of-type {
  border-radius: 3px 0 0 3px;
}
.pl-btn-group button.is-md:last-of-type {
  border-radius: 0 3px 3px 0;
}

.sw-drop-layer {
  display: none;
  position: absolute;
  left: auto;
  right: auto;
  z-index: 9;
  border-radius: 6px;
  border: 1px solid #ced2d9;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.sw-drop-layer.is-border {
  border-color: #115ba6;
}
.sw-drop-layer .sw-list-form-view {
  padding: 0 10px;
  margin: -5px 0;
}
.sw-drop-layer .sw-theme-group-list {
  margin: -5px 0;
}

.group-form {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-form input:not([type=checkbox]):not([type=radio]) {
  flex: 1 0 0px;
  min-width: 0;
  max-width: 100%;
  width: auto;
  margin-left: 4px;
  padding-right: 23px;
}
.group-form input:not([type=checkbox]):not([type=radio]):first-child {
  margin-left: 0;
}
.group-form input:not([type=checkbox]):not([type=radio]).is-sm {
  padding-right: 20px;
}
.group-form input:not([type=checkbox]):not([type=radio])[type=hidden] + input {
  margin-left: 0;
}
.group-form button {
  flex: 0 0 auto;
  position: relative;
}
.group-form button:first-of-type {
  position: absolute;
  right: 3px;
  min-width: 20px;
}
.group-form button.is-icon {
  height: 100%;
}
.group-form textarea {
  height: auto;
  margin-bottom: 20px;
}
.group-form .txt-counter {
  position: absolute;
  left: 0;
  bottom: 2px;
  flex: 0 0 auto;
  width: 100%;
}
.group-form .txt-counter.is-right {
  text-align: right;
}

.sw-detail-form.is-sm .group-form button:first-of-type {
  right: 0;
}

.group-form-btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-form-btn input:not([type=checkbox]):not([type=radio]) {
  flex: 1 0 0px;
  min-width: 0;
  max-width: 100%;
  width: auto;
  margin-left: 4px;
}
.group-form-btn input:not([type=checkbox]):not([type=radio]):first-child {
  margin-left: 0;
}
.group-form-btn input:not([type=checkbox]):not([type=radio]):last-of-type {
  padding-right: 22px;
}
.group-form-btn button {
  flex: 0 0 auto;
  position: relative;
}
.group-form-btn button:first-of-type {
  position: absolute;
  right: 30px;
  min-width: 20px;
}
.group-form-btn button.is-icon {
  height: 100%;
}

.txt-counter {
  float: left;
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}
.txt-counter em {
  font-weight: bold;
}
.txt-counter.is-right {
  float: right;
}

.sw-card {
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #b8bbcc;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.sw-card.is-col-fix {
  width: auto;
}
.sw-card .sw-card-header {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 40px;
  height: 40px;
  padding: 0 7px 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.sw-card .sw-card-header > * {
  flex: 1 0 0px;
}
.sw-card .sw-card-header h1 {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  color: #222;
  letter-spacing: 0;
}
.sw-card .sw-card-header h1 .sw-label-value {
  min-width: 24px;
  height: 24px;
  margin-left: 5px;
  line-height: 21px;
}
.sw-card .sw-card-header .is-left {
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
}
.sw-card .sw-card-header .is-left > * {
  float: left;
}
.sw-card .sw-card-header .is-left > * + * {
  margin-left: 6px;
}
.sw-card .sw-card-header .is-left > .sw-label + input.sw-switch + label {
  margin-left: 0;
}
.sw-card .sw-card-header .is-left > .sw-btn + .sw-btn {
  margin-left: 4px;
}
.sw-card .sw-card-header .is-left .sw-info-txt + * {
  margin-left: 10px;
}
.sw-card .sw-card-header .is-right {
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.sw-card .sw-card-header .is-right > * {
  float: left;
}
.sw-card .sw-card-header .is-right > * + * {
  margin-left: 6px;
}
.sw-card .sw-card-header .is-right > .sw-label + input.sw-switch + label {
  margin-left: 0;
}
.sw-card .sw-card-header .is-right > .sw-btn + .sw-btn {
  margin-left: 4px;
}
.sw-card .sw-card-header .is-right .sw-info-txt + * {
  margin-left: 10px;
}
.sw-card .sw-card-body {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
  height: auto;
  padding: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.sw-card .sw-card-body .sw-card-search {
  margin: -12px -12px 12px;
  padding: 8px 12px;
  background: #e4f0f2;
  box-sizing: border-box;
}
.sw-card .sw-card-body.has-bg.is-blue {
  background-color: #d8e0e6;
}
.sw-card .sw-card-body .has-bg {
  margin: -12px -12px 12px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.sw-card .sw-card-body .has-bg:last-child {
  border-bottom: 0;
  margin-bottom: -12px;
}
.sw-card .sw-card-body > .sw-list-form {
  padding-bottom: 5px;
}
.sw-card .sw-card-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 45px;
  padding: 10px 15px;
  border-top: 1px solid #dadce5;
  background-color: #fff;
  box-sizing: border-box;
}
.sw-card .sw-card-footer.is-trns {
  border-color: transparent;
  background-color: transparent;
}
.sw-card .sw-card-footer .sw-info-txt {
  width: 100%;
}
.sw-card .sw-card-footer > button + button {
  margin-left: 6px;
}
.sw-card.has-tab .sw-card-header {
  padding: 0;
}

.sw-tabs {
  display: flex;
  height: 100%;
}
.sw-tabs > li {
  display: inline-flex;
  align-items: center;
  padding: 1px 10px 0;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
  transition: all 0.3s;
}
.sw-tabs > li.is-active {
  border-bottom-color: #115ba6;
  color: #333;
}

.sw-tab-content {
  display: none;
}
.sw-tab-content.is-active {
  display: block;
}

.sw-tabs-vrt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sw-tabs-vrt li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  padding: 0 10px 2px;
  border: solid #ced2d9;
  border-width: 1px 1px 0;
  background-color: #f0f5fc;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.2s;
}
.sw-tabs-vrt li:last-child {
  border-width: 1px 1px 1px 1px;
}
.sw-tabs-vrt li:hover {
  background-color: #dbe7f8;
  cursor: pointer;
}
.sw-tabs-vrt li.is-active {
  border-color: #115ba6;
  background-color: #115ba6;
  color: #fff;
  z-index: 1;
}
.sw-tabs-vrt li.is-active + li {
  border-top-color: #115ba6;
}

.sw-detail-form {
  position: relative;
  border-top: 1px solid #666f80;
  border-right: 1px solid #ced2d9;
  overflow: auto;
}
.sw-detail-form table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
}
.sw-detail-form table tr {
  background-color: #fff;
}
.sw-detail-form table th, .sw-detail-form table td {
  border-left: 1px solid #ced2d9;
  border-bottom: 1px solid #ced2d9;
}
.sw-detail-form table th {
  background-color: #f0f5fc;
  font-weight: bold;
}
.sw-detail-form table td .is-value {
  margin-left: 5px;
}
.sw-detail-form table td .sw-unit {
  margin-left: 2px;
}
.sw-detail-form table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.sw-detail-form table thead th {
  height: 30px;
  padding-bottom: 2px;
  font-size: 12px;
}
.sw-detail-form table thead + tbody th {
  background-color: #fff2d9;
}
.sw-detail-form table thead + tbody td + td {
  padding-left: 5px;
  border-left-width: 1px;
}
.sw-detail-form table tbody th, .sw-detail-form table tbody td {
  height: 36px;
}
.sw-detail-form table tbody th {
  padding: 4px 5px 4px 10px;
  text-align: left;
}
.sw-detail-form table tbody th.is-txt-center {
  padding-left: 5px;
}
.sw-detail-form table tbody td {
  padding: 5px;
}
.sw-detail-form table tbody td + td {
  padding-left: 0;
  border-left-width: 0;
}
.sw-detail-form table textarea, .sw-detail-form table input:not([type=checkbox]):not([type=radio]), .sw-detail-form table select {
  width: 100%;
}
.sw-detail-form.is-sm table th {
  font-size: 12px;
}
.sw-detail-form.is-sm table thead th {
  height: 25px;
  padding-bottom: 1px;
}
.sw-detail-form.is-sm table tbody th, .sw-detail-form.is-sm table tbody td {
  height: 25px;
}
.sw-detail-form.is-sm table tbody td {
  padding: 2px;
}
.sw-detail-form.is-sm table tbody td[align=right] {
  padding-right: 5px;
}

.sw-search-form {
  clear: both;
  display: block;
  margin-bottom: 15px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #d5dfed;
}
.sw-search-form table {
  table-layout: fixed;
  display: table;
  width: 100%;
  margin: 0;
  border: 0;
  border-spacing: 0px;
  border-collapse: collapse;
  box-sizing: border-box;
}
.sw-search-form table tr {
  height: auto;
}
.sw-search-form table tr th, .sw-search-form table tr td {
  height: 29px;
  padding: 2px 0;
  vertical-align: middle;
  box-sizing: border-box;
}
.sw-search-form table tr th {
  padding: 6px 1px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
  vertical-align: top;
}
.sw-search-form table tr td {
  color: #444;
  height: 100%;
  padding-left: 4px;
}
.sw-search-form table tr td.has-search {
  padding-left: 20px;
}
.sw-search-form textarea, .sw-search-form input:not([type=checkbox]):not([type=radio]), .sw-search-form select {
  width: 100%;
}

.sw-grid-form {
  position: relative;
  width: 100%;
  border-top: 1px solid #666f80;
  border-right: 1px solid #ced2d9;
  border-left: 1px solid #ced2d9;
  border-bottom: 1px solid #ced2d9;
  background-color: #fff;
  overflow: auto;
}
.sw-grid-form table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
}
.sw-grid-form table th, .sw-grid-form table td {
  border-right: 1px solid #ced2d9;
  border-bottom: 1px solid #ced2d9;
}
.sw-grid-form table th {
  background-color: #f0f5fc;
  font-weight: bold;
  line-height: 1.2;
}
.sw-grid-form table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.sw-grid-form table thead th {
  height: 30px;
  padding-bottom: 2px;
  font-size: 12px;
}
.sw-grid-form table thead + tbody th {
  background-color: #fff2d9;
}
.sw-grid-form table tbody td {
  height: 29px;
  padding: 4px 6px;
  word-break: break-all;
  line-height: 1.2;
}
.sw-grid-form table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.sw-grid-form table tbody tr:hover {
  background-color: #fff9d9;
}
.sw-grid-form table tbody tr.is-active {
  background-color: #d9fbff;
}
.sw-grid-form table textarea, .sw-grid-form table input:not([type=checkbox]):not([type=radio]), .sw-grid-form table select {
  width: 100%;
}
.sw-grid-form.is-edit table tbody td {
  padding: 3px;
}
.sw-grid-form.is-hrz {
  display: -webkit-box;
  -webkit-box-align: start;
  position: relative;
}
.sw-grid-form.is-hrz table {
  position: relative;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sw-grid-form.is-hrz table.is-fix {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 9;
  border-right: #999;
  background-color: #fff;
  box-shadow: 0 -3px 6px -1px rgba(0, 0, 0, 0.25);
}

.sw-paging {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.sw-paging .is-pager {
  display: flex;
  align-items: center;
}
.sw-paging .is-pager > * {
  padding: 0 4px;
}
.sw-paging .is-pager .is-num {
  padding: 0 8px;
}
.sw-paging .is-pager a {
  min-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  transition: all 0.2s;
}
.sw-paging .is-pager a:hover {
  color: #0099e5;
}
.sw-paging .is-pager a img {
  top: 5px;
}
.sw-paging .is-pager b {
  font-size: 14px;
  font-weight: bold;
  color: #0099e5;
}
.sw-paging .is-pager img {
  position: relative;
  top: 1px;
}

.sw-detail-list {
  position: relative;
  border-top: 1px solid #666f80;
  border-right: 1px solid #ced2d9;
  overflow: auto;
  display: flex;
  align-items: flex-start;
}
.sw-detail-list dl {
  flex: 1 0 0px;
  max-width: 100%;
  width: auto;
}
.sw-detail-list dl.is-fix {
  flex: 0 0 auto;
}
.sw-detail-list dl dt, .sw-detail-list dl dd {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 5px;
  border-left: 1px solid #ced2d9;
  border-bottom: 1px solid #ced2d9;
}
.sw-detail-list dl dt {
  background-color: #f0f5fc;
  font-weight: bold;
  justify-content: center;
}
.sw-detail-list dl .is-txt-left {
  justify-content: left;
}
.sw-detail-list dl .is-txt-center {
  justify-content: center;
}
.sw-detail-list dl .is-txt-right {
  justify-content: right;
}
.sw-detail-list.is-sm dt {
  font-size: 12px;
}
.sw-detail-list.is-sm dt, .sw-detail-list.is-sm dd {
  height: 25px;
  padding: 0 5px 2px;
}

.is-link {
  cursor: pointer;
  text-decoration: underline;
}

th small, td small {
  font-size: 12px;
}

.sw-tbl-status {
  table-layout: fixed;
  width: 100%;
}
.sw-tbl-status th {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.sw-tbl-status td {
  padding: 3px 0 3px 5px;
}
.sw-tbl-status .sw-label-value {
  width: calc(100% - 20px);
  height: 24px;
  padding-right: 10px;
  border-radius: 12px;
  border: 0;
  background: #fff;
  font-size: 14px;
  text-align: right;
  line-height: 21px;
}
.sw-tbl-status .sw-unit {
  font-size: 11px;
}
.sw-tbl-status .sw-icon-status {
  margin: 0 0 0 8px;
}

.sw-tree-body {
  height: 100%;
  border: 1px solid #ced2d9;
  overflow: auto;
}
.sw-tree-body .tree {
  padding: 10px;
}

.sw-layer-popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.sw-layer-popup .sw-card {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}
.sw-layer-popup .sw-card .sw-card-header {
  min-height: 50px;
  height: 50px;
  padding: 0 15px 0 20px;
}
.sw-layer-popup .sw-card .sw-card-header h1 {
  font-size: 17px;
}
.sw-layer-popup .sw-card .sw-card-header button.is-icon {
  flex: 0 0 auto;
}
.sw-layer-popup.is-active {
  display: flex;
  background-color: rgba(230, 233, 242, 0.8);
  transition: all 0.5s;
}
.sw-layer-popup.is-active .sw-card {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    transform: scale3d(0.3, 0.3, 0);
  }
  to {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    transform: scale3d(0.3, 0.3, 0);
  }
  to {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0);
  }
  50% {
    opacity: 1;
  }
}
.sw-slide {
  position: absolute;
  top: 0;
  right: -100%;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: scale3d(0, 0, 0);
  transition: all 0.3s;
}
.sw-slide.is-active {
  right: 110px;
  opacity: 1;
  transform: scale(1);
}
.sw-slide-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 10px 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sw-slide-header h1 {
  font-size: 15px;
}
.sw-slide-body {
  padding: 15px;
}

.sw-loader {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}
.sw-loader span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -40px 0 0 -30px;
  background: transparent;
  border-top: 4px solid #115ba6;
  border-right: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader linear infinite;
  animation: 1s loader linear infinite;
}

@-webkit-keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sw-step-wrap {
  padding: 20px 10px 15px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #ebf2fa;
}

.sw-step-bar {
  display: flex;
  align-items: flex-start;
}
.sw-step-bar li {
  flex: 1 0 0px;
  max-width: 100%;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sw-step-bar.is-dot li::before, .sw-step-bar.is-dot li::after {
  content: "";
  position: absolute;
  top: 4px;
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #115ba6;
}
.sw-step-bar.is-dot li::before {
  left: 0;
}
.sw-step-bar.is-dot li::after {
  right: 0;
}
.sw-step-bar.is-dot li:first-child::before {
  display: none;
}
.sw-step-bar.is-dot li:last-child::after {
  display: none;
}
.sw-step-bar.is-dot li .is-marker {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #115ba6;
}
.sw-step-bar.is-dot li .is-text {
  margin-top: 5px;
  font-weight: bold;
}
.sw-step-bar.is-dot[data-step="1"] li:nth-child(1) ~ li::before, .sw-step-bar.is-dot[data-step="1"] li:nth-child(1) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="1"] li:nth-child(1) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="1"] li:nth-child(1) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-dot[data-step="2"] li:nth-child(2) ~ li::before, .sw-step-bar.is-dot[data-step="2"] li:nth-child(2) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="2"] li:nth-child(2) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="2"] li:nth-child(2) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-dot[data-step="3"] li:nth-child(3) ~ li::before, .sw-step-bar.is-dot[data-step="3"] li:nth-child(3) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="3"] li:nth-child(3) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="3"] li:nth-child(3) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-dot[data-step="4"] li:nth-child(4) ~ li::before, .sw-step-bar.is-dot[data-step="4"] li:nth-child(4) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="4"] li:nth-child(4) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="4"] li:nth-child(4) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-dot[data-step="5"] li:nth-child(5) ~ li::before, .sw-step-bar.is-dot[data-step="5"] li:nth-child(5) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="5"] li:nth-child(5) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="5"] li:nth-child(5) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-dot[data-step="6"] li:nth-child(6) ~ li::before, .sw-step-bar.is-dot[data-step="6"] li:nth-child(6) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="6"] li:nth-child(6) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="6"] li:nth-child(6) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-dot[data-step="7"] li:nth-child(7) ~ li::before, .sw-step-bar.is-dot[data-step="7"] li:nth-child(7) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="7"] li:nth-child(7) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="7"] li:nth-child(7) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-dot[data-step="8"] li:nth-child(8) ~ li::before, .sw-step-bar.is-dot[data-step="8"] li:nth-child(8) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="8"] li:nth-child(8) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="8"] li:nth-child(8) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-dot[data-step="9"] li:nth-child(9) ~ li::before, .sw-step-bar.is-dot[data-step="9"] li:nth-child(9) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="9"] li:nth-child(9) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-dot[data-step="9"] li:nth-child(9) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-dot.is-lg li::before, .sw-step-bar.is-dot.is-lg li::after {
  top: 9px;
}
.sw-step-bar.is-dot.is-lg li .is-marker {
  width: 20px;
  height: 20px;
}
.sw-step-bar.is-dot.is-lg li .is-text {
  margin-top: 10px;
  font-size: 14px;
}
.sw-step-bar.is-number li::before, .sw-step-bar.is-number li::after {
  content: "";
  position: absolute;
  top: 14px;
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #115ba6;
}
.sw-step-bar.is-number li::before {
  left: 0;
}
.sw-step-bar.is-number li::after {
  right: 0;
}
.sw-step-bar.is-number li:first-child::before {
  display: none;
}
.sw-step-bar.is-number li:last-child::after {
  display: none;
}
.sw-step-bar.is-number li .is-marker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #115ba6;
}
.sw-step-bar.is-number li .is-marker::before {
  content: "";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2px;
}
.sw-step-bar.is-number li .is-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.sw-step-bar.is-number[data-step="1"] li:nth-child(1) ~ li::before, .sw-step-bar.is-number[data-step="1"] li:nth-child(1) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="1"] li:nth-child(1) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="1"] li:nth-child(1) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-number[data-step="1"] li:nth-child(1)::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number li:nth-child(1) .is-marker::before {
  content: "1";
}
.sw-step-bar.is-number[data-step="2"] li:nth-child(2) ~ li::before, .sw-step-bar.is-number[data-step="2"] li:nth-child(2) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="2"] li:nth-child(2) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="2"] li:nth-child(2) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-number[data-step="2"] li:nth-child(2)::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number li:nth-child(2) .is-marker::before {
  content: "2";
}
.sw-step-bar.is-number[data-step="3"] li:nth-child(3) ~ li::before, .sw-step-bar.is-number[data-step="3"] li:nth-child(3) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="3"] li:nth-child(3) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="3"] li:nth-child(3) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-number[data-step="3"] li:nth-child(3)::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number li:nth-child(3) .is-marker::before {
  content: "3";
}
.sw-step-bar.is-number[data-step="4"] li:nth-child(4) ~ li::before, .sw-step-bar.is-number[data-step="4"] li:nth-child(4) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="4"] li:nth-child(4) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="4"] li:nth-child(4) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-number[data-step="4"] li:nth-child(4)::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number li:nth-child(4) .is-marker::before {
  content: "4";
}
.sw-step-bar.is-number[data-step="5"] li:nth-child(5) ~ li::before, .sw-step-bar.is-number[data-step="5"] li:nth-child(5) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="5"] li:nth-child(5) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="5"] li:nth-child(5) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-number[data-step="5"] li:nth-child(5)::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number li:nth-child(5) .is-marker::before {
  content: "5";
}
.sw-step-bar.is-number[data-step="6"] li:nth-child(6) ~ li::before, .sw-step-bar.is-number[data-step="6"] li:nth-child(6) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="6"] li:nth-child(6) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="6"] li:nth-child(6) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-number[data-step="6"] li:nth-child(6)::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number li:nth-child(6) .is-marker::before {
  content: "6";
}
.sw-step-bar.is-number[data-step="7"] li:nth-child(7) ~ li::before, .sw-step-bar.is-number[data-step="7"] li:nth-child(7) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="7"] li:nth-child(7) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="7"] li:nth-child(7) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-number[data-step="7"] li:nth-child(7)::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number li:nth-child(7) .is-marker::before {
  content: "7";
}
.sw-step-bar.is-number[data-step="8"] li:nth-child(8) ~ li::before, .sw-step-bar.is-number[data-step="8"] li:nth-child(8) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="8"] li:nth-child(8) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="8"] li:nth-child(8) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-number[data-step="8"] li:nth-child(8)::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number li:nth-child(8) .is-marker::before {
  content: "8";
}
.sw-step-bar.is-number[data-step="9"] li:nth-child(9) ~ li::before, .sw-step-bar.is-number[data-step="9"] li:nth-child(9) ~ li::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="9"] li:nth-child(9) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-number[data-step="9"] li:nth-child(9) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-number[data-step="9"] li:nth-child(9)::after {
  background-color: #ced2d9;
}
.sw-step-bar.is-number li:nth-child(9) .is-marker::before {
  content: "9";
}
.sw-step-bar.is-number.is-round li .is-marker {
  border-radius: 50%;
}
.sw-step-bar.is-bar li {
  padding: 0 1px;
}
.sw-step-bar.is-bar li .is-marker {
  width: 100%;
  height: 10px;
  border-radius: 2px;
  background-color: #115ba6;
}
.sw-step-bar.is-bar li .is-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.sw-step-bar.is-bar[data-step="1"] li:nth-child(1) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-bar[data-step="1"] li:nth-child(1) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-bar[data-step="2"] li:nth-child(2) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-bar[data-step="2"] li:nth-child(2) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-bar[data-step="3"] li:nth-child(3) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-bar[data-step="3"] li:nth-child(3) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-bar[data-step="4"] li:nth-child(4) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-bar[data-step="4"] li:nth-child(4) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-bar[data-step="5"] li:nth-child(5) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-bar[data-step="5"] li:nth-child(5) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-bar[data-step="6"] li:nth-child(6) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-bar[data-step="6"] li:nth-child(6) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-bar[data-step="7"] li:nth-child(7) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-bar[data-step="7"] li:nth-child(7) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-bar[data-step="8"] li:nth-child(8) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-bar[data-step="8"] li:nth-child(8) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-bar[data-step="9"] li:nth-child(9) ~ li .is-marker {
  background-color: #ced2d9;
}
.sw-step-bar.is-bar[data-step="9"] li:nth-child(9) ~ li .is-text {
  font-weight: normal;
}
.sw-step-bar.is-bar.is-round li:first-child .is-marker {
  border-radius: 5px 2px 2px 5px;
}
.sw-step-bar.is-bar.is-round li:last-child .is-marker {
  border-radius: 2px 5px 5px 2px;
}
.sw-step-bar.is-red li::before, .sw-step-bar.is-red li::after {
  background-color: #f24130;
}
.sw-step-bar.is-red li .is-marker {
  background-color: #f24130;
}
.sw-step-bar.is-org li::before, .sw-step-bar.is-org li::after {
  background-color: #ff791a;
}
.sw-step-bar.is-org li .is-marker {
  background-color: #ff791a;
}
.sw-step-bar.is-yellow li::before, .sw-step-bar.is-yellow li::after {
  background-color: #f2aa18;
}
.sw-step-bar.is-yellow li .is-marker {
  background-color: #f2aa18;
}
.sw-step-bar.is-blue li::before, .sw-step-bar.is-blue li::after {
  background-color: #0099e5;
}
.sw-step-bar.is-blue li .is-marker {
  background-color: #0099e5;
}
.sw-step-bar.is-cyan li::before, .sw-step-bar.is-cyan li::after {
  background-color: #40cee2;
}
.sw-step-bar.is-cyan li .is-marker {
  background-color: #40cee2;
}
.sw-step-bar.is-indigo li::before, .sw-step-bar.is-indigo li::after {
  background-color: #3F51B5;
}
.sw-step-bar.is-indigo li .is-marker {
  background-color: #3F51B5;
}
.sw-step-bar.is-green li::before, .sw-step-bar.is-green li::after {
  background-color: #24b383;
}
.sw-step-bar.is-green li .is-marker {
  background-color: #24b383;
}
.sw-step-bar.is-purple li::before, .sw-step-bar.is-purple li::after {
  background-color: #9c67f9;
}
.sw-step-bar.is-purple li .is-marker {
  background-color: #9c67f9;
}
.sw-step-bar.is-pink li::before, .sw-step-bar.is-pink li::after {
  background-color: #f74a84;
}
.sw-step-bar.is-pink li .is-marker {
  background-color: #f74a84;
}
.sw-step-bar.is-blueGray li::before, .sw-step-bar.is-blueGray li::after {
  background-color: #6b8299;
}
.sw-step-bar.is-blueGray li .is-marker {
  background-color: #6b8299;
}
.sw-step-bar.is-black li::before, .sw-step-bar.is-black li::after {
  background-color: #000;
}
.sw-step-bar.is-black li .is-marker {
  background-color: #000;
}
.sw-step-bar.has-ing-red[data-step="1"] li:nth-child(1)::before, .sw-step-bar.has-ing-red[data-step="1"] li:nth-child(1)::after {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="1"] li:nth-child(1) .is-marker {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="2"] li:nth-child(2)::before, .sw-step-bar.has-ing-red[data-step="2"] li:nth-child(2)::after {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="2"] li:nth-child(2) .is-marker {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="3"] li:nth-child(3)::before, .sw-step-bar.has-ing-red[data-step="3"] li:nth-child(3)::after {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="3"] li:nth-child(3) .is-marker {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="4"] li:nth-child(4)::before, .sw-step-bar.has-ing-red[data-step="4"] li:nth-child(4)::after {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="4"] li:nth-child(4) .is-marker {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="5"] li:nth-child(5)::before, .sw-step-bar.has-ing-red[data-step="5"] li:nth-child(5)::after {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="5"] li:nth-child(5) .is-marker {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="6"] li:nth-child(6)::before, .sw-step-bar.has-ing-red[data-step="6"] li:nth-child(6)::after {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="6"] li:nth-child(6) .is-marker {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="7"] li:nth-child(7)::before, .sw-step-bar.has-ing-red[data-step="7"] li:nth-child(7)::after {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="7"] li:nth-child(7) .is-marker {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="8"] li:nth-child(8)::before, .sw-step-bar.has-ing-red[data-step="8"] li:nth-child(8)::after {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="8"] li:nth-child(8) .is-marker {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="9"] li:nth-child(9)::before, .sw-step-bar.has-ing-red[data-step="9"] li:nth-child(9)::after {
  background-color: #f24130;
}
.sw-step-bar.has-ing-red[data-step="9"] li:nth-child(9) .is-marker {
  background-color: #f24130;
}
.sw-step-bar.has-ing-org[data-step="1"] li:nth-child(1)::before, .sw-step-bar.has-ing-org[data-step="1"] li:nth-child(1)::after {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="1"] li:nth-child(1) .is-marker {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="2"] li:nth-child(2)::before, .sw-step-bar.has-ing-org[data-step="2"] li:nth-child(2)::after {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="2"] li:nth-child(2) .is-marker {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="3"] li:nth-child(3)::before, .sw-step-bar.has-ing-org[data-step="3"] li:nth-child(3)::after {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="3"] li:nth-child(3) .is-marker {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="4"] li:nth-child(4)::before, .sw-step-bar.has-ing-org[data-step="4"] li:nth-child(4)::after {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="4"] li:nth-child(4) .is-marker {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="5"] li:nth-child(5)::before, .sw-step-bar.has-ing-org[data-step="5"] li:nth-child(5)::after {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="5"] li:nth-child(5) .is-marker {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="6"] li:nth-child(6)::before, .sw-step-bar.has-ing-org[data-step="6"] li:nth-child(6)::after {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="6"] li:nth-child(6) .is-marker {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="7"] li:nth-child(7)::before, .sw-step-bar.has-ing-org[data-step="7"] li:nth-child(7)::after {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="7"] li:nth-child(7) .is-marker {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="8"] li:nth-child(8)::before, .sw-step-bar.has-ing-org[data-step="8"] li:nth-child(8)::after {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="8"] li:nth-child(8) .is-marker {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="9"] li:nth-child(9)::before, .sw-step-bar.has-ing-org[data-step="9"] li:nth-child(9)::after {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-org[data-step="9"] li:nth-child(9) .is-marker {
  background-color: #ff791a;
}
.sw-step-bar.has-ing-yellow[data-step="1"] li:nth-child(1)::before, .sw-step-bar.has-ing-yellow[data-step="1"] li:nth-child(1)::after {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="1"] li:nth-child(1) .is-marker {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="2"] li:nth-child(2)::before, .sw-step-bar.has-ing-yellow[data-step="2"] li:nth-child(2)::after {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="2"] li:nth-child(2) .is-marker {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="3"] li:nth-child(3)::before, .sw-step-bar.has-ing-yellow[data-step="3"] li:nth-child(3)::after {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="3"] li:nth-child(3) .is-marker {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="4"] li:nth-child(4)::before, .sw-step-bar.has-ing-yellow[data-step="4"] li:nth-child(4)::after {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="4"] li:nth-child(4) .is-marker {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="5"] li:nth-child(5)::before, .sw-step-bar.has-ing-yellow[data-step="5"] li:nth-child(5)::after {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="5"] li:nth-child(5) .is-marker {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="6"] li:nth-child(6)::before, .sw-step-bar.has-ing-yellow[data-step="6"] li:nth-child(6)::after {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="6"] li:nth-child(6) .is-marker {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="7"] li:nth-child(7)::before, .sw-step-bar.has-ing-yellow[data-step="7"] li:nth-child(7)::after {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="7"] li:nth-child(7) .is-marker {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="8"] li:nth-child(8)::before, .sw-step-bar.has-ing-yellow[data-step="8"] li:nth-child(8)::after {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="8"] li:nth-child(8) .is-marker {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="9"] li:nth-child(9)::before, .sw-step-bar.has-ing-yellow[data-step="9"] li:nth-child(9)::after {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-yellow[data-step="9"] li:nth-child(9) .is-marker {
  background-color: #f2aa18;
}
.sw-step-bar.has-ing-blue[data-step="1"] li:nth-child(1)::before, .sw-step-bar.has-ing-blue[data-step="1"] li:nth-child(1)::after {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="1"] li:nth-child(1) .is-marker {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="2"] li:nth-child(2)::before, .sw-step-bar.has-ing-blue[data-step="2"] li:nth-child(2)::after {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="2"] li:nth-child(2) .is-marker {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="3"] li:nth-child(3)::before, .sw-step-bar.has-ing-blue[data-step="3"] li:nth-child(3)::after {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="3"] li:nth-child(3) .is-marker {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="4"] li:nth-child(4)::before, .sw-step-bar.has-ing-blue[data-step="4"] li:nth-child(4)::after {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="4"] li:nth-child(4) .is-marker {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="5"] li:nth-child(5)::before, .sw-step-bar.has-ing-blue[data-step="5"] li:nth-child(5)::after {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="5"] li:nth-child(5) .is-marker {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="6"] li:nth-child(6)::before, .sw-step-bar.has-ing-blue[data-step="6"] li:nth-child(6)::after {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="6"] li:nth-child(6) .is-marker {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="7"] li:nth-child(7)::before, .sw-step-bar.has-ing-blue[data-step="7"] li:nth-child(7)::after {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="7"] li:nth-child(7) .is-marker {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="8"] li:nth-child(8)::before, .sw-step-bar.has-ing-blue[data-step="8"] li:nth-child(8)::after {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="8"] li:nth-child(8) .is-marker {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="9"] li:nth-child(9)::before, .sw-step-bar.has-ing-blue[data-step="9"] li:nth-child(9)::after {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-blue[data-step="9"] li:nth-child(9) .is-marker {
  background-color: #0099e5;
}
.sw-step-bar.has-ing-cyan[data-step="1"] li:nth-child(1)::before, .sw-step-bar.has-ing-cyan[data-step="1"] li:nth-child(1)::after {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="1"] li:nth-child(1) .is-marker {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="2"] li:nth-child(2)::before, .sw-step-bar.has-ing-cyan[data-step="2"] li:nth-child(2)::after {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="2"] li:nth-child(2) .is-marker {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="3"] li:nth-child(3)::before, .sw-step-bar.has-ing-cyan[data-step="3"] li:nth-child(3)::after {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="3"] li:nth-child(3) .is-marker {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="4"] li:nth-child(4)::before, .sw-step-bar.has-ing-cyan[data-step="4"] li:nth-child(4)::after {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="4"] li:nth-child(4) .is-marker {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="5"] li:nth-child(5)::before, .sw-step-bar.has-ing-cyan[data-step="5"] li:nth-child(5)::after {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="5"] li:nth-child(5) .is-marker {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="6"] li:nth-child(6)::before, .sw-step-bar.has-ing-cyan[data-step="6"] li:nth-child(6)::after {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="6"] li:nth-child(6) .is-marker {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="7"] li:nth-child(7)::before, .sw-step-bar.has-ing-cyan[data-step="7"] li:nth-child(7)::after {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="7"] li:nth-child(7) .is-marker {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="8"] li:nth-child(8)::before, .sw-step-bar.has-ing-cyan[data-step="8"] li:nth-child(8)::after {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="8"] li:nth-child(8) .is-marker {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="9"] li:nth-child(9)::before, .sw-step-bar.has-ing-cyan[data-step="9"] li:nth-child(9)::after {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-cyan[data-step="9"] li:nth-child(9) .is-marker {
  background-color: #40cee2;
}
.sw-step-bar.has-ing-indigo[data-step="1"] li:nth-child(1)::before, .sw-step-bar.has-ing-indigo[data-step="1"] li:nth-child(1)::after {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="1"] li:nth-child(1) .is-marker {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="2"] li:nth-child(2)::before, .sw-step-bar.has-ing-indigo[data-step="2"] li:nth-child(2)::after {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="2"] li:nth-child(2) .is-marker {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="3"] li:nth-child(3)::before, .sw-step-bar.has-ing-indigo[data-step="3"] li:nth-child(3)::after {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="3"] li:nth-child(3) .is-marker {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="4"] li:nth-child(4)::before, .sw-step-bar.has-ing-indigo[data-step="4"] li:nth-child(4)::after {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="4"] li:nth-child(4) .is-marker {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="5"] li:nth-child(5)::before, .sw-step-bar.has-ing-indigo[data-step="5"] li:nth-child(5)::after {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="5"] li:nth-child(5) .is-marker {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="6"] li:nth-child(6)::before, .sw-step-bar.has-ing-indigo[data-step="6"] li:nth-child(6)::after {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="6"] li:nth-child(6) .is-marker {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="7"] li:nth-child(7)::before, .sw-step-bar.has-ing-indigo[data-step="7"] li:nth-child(7)::after {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="7"] li:nth-child(7) .is-marker {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="8"] li:nth-child(8)::before, .sw-step-bar.has-ing-indigo[data-step="8"] li:nth-child(8)::after {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="8"] li:nth-child(8) .is-marker {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="9"] li:nth-child(9)::before, .sw-step-bar.has-ing-indigo[data-step="9"] li:nth-child(9)::after {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-indigo[data-step="9"] li:nth-child(9) .is-marker {
  background-color: #3F51B5;
}
.sw-step-bar.has-ing-green[data-step="1"] li:nth-child(1)::before, .sw-step-bar.has-ing-green[data-step="1"] li:nth-child(1)::after {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="1"] li:nth-child(1) .is-marker {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="2"] li:nth-child(2)::before, .sw-step-bar.has-ing-green[data-step="2"] li:nth-child(2)::after {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="2"] li:nth-child(2) .is-marker {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="3"] li:nth-child(3)::before, .sw-step-bar.has-ing-green[data-step="3"] li:nth-child(3)::after {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="3"] li:nth-child(3) .is-marker {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="4"] li:nth-child(4)::before, .sw-step-bar.has-ing-green[data-step="4"] li:nth-child(4)::after {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="4"] li:nth-child(4) .is-marker {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="5"] li:nth-child(5)::before, .sw-step-bar.has-ing-green[data-step="5"] li:nth-child(5)::after {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="5"] li:nth-child(5) .is-marker {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="6"] li:nth-child(6)::before, .sw-step-bar.has-ing-green[data-step="6"] li:nth-child(6)::after {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="6"] li:nth-child(6) .is-marker {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="7"] li:nth-child(7)::before, .sw-step-bar.has-ing-green[data-step="7"] li:nth-child(7)::after {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="7"] li:nth-child(7) .is-marker {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="8"] li:nth-child(8)::before, .sw-step-bar.has-ing-green[data-step="8"] li:nth-child(8)::after {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="8"] li:nth-child(8) .is-marker {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="9"] li:nth-child(9)::before, .sw-step-bar.has-ing-green[data-step="9"] li:nth-child(9)::after {
  background-color: #24b383;
}
.sw-step-bar.has-ing-green[data-step="9"] li:nth-child(9) .is-marker {
  background-color: #24b383;
}
.sw-step-bar.has-ing-purple[data-step="1"] li:nth-child(1)::before, .sw-step-bar.has-ing-purple[data-step="1"] li:nth-child(1)::after {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="1"] li:nth-child(1) .is-marker {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="2"] li:nth-child(2)::before, .sw-step-bar.has-ing-purple[data-step="2"] li:nth-child(2)::after {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="2"] li:nth-child(2) .is-marker {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="3"] li:nth-child(3)::before, .sw-step-bar.has-ing-purple[data-step="3"] li:nth-child(3)::after {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="3"] li:nth-child(3) .is-marker {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="4"] li:nth-child(4)::before, .sw-step-bar.has-ing-purple[data-step="4"] li:nth-child(4)::after {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="4"] li:nth-child(4) .is-marker {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="5"] li:nth-child(5)::before, .sw-step-bar.has-ing-purple[data-step="5"] li:nth-child(5)::after {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="5"] li:nth-child(5) .is-marker {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="6"] li:nth-child(6)::before, .sw-step-bar.has-ing-purple[data-step="6"] li:nth-child(6)::after {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="6"] li:nth-child(6) .is-marker {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="7"] li:nth-child(7)::before, .sw-step-bar.has-ing-purple[data-step="7"] li:nth-child(7)::after {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="7"] li:nth-child(7) .is-marker {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="8"] li:nth-child(8)::before, .sw-step-bar.has-ing-purple[data-step="8"] li:nth-child(8)::after {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="8"] li:nth-child(8) .is-marker {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="9"] li:nth-child(9)::before, .sw-step-bar.has-ing-purple[data-step="9"] li:nth-child(9)::after {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-purple[data-step="9"] li:nth-child(9) .is-marker {
  background-color: #9c67f9;
}
.sw-step-bar.has-ing-pink[data-step="1"] li:nth-child(1)::before, .sw-step-bar.has-ing-pink[data-step="1"] li:nth-child(1)::after {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="1"] li:nth-child(1) .is-marker {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="2"] li:nth-child(2)::before, .sw-step-bar.has-ing-pink[data-step="2"] li:nth-child(2)::after {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="2"] li:nth-child(2) .is-marker {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="3"] li:nth-child(3)::before, .sw-step-bar.has-ing-pink[data-step="3"] li:nth-child(3)::after {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="3"] li:nth-child(3) .is-marker {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="4"] li:nth-child(4)::before, .sw-step-bar.has-ing-pink[data-step="4"] li:nth-child(4)::after {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="4"] li:nth-child(4) .is-marker {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="5"] li:nth-child(5)::before, .sw-step-bar.has-ing-pink[data-step="5"] li:nth-child(5)::after {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="5"] li:nth-child(5) .is-marker {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="6"] li:nth-child(6)::before, .sw-step-bar.has-ing-pink[data-step="6"] li:nth-child(6)::after {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="6"] li:nth-child(6) .is-marker {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="7"] li:nth-child(7)::before, .sw-step-bar.has-ing-pink[data-step="7"] li:nth-child(7)::after {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="7"] li:nth-child(7) .is-marker {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="8"] li:nth-child(8)::before, .sw-step-bar.has-ing-pink[data-step="8"] li:nth-child(8)::after {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="8"] li:nth-child(8) .is-marker {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="9"] li:nth-child(9)::before, .sw-step-bar.has-ing-pink[data-step="9"] li:nth-child(9)::after {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-pink[data-step="9"] li:nth-child(9) .is-marker {
  background-color: #f74a84;
}
.sw-step-bar.has-ing-blueGray[data-step="1"] li:nth-child(1)::before, .sw-step-bar.has-ing-blueGray[data-step="1"] li:nth-child(1)::after {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="1"] li:nth-child(1) .is-marker {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="2"] li:nth-child(2)::before, .sw-step-bar.has-ing-blueGray[data-step="2"] li:nth-child(2)::after {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="2"] li:nth-child(2) .is-marker {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="3"] li:nth-child(3)::before, .sw-step-bar.has-ing-blueGray[data-step="3"] li:nth-child(3)::after {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="3"] li:nth-child(3) .is-marker {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="4"] li:nth-child(4)::before, .sw-step-bar.has-ing-blueGray[data-step="4"] li:nth-child(4)::after {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="4"] li:nth-child(4) .is-marker {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="5"] li:nth-child(5)::before, .sw-step-bar.has-ing-blueGray[data-step="5"] li:nth-child(5)::after {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="5"] li:nth-child(5) .is-marker {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="6"] li:nth-child(6)::before, .sw-step-bar.has-ing-blueGray[data-step="6"] li:nth-child(6)::after {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="6"] li:nth-child(6) .is-marker {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="7"] li:nth-child(7)::before, .sw-step-bar.has-ing-blueGray[data-step="7"] li:nth-child(7)::after {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="7"] li:nth-child(7) .is-marker {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="8"] li:nth-child(8)::before, .sw-step-bar.has-ing-blueGray[data-step="8"] li:nth-child(8)::after {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="8"] li:nth-child(8) .is-marker {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="9"] li:nth-child(9)::before, .sw-step-bar.has-ing-blueGray[data-step="9"] li:nth-child(9)::after {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blueGray[data-step="9"] li:nth-child(9) .is-marker {
  background-color: #6b8299;
}
.sw-step-bar.has-ing-blak[data-step="1"] li:nth-child(1)::before, .sw-step-bar.has-ing-blak[data-step="1"] li:nth-child(1)::after {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="1"] li:nth-child(1) .is-marker {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="2"] li:nth-child(2)::before, .sw-step-bar.has-ing-blak[data-step="2"] li:nth-child(2)::after {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="2"] li:nth-child(2) .is-marker {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="3"] li:nth-child(3)::before, .sw-step-bar.has-ing-blak[data-step="3"] li:nth-child(3)::after {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="3"] li:nth-child(3) .is-marker {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="4"] li:nth-child(4)::before, .sw-step-bar.has-ing-blak[data-step="4"] li:nth-child(4)::after {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="4"] li:nth-child(4) .is-marker {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="5"] li:nth-child(5)::before, .sw-step-bar.has-ing-blak[data-step="5"] li:nth-child(5)::after {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="5"] li:nth-child(5) .is-marker {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="6"] li:nth-child(6)::before, .sw-step-bar.has-ing-blak[data-step="6"] li:nth-child(6)::after {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="6"] li:nth-child(6) .is-marker {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="7"] li:nth-child(7)::before, .sw-step-bar.has-ing-blak[data-step="7"] li:nth-child(7)::after {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="7"] li:nth-child(7) .is-marker {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="8"] li:nth-child(8)::before, .sw-step-bar.has-ing-blak[data-step="8"] li:nth-child(8)::after {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="8"] li:nth-child(8) .is-marker {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="9"] li:nth-child(9)::before, .sw-step-bar.has-ing-blak[data-step="9"] li:nth-child(9)::after {
  background-color: #000;
}
.sw-step-bar.has-ing-blak[data-step="9"] li:nth-child(9) .is-marker {
  background-color: #000;
}

.sw-container {
  min-width: 1300px;
  padding: 20px 140px 20px 30px;
  box-sizing: border-box;
}

.frame-iframe {
  background-color: #fff;
}

body > form {
  height: 100%;
}

.sw-main-frame {
  min-width: 1900px;
  min-height: 911px;
}
.sw-main-frame .sw-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
.sw-main-frame .sw-container > header {
  min-height: 55px;
  height: 55px;
  background-color: #fff;
}
.sw-main-frame .sw-container > header .is-left, .sw-main-frame .sw-container > header .is-right {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.sw-main-frame .sw-container > header .is-left {
  float: left;
}
.sw-main-frame .sw-container > header .is-left .btn-menu {
  display: inline-block;
  width: 70px;
  height: 100%;
  background: url(../images/bg-menu.png) no-repeat 50% 50%;
  cursor: pointer;
}
.sw-main-frame .sw-container > header .is-left .is-logo {
  display: flex;
  margin-left: 5px;
}
.sw-main-frame .sw-container > header .is-left .is-name {
  display: inline-flex;
  align-items: flex-end;
  margin-left: 25px;
}
.sw-main-frame .sw-container > header .is-left .is-name img {
  position: relative;
  top: -2px;
}
.sw-main-frame .sw-container > header .is-left .is-name small {
  margin-left: 8px;
  font-size: 12px;
  color: #475466;
  word-spacing: -1px;
}
.sw-main-frame .sw-container > header .is-right {
  float: right;
  position: relative;
  margin-right: 15px;
  padding-top: 8px;
}
.sw-main-frame .sw-container > main {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  background-color: #fff;
}
.sw-main-frame .sw-container > main .aside-area {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  width: 200px;
  padding-bottom: 15px;
  border-radius: 0 15px 0 0;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 1px 0 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.sw-main-frame .sw-container > main .aside-area .is-user-info {
  height: 160px;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #faedef;
}
.sw-main-frame .sw-container > main .aside-area .is-user-info > div {
  margin-bottom: 10px;
  padding: 5px 0 0 40px;
  background: url(../images/img-user.png) no-repeat 3px 0;
}
.sw-main-frame .sw-container > main .aside-area .is-user-info p {
  width: 100%;
  font-size: 12px;
}
.sw-main-frame .sw-container > main .aside-area .is-user-info p.is-name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.sw-main-frame .sw-container > main .aside-area .is-user-info p.is-name small {
  font-size: 12px;
  font-weight: 500;
}
.sw-main-frame .sw-container > main .aside-area .is-user-info p.is-time {
  margin-bottom: 10px;
  font-size: 11px;
  text-align: center;
}
.sw-main-frame .sw-container > main .aside-area .is-menu {
  position: relative;
  height: calc(50% - 100px);
  padding: 30px 15px 0;
}
.sw-main-frame .sw-container > main .aside-area .menu-txt-div{
	position: relative;
  	top: 10px;
}
.sw-main-frame .sw-container > main .aside-area .menu-txt{
	border-width: 0 0 1px; 
	border-style: solid; 
	border-color: rgba(0, 0, 0, 0.12);
}
.sw-main-frame .sw-container > main .aside-area .menu-txt:focus{
	border-bottom-color:#2e99e5;
}
.sw-main-frame .sw-container > main .aside-area .is-menu label {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  width: 165px;
  height: 35px;
  padding: 0 20px 0 18px;
  border-radius: 5px 17px 17px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #2e99e5;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}
.sw-main-frame .sw-container > main .aside-area .is-menu label.is-recent {
  background-color: #02b5d9;
}
.sw-main-frame .sw-container > main .aside-area .is-menu ul {
  overflow: auto;
  height: 100%;
}
.sw-main-frame .sw-container > main .aside-area .is-menu ul li {
  position: relative;
  padding: 5px 5px 5px 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.sw-main-frame .sw-container > main .aside-area .is-menu ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #5c7099;
}
.sw-main-frame .sw-container > main .aside-area .is-menu ul li:hover {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sw-main-frame .sw-container > main .aside-area .is-menu > div {
  overflow: auto;
  height: 100%;
  padding: 30px 5px 5px 15px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #edf2fa;
}
.sw-main-frame .sw-container > main .main-area {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.sw-main-frame .sw-container > main .main-area .sw-main-tabs {
  min-height: 35px;
  height: 35px;
  background-color: #fff;
}
.sw-main-frame .sw-container > main .main-area .sw-main-tab-contents {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
  height: auto;
  background-color: #e6e9f2;
}
.sw-main-frame .sw-container > main .main-area .sw-main-tab-contents iframe {
  display: none;
  height: 100%;
}
.sw-main-frame .sw-container > main .main-area .sw-main-tab-contents iframe.is-active {
  display: block;
}
.sw-main-frame .sw-container > main .quick-area {
  position: fixed;
  top: 105px;
  right: 15px;
  width: 105px;
}
.sw-main-frame .sw-container .sw-nav-group {
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 2;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav {
  position: fixed;
  top: 55px;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  border-top: 1px solid rgba(17, 91, 166, 0.2);
  background-color: #fff;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav::before {
  content: "";
  position: fixed;
  top: 55px;
  left: -400px;
  bottom: 0;
  width: 150px;
  height: 100%;
  display: inline-block;
  background-color: rgba(17, 91, 166, 0.12);
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-main {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 150px;
  padding: 10px 0;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-main li {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 0 2px 18px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-main li:hover {
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color 0.3s;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-main li i {
  margin-right: 12px;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-main li.is-active {
  position: relative;
  z-index: 1;
  width: calc(100% + 10px);
  background-color: #115ba6;
  color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
  transition: all 0.3s;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-main li.is-active i {
  background-position-x: -50px;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content {
  flex: 1 1 auto;
  width: auto;
  height: 100%;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul {
  display: none;
  padding: 10px 20px 10px 25px;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul div span {
  flex: 1 0 0px;
  min-width: 0;
  max-width: 100%;
  width: auto;
  word-break: break-word;
  padding: 4px 0;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul div button.is-icon {
  margin-left: 10px;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li {
  padding: 8px 0 10px;
  border-bottom: 1px solid #ced2d9;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li > div {
  height: 30px;
  padding: 0 3px 0 2px;
  font-size: 14px;
  font-weight: bold;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li:hover > div > span {
  text-decoration: underline;
  cursor: pointer;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li.has-child > div {
  padding-right: 20px;
  cursor: pointer;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li.has-child > div::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 6px;
  margin-right: -15px;
  background: url(../images/icons.png) no-repeat -100px -450px;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li.has-child:hover > div {
  cursor: pointer;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li.has-child:hover > div > span {
  text-decoration: none;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li.has-child.is-active {
  border-bottom: 0;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li.has-child.is-active > div::after {
  background-position-y: -400px;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li.has-child ul {
  padding: 3px 15px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.065);
  background-color: rgba(255, 121, 26, 0.1);
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li > ul {
  display: none;
  padding-left: 3px;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li > ul.is-active {
  display: block;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li > ul > li {
  position: relative;
  margin: 8px 0;
  padding-left: 8px;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li > ul > li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #115ba6;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li > ul > li > div {
  font-size: 12px;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li > ul > li:hover > div > span {
  text-decoration: underline;
  cursor: pointer;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul:not(.is-mymenu) > li > ul div span {
  padding: 2px 0;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul.is-mymenu > li {
  padding: 9px 0 12px;
  border-bottom: 1px solid #ced2d9;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul.is-mymenu > li:hover {
  cursor: pointer;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul.is-mymenu > li:hover span {
  text-decoration: underline;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul.is-mymenu > li:hover span b {
  text-decoration: none;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul.is-mymenu span {
  font-size: 13px;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul.is-mymenu span b {
  display: inline-block;
  width: 100%;
  font-size: 11px;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content > ul.is-active {
  display: block;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav .sw-nav-content .sw-no-data span {
  width: 200px;
}
.sw-main-frame .sw-container .sw-nav-group .sw-nav-mask {
  display: none;
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}
.sw-main-frame .sw-container .sw-nav-group.is-active .sw-nav-mask {
  display: block;
}
.sw-main-frame .sw-container .sw-nav-group.is-active .sw-nav {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.sw-main-frame .sw-container .sw-nav-group.is-active .sw-nav::before {
  left: 0;
}

.sw-theme-group, .sw-theme-group-list {
  position: relative;
  background-color: #fff;
  line-height: 1;
  cursor: pointer;
}
.sw-theme-group span, .sw-theme-group-list span {
  width: 14px;
  height: 14px;
  margin-right: 3px;
  border-radius: 50%;
}
.sw-theme-group i, .sw-theme-group-list i {
  opacity: 0.7;
}

.sw-theme-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
  height: 26px;
  padding: 0 8px 0 6px;
  border-radius: 13px;
  border: 1px solid #ced2d9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sw-theme-group {
    line-height: 1.1;
    padding-top: 1px;
  }
}

.sw-theme-group-list {
  width: 100%;
}
.sw-theme-group-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.sw-theme-group-list li:last-of-type {
  border-bottom: 0;
}
.sw-theme-group-list li i {
  opacity: 0;
}
.sw-theme-group-list li.is-active i {
  opacity: 1;
}

.quick-menu {
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.quick-menu-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #3F51B5;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.quick-menu-header span {
  position: relative;
  top: -1px;
}
.quick-menu-header i {
  margin-left: 5px;
  opacity: 0.8;
}
.quick-menu-body {
  padding: 2px 0;
}
.quick-menu-body li {
  position: relative;
  width: 100%;
  padding: 5px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  transition: color 0.2s;
}
.quick-menu-body li:last-child {
  border-bottom: 0;
}
.quick-menu-body li span {
  display: block;
  padding: 5px 0 6px;
  border-radius: 3px;
  background-color: transparent;
  transition: color 0.2s;
  pointer-events: none;
}
.quick-menu-body li:hover {
  color: #000;
  cursor: pointer;
}
.quick-menu-body li.is-active {
  color: #000;
}
.quick-menu-body li.is-active span {
  background-color: #e6e9f2;
}
.quick-menu-body .is-divider {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 3px 0;
  background-color: #5c7099;
}
.quick-menu-body .is-divider::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  display: block;
  width: 3px;
  height: 3px;
  margin-left: -1px;
  border-radius: 50%;
  border: 2px solid #5c7099;
  background-color: #fff;
}
.quick-menu-button {
	text-align: center;
}
.sw-search-group {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 5px;
  border-radius: 20px;
  background-color: #ceddf2;
  overflow: hidden;
}
.sw-search-group label {
  margin-left: 12px;
  margin-right: 5px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}
.sw-search-group > div {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 5px 1px 10px;
  border-radius: 15px;
  border: 1px solid #8f9eb3;
  background-color: #fff;
  overflow: hidden;
}
.sw-search-group .is-value {
  min-width: 80px;
  margin-left: 5px;
  padding: 0 5px 3px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #0099e5;
  text-decoration: underline;
  text-underline-offset: 1px;
  cursor: pointer;
}
.sw-search-group input:not([type=checkbox]):not([type=radio]), .sw-search-group select {
  padding-left: 0;
  font-size: 12px;
}

.sw-login-frame {
  min-height: 600px;
  background: #e6e9f2 url(../images/bg-login.png) no-repeat right bottom fixed;
  background-size: auto 55vh;
}
.sw-login-frame .sw-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
}
.sw-login-frame .sw-container > main {
  width: 500px;
  margin-bottom: 50px;
  padding: 60px 80px 70px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.sw-login-frame .sw-container > main .is-logo {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.sw-login-frame .sw-container > main .is-name {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.sw-login-frame .sw-container > main .is-name img {
  position: relative;
  top: -2px;
}
.sw-login-frame .sw-container > main .is-name small {
  margin-left: 8px;
  font-size: 14px;
  color: #475466;
  word-spacing: -1px;
}
.sw-login-frame .sw-container > main > input {
  width: 100%;
  margin-bottom: 10px;
}
.sw-login-frame .sw-container > main > button {
  width: 100%;
}
.sw-login-frame .sw-container > main .sw-selection-rows {
  margin: 10px 0 20px;
}
.sw-login-frame .sw-container > footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 70px;
  height: 70px;
  font-size: 12px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
}

.sw-container > .sw-cols + .sw-cols {
  margin-top: 15px;
}
.sw-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 25px;
  padding-bottom: 5px;
}
.sw-header h1 {
  font-size: 17px;
  padding-bottom: 5px;
}
.sw-header h2 {
  font-size: 14px;
}
.sw-header h2::before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  border: 3px solid #115ba6;
}
.sw-header h3 {
  font-size: 13px;
}
.sw-header .is-left, .sw-header .is-right {
  display: flex;
  align-items: center;
}
.sw-header .is-left > * + *, .sw-header .is-right > * + * {
  margin-left: 4px;
}
.sw-header .sw-cols {
  align-items: center;
}
.sw-header .sw-cols > * {
  margin-left: 5px;
}
.sw-header .sw-cols > *:first-child {
  margin-left: 0 !important;
}
.sw-header .sw-cols > * + .sw-label {
  margin-left: 10px;
}
.sw-header .sw-cols > .sw-label {
  margin-right: 0;
}
.sw-split {
  width: 1px;
  min-height: 10px;
  margin: 0 4px;
  background: #bfbfbf;
}
.sw-form-wrap {
  position: relative;
  padding: 12px 15px 15px;
  border-radius: 6px;
  border: 1px solid #b8bbcc;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.sw-form-wrap.is-border {
  border-color: #0099e5;
}
.sw-form-wrap.is-fill {
  padding: 12px 6px 6px;
  border-color: #6374a6;
  background-color: #6374a6;
  color: #fff;
}
.sw-form-wrap.is-fill > .twb-ui-box-head {
  padding-left: 4px;
  padding-right: 4px;
}
.sw-form-wrap.is-fill > .twb-ui-box-body {
  padding: 10px;
  border-radius: 3px;
  background-color: #e6eaf2;
  color: #333;
}
.sw-form-wrap > .sw-detail-form:first-child {
  margin-top: 3px;
}
.sw-box {
  position: relative;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ced2d9;
  background-color: #fff;
}

div + .sw-ui-head, ul + .sw-ui-head {
  margin-top: 15px;
}
div + .sw-list-box, ul + .sw-list-box {
  margin-top: 30px;
}

.is-right {
  float: right;
}
.is-right button {
  float: left;
}
.is-left {
  float: left;
}
.is-left button {
  float: left;
}
.is-hidden {
  display: none !important;
}
.is-ellips {
  width: 100%;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.sw-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sw-status-bar span {
  position: relative;
  flex: 1 0 0px;
  min-width: 0;
  max-width: 100%;
  width: auto;
  padding-top: 13px;
  font-size: 11px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: all 0.3s;
}
.sw-status-bar span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -50%;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #d9c4c6;
  transition: all 0.3s;
}
.sw-status-bar span i {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  margin-left: -3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccb8ba;
  transition: all 0.3s;
}
.sw-status-bar span:first-child::before {
  display: none;
}
.sw-status-bar[data-step="1"] span:nth-child(-n+1) {
  color: rgba(0, 0, 0, 0.8);
}
.sw-status-bar[data-step="1"] span:nth-child(-n+1)::before, .sw-status-bar[data-step="1"] span:nth-child(-n+1) i {
  background-color: #115ba6;
}
.sw-status-bar[data-step="2"] span:nth-child(-n+2) {
  color: rgba(0, 0, 0, 0.8);
}
.sw-status-bar[data-step="2"] span:nth-child(-n+2)::before, .sw-status-bar[data-step="2"] span:nth-child(-n+2) i {
  background-color: #115ba6;
}
.sw-status-bar[data-step="3"] span:nth-child(-n+3) {
  color: rgba(0, 0, 0, 0.8);
}
.sw-status-bar[data-step="3"] span:nth-child(-n+3)::before, .sw-status-bar[data-step="3"] span:nth-child(-n+3) i {
  background-color: #115ba6;
}
.sw-status-bar[data-step="4"] span:nth-child(-n+4) {
  color: rgba(0, 0, 0, 0.8);
}
.sw-status-bar[data-step="4"] span:nth-child(-n+4)::before, .sw-status-bar[data-step="4"] span:nth-child(-n+4) i {
  background-color: #115ba6;
}
.sw-status-bar[data-step="5"] span:nth-child(-n+5) {
  color: rgba(0, 0, 0, 0.8);
}
.sw-status-bar[data-step="5"] span:nth-child(-n+5)::before, .sw-status-bar[data-step="5"] span:nth-child(-n+5) i {
  background-color: #115ba6;
}

button.is-mymenu {
  padding-left: 22px;
  padding-right: 3px;
  border: 0;
  background: transparent url(../images/bg-mymenu.png) no-repeat 0 5px;
  font-size: 13px;
  font-weight: bold;
  word-spacing: -1px;
  transition: color 0.2s;
}
button.is-mymenu:hover {
  color: #000;
}
button.is-mymenu.is-active {
  background-position-y: -45px;
}

.is-profile-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #e6e9f2;
}
.is-profile-img img {
  max-width: 100%;
  max-height: 100%;
}

.logo-area {
  height: 40px;
  padding-left: 5px;
}

.pl-board-card .is-header {
  display: inline-block;
  height: 40px;
  padding-left: 5px;
  cursor: pointer;
}

.pl-board-card-list {
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #f0f5fc;
}
.pl-board-card-list li {
  position: relative;
  height: 24px;
  padding: 2px 0 2px 12px;
}
.pl-board-card-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #115ba6;
}
.pl-board-card-list li p {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.pl-board-card-list li p:hover {
  color: #0099e5;
}
.pl-board-card-list.is-blank {
  border: 0;
  background-color: transparent;
}

.is-num {
  font-size: 14px;
}

.sw-frame-popup {
  overflow: hidden;
}
.sw-frame-popup .sw-container {
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  min-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
}
.sw-frame-popup .sw-container .sw-popup-header {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  height: 46px;
  padding: 0 20px;
  background: #5c7099;
  color: #fff;
  z-index: 1;
}
.sw-frame-popup .sw-container .sw-popup-header h1 {
  padding-bottom: 2px;
  font-size: 16px;
  color: #fff;
}
.sw-frame-popup .sw-container .sw-popup-body {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
  height: auto;
  padding: 20px 20px 15px;
  overflow: auto;
  box-sizing: border-box;
}
.sw-frame-popup .sw-container .sw-popup-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 20px;
  border-top: 1px solid #ced2d9;
  background-color: #fff;
  box-sizing: border-box;
}
.sw-frame-popup .sw-container .sw-popup-footer button + button {
  margin-left: 8px;
}

.frame-doc {
  padding: 20px 25px;
  background-color: #fff;
}
.frame-doc .is-header {
  border: 1px solid #ced2d9;
  padding: 10px 15px 15px;
}
.frame-doc .is-header li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 12px;
}
.frame-doc .is-header li small {
  font-size: 11px;
}
.frame-doc .is-header li.is-logo {
  padding: 15px 0 5px;
}
@media print {
  .frame-doc button {
    display: none;
  }
}
.frame-doc .is-info {
  margin-bottom: 20px;
  padding: 20px 0 10px;
  border-top: 2px solid #212121;
  border-bottom: 2px solid #212121;
}
.frame-doc .is-info li {
  padding: 3px 0;
  font-size: 14px;
}
.frame-doc .is-info li span.is-company {
  font-size: 16px;
  font-weight: bold;
}
.frame-doc .is-info li label, .frame-doc .is-info li .is-label {
  display: inline-block;
  width: 60px;
  margin-right: 20px;
  font-weight: bold;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.frame-doc .is-info li.is-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottoM: 10px;
}
.frame-doc .noprint {
  display: none;
}

.is-sch-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.is-sch-header .is-left, .is-sch-header .is-right {
  position: absolute;
  display: flex;
  align-items: center;
}
.is-sch-header .is-left > * + *, .is-sch-header .is-right > * + * {
  margin-left: 5px;
}
.is-sch-header .is-left {
  top: 12px;
  left: 0;
}
.is-sch-header .is-left span {
  position: relative;
}
.is-sch-header .is-left span:not(.is-unit) {
  top: -1px;
  font-size: 16px;
  font-weight: bold;
}
.is-sch-header .is-left span.is-unit {
  top: -1px;
  margin-left: 2px;
  font-size: 14px;
}
.is-sch-header .is-left span.is-unit + span {
  margin-left: 5px;
}
.is-sch-header .is-left span.is-name {
  font-size: 14px;
  font-weight: bold;
}
.is-sch-header .is-left span.is-moon {
  font-size: 14px;
  color: #666;
}
.is-sch-header .is-right {
  right: 0;
}
.is-sch-header .is-center span {
  position: relative;
}
.is-sch-header .is-center span:not(.is-unit) {
  top: -1px;
  font-size: 16px;
  font-weight: bold;
}
.is-sch-header .is-center span.is-unit {
  top: -2px;
  font-size: 14px;
}
.is-sch-header .is-center span.is-unit + span {
  margin-left: 5px;
}
.is-sch-header .is-center button {
  margin: 0 5px;
}

.sw-card-header.is-sch-header {
  min-height: 45px;
  height: 45px;
  margin-bottom: 0;
}

.sw-sch-year {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sw-sch-year > div {
  padding-bottom: 10px;
}
.sw-sch-year > div .is-month-name {
  padding: 5px 0;
  font-size: 13px;
  text-align: center;
}
.sw-sch-year > div .is-month-name b {
  font-size: 15px;
}

.sw-sch-calendar {
  table-layout: fixed;
}
.sw-sch-calendar thead th {
  font-size: 11px;
}
.sw-sch-calendar tbody td {
  padding: 5px 2px 2px;
  text-align: center;
}
.sw-sch-calendar tbody td input[type=checkbox].sw-form + label {
  min-width: 25px;
  height: 30px;
  margin: 0;
  padding-top: 15px;
}
.sw-sch-calendar tbody td input[type=checkbox].sw-form + label::before {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -8px;
}
.sw-sch-calendar tbody td input[type=checkbox].sw-form + label::after {
  left: 50%;
  margin-left: -3px;
}
.sw-sch-calendar tbody td span {
  width: 100%;
}

.sw-sch-calendar-wrap {
  margin-top: 40px;
  padding: 20px;
  border-radius: 6px;
  background-color: rgba(242, 65, 48, 0.15);
}
.sw-sch-calendar-wrap .is-sch-header {
  margin: 0 0 15px;
}
.sw-sch-calendar-wrap .is-sch-header span.is-unit {
  font-size: 14px;
}
.sw-sch-calendar-wrap .is-sch-header span.is-unit + span {
  margin-left: 5px;
}
.sw-sch-calendar-wrap .is-sch-header span:not(.is-unit) {
  font-size: 15px;
  font-weight: bold;
}
.sw-sch-calendar-wrap .is-sch-header button.is-icon {
  padding: 0 10px;
}
.sw-sch-calendar-wrap .sw-sch-calendar {
  width: 100%;
}
.sw-sch-calendar-wrap .sw-sch-calendar thead th {
  padding-bottom: 8px;
  font-size: 12px;
}
.sw-sch-calendar-wrap .sw-sch-calendar tbody td a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 15px;
  color: #333;
}
.sw-sch-calendar-wrap .sw-sch-calendar tbody td a.is-sunday {
  color: #f24130;
}
.sw-sch-calendar-wrap .sw-sch-calendar tbody td.is-active a {
  background-color: #f24130;
  color: #fff;
}

.is-schedule table thead th {
  height: 35px;
}
.is-schedule table tbody th {
  padding: 0;
  text-align: center;
}
.is-schedule table tbody th p {
  width: 100%;
}
.is-schedule table tbody th p:hover {
  cursor: pointer;
}
.is-schedule table tbody td {
  position: relative;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
}
.is-schedule table tbody td > a {
  width: 100%;
  padding: 5px 0 0 8px;
  color: #666;
}
.is-schedule table tbody td > a:hover {
  color: #666;
  text-decoration: none;
}
.is-schedule table tbody td.is-blank {
  background-color: #f7f7f7;
}
.is-schedule table tbody td.is-today {
  background-color: rgba(242, 170, 24, 0.1);
}
.is-schedule table tbody td.is-today > a {
  color: #000;
}
.is-schedule table tbody td.is-today > a:hover {
  color: #000;
}
.is-schedule table tbody td > div {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 5px 3px 5px 10px;
  overflow: auto;
}
.is-schedule table tbody td > div.is-month {
  height: calc(100% - 25px);
  padding-top: 0;
}
.is-schedule table tbody td > div a {
  width: 100%;
  margin-bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.is-schedule table tbody td > div a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 4px;
  height: 4px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: #0099e5;
}
.is-schedule table tbody tr:hover, .is-schedule table tbody tr:nth-child(even) {
  background-color: transparent;
}
.is-schedule.is-day table tbody td {
  padding: 10px;
}
.is-schedule.is-day table tbody td p {
  width: 100%;
  display: flex;
  align-items: center;
}
.is-schedule.is-day table tbody td p i {
  margin-right: 5px;
}
.is-schedule.is-day table tbody td p.is-title .sw-badge {
  margin-right: 5px;
}
.is-schedule.is-day table tbody td p.is-title a {
  position: relative;
  top: -1px;
}
.is-schedule.is-day table tbody td p + p {
  margin-top: 5px;
}

.sw-container.is-home {
  min-width: 1180px;
  width: 1180px;
  margin: 0 auto;
  padding: 40px 120px 15px 0;
}

.sw-card-rank {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 300px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #a3b8cc;
  background-color: #fff;
}
.sw-card-rank label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 35px;
  border-radius: 0 0 6px 6px;
  background-image: linear-gradient(#3f51b5, #02b5d9);
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.sw-card-rank label i {
  margin-right: 5px;
}
.sw-card-rank .is-corp {
  margin: 25px 0 20px;
  font-size: 17px;
  font-weight: bold;
}
.sw-card-rank .is-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 15px;
  border-radius: 6px;
  background-color: #edf2fa;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}
.sw-card-rank .is-copy {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #596380;
  line-height: 18px;
}
.sw-card-rank.is-attention {
  border-color: #ff9500;
}
.sw-card-rank.is-attention label {
  background-image: linear-gradient(#ff6a00, #ffaa00);
  word-spacing: -1px;
}
.sw-card-rank.is-attention label i {
  margin-right: 3px;
}
.sw-card-rank.is-attention .is-name {
  background-color: #fcf2e8;
}

.sw-home-quick {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 85px;
  background-color: #475466;
}
.sw-home-quick li {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sw-home-quick li i {
  pointer-events: none;
}
.sw-home-quick li span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  pointer-events: none;
}

.sw-home-group {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 150px;
  background-color: #475466;
}
.sw-home-group li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 26%;
}
.sw-home-group li .is-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.sw-home-group li i {
  pointer-events: none;
}
.sw-home-group li span {
  margin-top: 5px;
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}
.sw-home-group li ul {
  flex: 1 1 auto;
  margin-left: 25px;
}
.sw-home-group li ul li {
  width: 100%;
  padding: 6px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s;
}
.sw-home-group li ul li:last-child {
  border-bottom: 0;
}
.sw-home-group li ul li:hover {
  color: #fff;
}

.is-home-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  padding: 0 18px 2px;
  border: 1px solid #a3b8cc;
  background-color: #fff;
}
.is-home-link span {
  font-size: 14px;
  font-weight: bold;
}
.is-home-link i + span {
  margin-left: 5px;
}
.is-home-link .is-left, .is-home-link .is-right {
  display: flex;
  align-items: center;
}
.is-home-link ul {
  display: flex;
  align-items: center;
}
.is-home-link ul li {
  position: relative;
  margin-left: 20px;
  padding-left: 8px;
  cursor: pointer;
}
.is-home-link ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #5c7099;
}
.is-home-link ul li:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.is-home-link.is-link {
  cursor: pointer;
}

.sw-home-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sw-home-box-header h1 {
  font-size: 15px;
}

.sw-list-home-work {
  display: flex;
  flex-wrap: wrap;
}
.sw-list-home-work li {
  flex: 0 1 calc(50% - 5px);
  margin: 0 5px 5px 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
}
.sw-list-home-work li:nth-child(2n) {
  margin-right: 0;
}
.sw-list-home-work li label {
  flex: 1 1 auto;
  font-weight: bold;
  pointer-events: none;
}
.sw-list-home-work li em {
  font-size: 14px;
  pointer-events: none;
}
.sw-list-home-work li span {
  font-size: 11px;
  pointer-events: none;
}

.sw-list-home-link {
  display: flex;
  flex-wrap: wrap;
}
.sw-list-home-link li {
  flex: 0 1 calc(50% - 10px);
  margin: 0 10px 10px 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  padding: 0 10px;
  font-weight: bold;
  cursor: pointer;
}
.sw-list-home-link li:nth-child(2n) {
  margin-right: 0;
}

.sw-container.is-dashboard {
  padding: 15px 140px 15px 15px;
}
.sw-container.is-dashboard .sw-card {
  height: 190px;
}
.sw-container.is-dashboard .sw-card .sw-card-header {
  padding-right: 10px;
}
.sw-container.is-dashboard .sw-card .sw-card-header h1 {
  font-size: 14px;
}
.sw-container.is-dashboard .sw-card .sw-card-header h1 small {
  font-size: 12px;
  color: #666;
}
.sw-container.is-dashboard .sw-card .sw-card-header .sw-desc {
  font-size: 12px;
  word-spacing: -1px;
}
.sw-container.is-dashboard .sw-card .sw-card-header .is-date {
  margin: 0 5px;
  font-weight: bold;
}
.sw-container.is-dashboard .sw-card .sw-card-body.has-pie-chart {
  padding-top: 20px;
  padding-right: 30px;
}
.sw-container.is-dashboard .sw-card .sw-card-body.has-pie-chart h6 {
  margin: 0 0 10px 50px;
}
.sw-container.is-dashboard .sw-card .sw-card-body.has-pie-chart .chartjs-render-monitor + h6 {
  margin-top: 20px;
}
.sw-container.is-dashboard .sw-detail-form table td .is-value {
  margin: 0;
}
.sw-container.is-dashboard .sw-detail-form table td .is-value em {
  font-size: 15px;
  color: #0099e5;
}
.sw-container.is-dashboard .sw-box.is-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 140px;
  padding-top: 30px;
}
.sw-container.is-dashboard .sw-box.is-status h6 {
  font-size: 13px;
  position: absolute;
  top: -1px;
  left: 10px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 10px 2px;
  border-radius: 0 0 6px 6px;
  color: #fff;
}
.sw-container.is-dashboard .sw-header h2 small {
  font-size: 12px;
  word-spacing: 1px;
}
.sw-container.is-dashboard .sw-tab-content {
  height: 100%;
}

.sw-dashboard-link {
  height: 190px;
  margin-top: 15px;
  border-radius: 6px;
  border: 1px solid #b8bbcc;
  background-color: #a3b1cc;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.sw-dashboard-link > div {
  position: relative;
  float: left;
  width: calc(50% - 6px);
  height: 88px;
  margin: 4px 0 0 4px;
  padding: 10px 12px;
  border-radius: 3px;
  background-color: #fff;
}
.sw-dashboard-link > div:nth-child(1), .sw-dashboard-link > div:nth-child(4) {
  background-color: #e6e9f2;
}
.sw-dashboard-link > div p {
  width: 100%;
  font-weight: bold;
}
.sw-dashboard-link > div p + span {
  font-size: 12px;
}
.sw-dashboard-link > div p + span em {
  position: relative;
  top: 1px;
  font-size: 15px;
  color: #0099e5;
}
.sw-dashboard-link > div .is-link {
  position: absolute;
  right: 10px;
  bottom: 12px;
  text-decoration: none;
  padding: 0 12px 3px 1px;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: bold;
  color: #0099e5;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s;
}
.sw-dashboard-link > div .is-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0099e5;
}
.sw-dashboard-link > div .is-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 10px;
  border-radius: 1px;
  border-top: 1px solid #0099e5;
  transform: rotate(45deg);
}
.sw-dashboard-link > div .is-link:hover {
  color: #0077b2;
}
.sw-dashboard-link.is-col-4 > div {
  width: calc(25% - 5px);
}
.sw-dashboard-link.is-col-4 > div:nth-child(1), .sw-dashboard-link.is-col-4 > div:nth-child(3), .sw-dashboard-link.is-col-4 > div:nth-child(6), .sw-dashboard-link.is-col-4 > div:nth-child(8) {
  background-color: #e6e9f2;
}
.sw-dashboard-link.is-col-4 > div:nth-child(4) {
  background-color: #fff;
}

.sw-icon-status {
  background: none;
}
.sw-icon-status::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 0px;
  height: 0px;
}
.sw-icon-status.is-up::before {
  border-bottom: 5px solid #ff667f;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.sw-icon-status.is-down::before {
  border-top: 5px solid #2e99e5;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.sw-icon-status.is-equal::before {
  top: -3px;
  left: 1px;
  width: 8px;
  height: 3px;
  background: #a3b1cc;
}

.sw-list-status {
  padding: 0 5px;
}
.sw-list-status dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sw-list-status dt label {
  font-size: 12px;
  font-weight: bold;
}
.sw-list-status dt span {
  font-size: 14px;
  font-weight: bold;
}
.sw-list-status dt span small {
  position: relative;
  top: -1px;
  margin-left: 2px;
  font-size: 11px;
  font-weight: 500;
}
.sw-list-status dd {
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.sw-list-status dd + dt {
  margin-top: 5px;
}

.sw-rate-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.sw-rate-bar span {
  display: inline-block;
  height: 6px;
  border-radius: 3px;
}

.sw-list-bill {
  display: flex;
  align-items: stretch;
}
.sw-list-bill > li {
  flex: 1 0 0px;
  min-width: 0;
  max-width: 100%;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #ebf2fa;
  overflow: hidden;
}
.sw-list-bill > li .is-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.sw-list-bill > li .is-main label {
  font-weight: bold;
}
.sw-list-bill > li .is-main span {
  font-size: 15px;
  font-weight: bold;
}
.sw-list-bill > li .is-sub {
  width: 100%;
  padding: 5px 12px 8px;
  background-color: #fcedf2;
}
.sw-list-bill > li .is-sub li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sw-list-bill > li .is-sub label {
  font-size: 12px;
  font-weight: bold;
}
.sw-list-bill > li .is-sub span {
  font-size: 14px;
  font-weight: bold;
}
.sw-list-bill > li + li {
  margin-left: 10px;
}

/******************* BASIC STYLING **********************/
.scroll_tabs_container {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
  border-bottom: 1px solid #0099e5;
}
.scroll_tabs_container div.scroll_tab_inner {
  height: 35px;
  padding: 0 10px;
}
.scroll_tabs_container div.scroll_tab_inner span {
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px 5px 0 0;
  line-height: 25px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 0px;
}
.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 0px;
}
.scroll_tabs_container div.scroll_tab_inner span.is-item {
  position: relative;
  min-width: 80px;
  height: 29px;
  padding-top: 1px;
  padding-right: 30px;
  margin: 5px 0 0 -1px;
  border: solid #ccc;
  border-width: 1px 1px 0 1px;
  font-weight: bold;
  transition: all 0.3s;
}
.scroll_tabs_container div.scroll_tab_inner span.is-item button.is-icon {
  position: absolute;
  right: 4px;
  width: 18px;
  opacity: 0.7;
}
.scroll_tabs_container div.scroll_tab_inner span.is-item button.is-icon i {
  position: relative;
  background-image: url(../images/icons.png);
}
.scroll_tabs_container div.scroll_tab_inner span.is-item button.is-icon:hover {
  opacity: 1;
}
.scroll_tabs_container div.scroll_tab_inner span.is-item.tab_selected {
  z-index: 1;
  height: 30px;
  border-color: #0099e5;
  background-color: #e6e9f2;
  color: #333;
  cursor: default;
}
.scroll_tabs_container div.scroll_tab_inner span.is-item.tab_selected button.is-icon {
  opacity: 1;
}
.scroll_tabs_container div.scroll_tab_inner span.is-item.tab_selected button.is-icon i {
  background-image: url(../images/icons-blue.png);
}
.scroll_tabs_container div.scroll_tab_inner span.is-item.scroll_tab_first {
  margin-left: 4px;
}
.scroll_tabs_container div.scroll_tab_inner span.is-item.scroll_tab_last {
  margin-right: 4px;
}
.scroll_tabs_container .scroll_tab_left_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.scroll_tabs_container .scroll_tab_left_button_disabled {
  box-shadow: none;
  opacity: 0.4;
  cursor: default;
}
.scroll_tabs_container .scroll_tab_right_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.scroll_tabs_container .scroll_tab_right_button_disabled {
  box-shadow: none;
  opacity: 0.4;
  cursor: default;
}

/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes jconfirm-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes jconfirm-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important;
}

.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}
.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.4s;
}
.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important;
}
.jconfirm .jconfirm-scrollpane {
  perspective: 500px;
  perspective-origin: center;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%;
}
.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0;
}
.jconfirm .jconfirm-box-container {
  transition: transform;
}
.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  transition: none !important;
}
.jconfirm .jconfirm-box {
  display: inline-flex;
  flex-direction: column;
  max-width: 80%;
  max-height: 80%;
  min-width: 280px;
  min-height: 120px;
  background: white;
  border-radius: 4px;
  outline: none;
  overflow: hidden;
  box-sizing: border-box;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.3s, opacity 0.2s;
  -webkit-animation: metroAlert 0.3s;
          animation: metroAlert 0.3s;
}
@-webkit-keyframes metroAlert {
  0% {
    transform: scale(1);
  }
  1% {
    transform: scale(0.5);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes metroAlert {
  0% {
    transform: scale(1);
  }
  1% {
    transform: scale(0.5);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.jconfirm .jconfirm-box.loading {
  height: 120px;
}
.jconfirm .jconfirm-box.loading:before {
  content: "";
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
}
.jconfirm .jconfirm-box.loading:after {
  opacity: 0.6;
  content: "";
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  -webkit-animation: jconfirm-spin 1s infinite linear;
          animation: jconfirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0.6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 15px;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  padding-top: 20px;
  margin-bottom: -10px;
}
.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  margin: 10px 0 0;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  width: 100%;
  margin-top: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
  width: 3px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 100%;
  height: auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none;
}
.jconfirm .jconfirm-box .jconfirm-content {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
  height: auto;
  padding: 30px 20px 35px;
  font-size: 13px;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  display: inline-flex;
  border-top: 1px solid #ced2d9;
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
  flex: 1 0 0px;
  min-width: 0;
  max-width: 100%;
  width: auto;
  height: 45px;
  margin: 0 !important;
  padding-bottom: 2px;
  border: 0;
  border-right: 1px solid #ced2d9;
  background-color: transparent;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}
.jconfirm .jconfirm-box .jconfirm-buttons button:last-child {
  border-right: 0;
  color: #115ba6;
}
.jconfirm .jconfirm-box .jconfirm-buttons button:hover {
  background-color: #ebf2fa;
}
.jconfirm .jconfirm-clear {
  clear: both;
}
.jconfirm.jconfirm-rtl {
  direction: rtl;
}
.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto;
}
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: 0.2;
}
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}
.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-2px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-8px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(8px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-2px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-8px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(8px, 0, 0);
  }
}
@-webkit-keyframes glow {
  0%, 100% {
    box-shadow: 0 0 0px red;
  }
  50% {
    box-shadow: 0 0 30px red;
  }
}
@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 0px red;
  }
  50% {
    box-shadow: 0 0 30px red;
  }
}
/*Transition rules*/
.jconfirm {
  perspective: 400px;
}
.jconfirm .jconfirm-box {
  opacity: 1;
  transition-property: all;
}
.jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-zoom, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-scalex {
  opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  transform: rotate(90deg);
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  transform: rotateX(90deg);
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  transform: rotateX(-90deg);
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  transform: rotatey(90deg);
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  transform: rotatey(-90deg);
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  transform: scaley(1.5);
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  transform: scalex(1.5);
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-top {
  transform: translate(0px, -100px);
}
.jconfirm .jconfirm-box.jconfirm-animation-left {
  transform: translate(-100px, 0px);
}
.jconfirm .jconfirm-box.jconfirm-animation-right {
  transform: translate(100px, 0px);
}
.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  transform: translate(0px, 100px);
}
.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  transform: scale(1.2);
}
.jconfirm .jconfirm-box.jconfirm-animation-scale {
  transform: scale(0.5);
}
.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden;
}

/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 260px;
  padding-bottom: 10px;
  z-index: -1;
}
.datepicker-container::before, .datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border-radius: 5px;
  border: 1px solid #115ba6;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

/* .datepicker-top-left,
.datepicker-top-right {
  border-top-color: $color-main;
} */
.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 15px;
  top: -6px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #115ba6;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -5px;
}

/* .datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: $color-main;
} */
.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -6px;
  left: 15px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #115ba6;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -5px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 15px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0 10px;
}

.datepicker-panel > ul:first-child {
  margin-bottom: 10px;
  padding: 8px 0 5px 5px;
  border-bottom: 1px solid #c3d7d9;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  float: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 2px;
  padding: 0 0 2px;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  list-style: none;
  cursor: pointer;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  color: #f76700;
}

/* .datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
} */
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  background-color: #115ba6;
  color: #fff;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view=next] {
  font-size: 24px;
  padding-bottom: 10px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 180px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}

.datepicker-panel > ul[data-view=years] > li,
.datepicker-panel > ul[data-view=months] > li {
  width: 56px;
  height: 54px;
}

.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  color: #f76700;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

.jq-toast-wrap {
  display: block;
  position: fixed;
  z-index: 9000;
  width: 400px;
  pointer-events: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}
.jq-toast-wrap.bottom-left {
  bottom: 20;
  left: 20;
}
.jq-toast-wrap.bottom-right {
  bottom: 20;
  right: 40;
}
.jq-toast-wrap.top-left {
  top: 20;
  left: 20;
}
.jq-toast-wrap.top-right {
  top: 20;
  right: 40;
}

.jq-toast-single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 0 5px;
  padding: 15px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 17px;
  color: white;
  pointer-events: all;
}
.jq-toast-single h2 {
  width: 100%;
  margin: 0 0 5px;
  background: none;
  font-size: 14px;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}
.jq-toast-single a {
  padding-bottom: 3px;
  border-bottom: 1px solid white;
  font-size: 12px;
  font-weight: bold;
  color: #eee;
  text-decoration: none;
}
.jq-toast-single ul {
  margin: 0 0 0 15px;
}
.jq-toast-single ul li {
  line-height: 17px;
}

.close-jq-toast-single {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  word-break: break-word;
  cursor: pointer;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  border-radius: 3px;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  position: relative;
  min-height: 55px;
  padding: 15px 15px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
  color: rgba(255, 255, 255, 0.9);
}
.jq-has-icon::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-toast.png) no-repeat;
}

.jq-icon-info {
  background-color: #2988cc;
}
.jq-icon-info:before {
  background-position-x: 0;
}
.jq-icon-warning {
  background-color: #e58a2e;
}
.jq-icon-warning:before {
  background-position-x: -50px;
}
.jq-icon-error {
  background-color: #e55245;
}
.jq-icon-error:before {
  background-position-x: -100px;
}
.jq-icon-success {
  background-color: #3d997a;
}
.jq-icon-success:before {
  background-position-x: -150px;
}

.sw-calendar-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #b8bbcc;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  overflow: hidden;
}

.calendar {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #faedef;
  text-transform: capitalize;
  text-align: center;
  box-sizing: border-box;
}
.calendar a {
  text-decoration: none;
  color: inherit;
}
.calendar header {
  display: inline-block;
}
.calendar header .simple-calendar-btn {
  display: inline-block;
  position: absolute;
  top: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.calendar header .simple-calendar-btn:hover {
  opacity: 1;
}
.calendar header .simple-calendar-btn:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 14px;
  width: 9px;
  height: 16px;
  background: url(../images/icons.png) no-repeat;
}
.calendar header .btn-prev {
  left: 20px;
}
.calendar header .btn-prev:before {
  left: 8px;
  background-position: -400px -350px;
}
.calendar header .btn-next {
  right: 20px;
}
.calendar header .btn-next:before {
  background-position: -400px -300px;
}
.calendar header .month {
  margin: 1px 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}
.calendar header .month > span {
  position: relative;
  top: -1px;
  font-size: 14px;
}
.calendar header .month .year {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 500;
}
.calendar header .month .year span {
  font-size: 13px;
}
.calendar table {
  width: 100%;
  margin: 15px 0 0;
  border-spacing: 0px;
}
.calendar thead {
  font-size: 12px;
  font-weight: 600;
}
.calendar td {
  padding: 5px 0;
}
.calendar .day {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 21px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.calendar .day.has-event:after {
  content: "";
  position: absolute;
  top: calc(50% + 6px);
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f24965;
}
.calendar .day.has-event:hover {
  border-color: #f24965;
  background: rgba(255, 255, 255, 0.5);
}
.calendar .day.has-event.is-active {
  border-color: #f24965;
  background: #f24965;
  color: #fff;
}
.calendar .day.has-event.is-active.has-event:after {
  background: #fff;
}
.calendar .day.today {
  border-color: #f24965;
}
.calendar .day.wrong-month {
  opacity: 0.3;
}
.calendar .day.wrong-month:hover {
  border: 2px solid transparent;
}
.calendar .day.disabled {
  cursor: default;
}
.calendar .day.disabled:hover {
  border: 2px solid transparent;
}

.event-container {
  flex: 1 1 auto;
  overflow: auto;
  width: 100%;
  padding: 0;
  background: #dae4f2;
  box-sizing: border-box;
}
.event-container .event-wrapper {
  min-height: 100%;
  padding: 15px 15px 5px;
}
.event-container .event-wrapper .sw-no-data {
  min-height: 180px;
}
.event-container .event {
  position: relative;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid #0099e5;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  text-align: left;
}
.event-container .event-date {
  margin-bottom: 5px;
  font-weight: 600;
}
.event-container .event-date .is-day {
  font-size: 11px;
}
.event-container .event-hour {
  float: right;
  letter-spacing: 0.5px;
  opacity: 0.8;
}
.watermark{   /** 출력 시 워터마크 찍기 위한 css **/
	background-image: url('/GAINS/resources/images/print/watermark.jpg'); 
	background-repeat: no-repeat; 
	background-position: center;
}