@import url(https://fonts.googleapis.com/css?family=Nunito);.focus-on {
  background: #0c5460;
  color: #fff;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .2s;
}

.fade-enter, .fade-leave-to {
  /* .fade-leave-active below version 2.1.8 */
  opacity: 0;
}

.notice-enter-active {
  -webkit-animation: bounce-in .8s;
          animation: bounce-in .8s;
}

.notice-leave-active {
  animation: bounce-in .8s reverse;
}

@-webkit-keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

.flex, .flex-col {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-start;
}

.flex-col {
  flex-direction: column;
  align-items: flex-start;
}

.jc-sb {
  justify-content: space-between;
}

.jc-c {
  justify-content: center;
}

.ba-red {
  background: red;
  border: 1px solid red;
  color: #fff;
}

.bold, section.section-list > ul:first-child > li {
  font-weight: bold;
}

.fc-red {
  color: red;
}

.wid20p {
  width: 20%;
}

.wid25p {
  width: 25%;
}

.wid50p {
  width: 50%;
}

.wid60p {
  width: 60%;
}

.wid70p {
  width: 70%;
}

.wid75p {
  width: 75%;
}

.wid99p {
  width: 99% !important;
}

.wid100p, input[type=text],
input[type=email],
input[type=number],
input[type=date],
input[type=datetime],
input[type=password],
input[type=file],
button,
textarea,
select {
  width: 100%;
}

.wid10r {
  width: 10rem;
}

.c_ali {
  text-align: center;
}

.no-mrg {
  margin: 0 !important;
}

.mrg05 {
  margin: 0.5rem;
}

.mrg, .mrg1 {
  margin: 1rem;
}

.mrgtb05 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mrgtb05lr1 {
  margin: 0.5rem 1rem;
}

.mrgtb, .mrgtb1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mrglr05 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mrglr {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mrgt05 {
  margin-top: 0.5rem;
}

.mrgt, section.section-list {
  margin-top: 1rem !important;
}

.mrgb05 {
  margin-bottom: 0.5rem;
}

.mrgb {
  margin-bottom: 1rem;
}

.mrgr, body.modal-open {
  margin-right: 1rem;
}

.mrgl {
  margin-left: 1rem;
}

.mrgl03 {
  margin-left: 0.3rem;
}

.mrgl02 {
  margin-left: 0.2rem;
}

.pad {
  padding: 1rem;
}

.pad05 {
  padding: 0.5rem;
}

.padl05 {
  padding-left: 0.5rem;
}

.padt {
  padding-top: 1rem;
}

.padb {
  padding-bottom: 1rem;
}

.padb05 {
  padding-bottom: 0.5rem;
}

.padtb {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padtb04 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.padtb05 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.padtb07 {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.padlr05 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.wid-auto {
  width: auto !important;
}

.ht100 {
  height: 100%;
}

.dis-none {
  display: none;
}

.dis-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.auto-hide-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

body {
  background: #f1f4f6;
  text-align: center;
  background-repeat: repeat-x;
  font-size: 12px;
  font-family: 'Nanum Gothic', sans-serif;
  color: #444;
  overflow-y: scroll;
  scrollbar-face-color: #fff;
  scrollbar-shadow-color: #a6a6a6;
  scrollbar-highlight-color: #a6a6a6;
  scrollbar-3dlight-color: #fff;
  scrollbar-darkshadow-color: #fff;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #fff;
}

body, table, td, p, div, span, input, form, select, a, textarea, ul, li, pre, dl, dd, dt {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
}

body.modal-open {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.2rem;
}

table, td, p, div, span, input, select, a, textarea, ul, li, pre, dl, dt, dd, button {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

ul, dl {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

ul li {
  list-style: none;
}

input, select, button, textarea {
  box-sizing: border-box;
  vertical-align: middle;
}

select option {
  padding: 100% 0;
}

a {
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=number],
input[type=date],
input[type=datetime],
input[type=password],
input[type=file],
button,
textarea,
select {
  outline: none;
  height: 1.8rem;
  position: relative;
  color: #444;
  border: 1px solid #aaa;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.3s ease-in-out;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=password]:focus,
input[type=file]:focus,
button:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 5px #51cbee;
  border: 1px solid #51cbee;
}

input[type=text], input[type=email], input[type=number],
input[type=password], input[type=file], input[type=date],
input[type=datetime] {
  text-indent: 0.4rem;
}

input[type=text].warning {
  border: 1px solid red;
}

input[type=text].warning:focus {
  box-shadow: 0 0 5px red;
}

input.check-incorrect {
  border: 1px solid red !important;
}

input.check-correct {
  border: 1px solid #5cb85c !important;
}

button {
  white-space: nowrap;
  word-wrap: normal;
  cursor: pointer;
  background-color: #fafafa;
  border-color: #aaa;
  color: #666;
}

section.section-list > ul {
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  padding: 0.3rem 0;
}

section.section-list > ul > li {
  text-align: center;
}

section.section-list > ul:first-child {
  padding: 0.5rem 0;
  border-top: 2px solid #ddd;
}

section.same-ul > ul:first-child {
  border-top: 1px solid #ddd;
}

section.same-ul > ul:first-child > li {
  font-weight: normal;
}

section.same-ul > ul {
  padding: 0.5rem 0 !important;
}

section.same-ul > ul > li.summary-number {
  font-weight: bold;
  font-size: 2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section.section-list.col8 ul > li {
  width: 12.5%;
}

section.section-list.col7 ul > li {
  width: 14.2%;
}

section.section-list.col6 ul > li {
  width: 16.6%;
}

section.section-list.col5 ul > li {
  width: 20%;
}

section.section-list.col4 ul > li {
  width: 25%;
}

section.section-list.col3 ul > li {
  width: 33.3%;
}

section.section-list.col2 ul > li {
  width: 50%;
}

section.section-form label {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
}

section.section-form label > span {
  width: 50%;
}

section.section-form label > span:first-child {
  font-weight: bold;
}

section.section-form label > input[type=text], section.section-form label > input[type=file], section.section-form label > input[type=password] {
  width: 100%;
}

@media all and (max-width: 760px) {
  section.section-form label {
    display: block !important;
  }
  section.section-form label > span {
    display: block !important;
    width: 100%;
    padding: 0.3rem 0;
  }
}

div#appAdmin {
  height: 100%;
}

footer {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  padding: 0.3rem 0;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #e0e0e0;
  background: #fff;
  font-weight: bold;
}

footer div.footer-body {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  justify-content: center;
}

[v-cloak] {
  display: none;
}

div[role-for="submit-layer"] {
  width: auto;
  padding: 0.5rem 0;
}

div[id=popup] {
  min-height: 10rem;
  min-width: 15rem;
  background-color: #fff;
  z-index: 2;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 5em auto;
  padding: 0.6rem 0.7rem;
}

div[id=popup] form > div, div[id=popup] dl.title {
  padding-top: 0.6rem;
}

div[id=popup] dl.title {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  font-size: 120%;
  padding: 0.6rem 0;
}

div[id=popup] dl.title dt {
  font-size: 120%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

div[id=popup] dl.title dt i {
  font-size: 110%;
}

div[id=popup] dl.title dd {
  font-size: 120%;
}

@media all and (max-width: 760px) {
  body {
    font-size: 16px;
  }
}
