@charset "UTF-8";
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKkr-Regular.eot");
  src: url("../fonts/NotoSansCJKkr-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKkr-Regular.otf") format("opentype"), url("../fonts/NotoSansCJKkr-Regular.woff") format("woff");
}

@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKkr-Medium.eot");
  src: url("../fonts/NotoSansCJKkr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKkr-Medium.otf") format("opentype"), url("../fonts/NotoSansCJKkr-Medium.woff") format("woff");
}

@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKkr-Bold.eot");
  src: url("../fonts/NotoSansCJKkr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKkr-Bold.otf") format("opentype"), url("../fonts/NotoSansCJKkr-Bold.woff") format("woff");
}

/* default */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  min-width: 320px;
  font-size: 14px;
  font-family: "Noto Sans CJK KR", "Noto Sans KR", "NotoSansKR", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  line-height: 1.5;
  overflow-y: scroll;
  word-break: keep-all;
}

header,
section,
article,
aside,
footer,
nav {
  display: block;
}

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

pre {
  white-space: pre-wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

ul,
li,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dd {
  margin: 0;
}

a,
select,
button,
input,
textarea {
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

caption.sr-only {
  position: static;
  width: auto;
  height: 0;
}

.clearfix {
  position: relative;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

/* 간격 */
.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.m-4 {
  margin: 20px !important;
}

.m-5 {
  margin: 25px !important;
}

.m-6 {
  margin: 30px !important;
}

.m-7 {
  margin: 35px !important;
}

.m-8 {
  margin: 40px !important;
}

.m-9 {
  margin: 45px !important;
}

.m-10 {
  margin: 50px !important;
}

.m-11 {
  margin: 55px !important;
}

.m-12 {
  margin: 60px !important;
}

.m-13 {
  margin: 65px !important;
}

.m-14 {
  margin: 70px !important;
}

.m-15 {
  margin: 75px !important;
}

.m-16 {
  margin: 80px !important;
}

.m-17 {
  margin: 85px !important;
}

.m-18 {
  margin: 90px !important;
}

.m-19 {
  margin: 95px !important;
}

.m-20 {
  margin: 100px !important;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.p-5 {
  padding: 25px !important;
}

.p-6 {
  padding: 30px !important;
}

.p-7 {
  padding: 35px !important;
}

.p-8 {
  padding: 40px !important;
}

.p-9 {
  padding: 45px !important;
}

.p-10 {
  padding: 50px !important;
}

.p-11 {
  padding: 55px !important;
}

.p-12 {
  padding: 60px !important;
}

.p-13 {
  padding: 65px !important;
}

.p-14 {
  padding: 70px !important;
}

.p-15 {
  padding: 75px !important;
}

.p-16 {
  padding: 80px !important;
}

.p-17 {
  padding: 85px !important;
}

.p-18 {
  padding: 90px !important;
}

.p-19 {
  padding: 95px !important;
}

.p-20 {
  padding: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.mt-7 {
  margin-top: 35px !important;
}

.mt-8 {
  margin-top: 40px !important;
}

.mt-9 {
  margin-top: 45px !important;
}

.mt-10 {
  margin-top: 50px !important;
}

.mt-11 {
  margin-top: 55px !important;
}

.mt-12 {
  margin-top: 60px !important;
}

.mt-13 {
  margin-top: 65px !important;
}

.mt-14 {
  margin-top: 70px !important;
}

.mt-15 {
  margin-top: 75px !important;
}

.mt-16 {
  margin-top: 80px !important;
}

.mt-17 {
  margin-top: 85px !important;
}

.mt-18 {
  margin-top: 90px !important;
}

.mt-19 {
  margin-top: 95px !important;
}

.mt-20 {
  margin-top: 100px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.ml-6 {
  margin-left: 30px !important;
}

.ml-7 {
  margin-left: 35px !important;
}

.ml-8 {
  margin-left: 40px !important;
}

.ml-9 {
  margin-left: 45px !important;
}

.ml-10 {
  margin-left: 50px !important;
}

.ml-11 {
  margin-left: 55px !important;
}

.ml-12 {
  margin-left: 60px !important;
}

.ml-13 {
  margin-left: 65px !important;
}

.ml-14 {
  margin-left: 70px !important;
}

.ml-15 {
  margin-left: 75px !important;
}

.ml-16 {
  margin-left: 80px !important;
}

.ml-17 {
  margin-left: 85px !important;
}

.ml-18 {
  margin-left: 90px !important;
}

.ml-19 {
  margin-left: 95px !important;
}

.ml-20 {
  margin-left: 100px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mr-6 {
  margin-right: 30px !important;
}

.mr-7 {
  margin-right: 35px !important;
}

.mr-8 {
  margin-right: 40px !important;
}

.mr-9 {
  margin-right: 45px !important;
}

.mr-10 {
  margin-right: 50px !important;
}

.mr-11 {
  margin-right: 55px !important;
}

.mr-12 {
  margin-right: 60px !important;
}

.mr-13 {
  margin-right: 65px !important;
}

.mr-14 {
  margin-right: 70px !important;
}

.mr-15 {
  margin-right: 75px !important;
}

.mr-16 {
  margin-right: 80px !important;
}

.mr-17 {
  margin-right: 85px !important;
}

.mr-18 {
  margin-right: 90px !important;
}

.mr-19 {
  margin-right: 95px !important;
}

.mr-20 {
  margin-right: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.mb-7 {
  margin-bottom: 35px !important;
}

.mb-8 {
  margin-bottom: 40px !important;
}

.mb-9 {
  margin-bottom: 45px !important;
}

.mb-10 {
  margin-bottom: 50px !important;
}

.mb-11 {
  margin-bottom: 55px !important;
}

.mb-12 {
  margin-bottom: 60px !important;
}

.mb-13 {
  margin-bottom: 65px !important;
}

.mb-14 {
  margin-bottom: 70px !important;
}

.mb-15 {
  margin-bottom: 75px !important;
}

.mb-16 {
  margin-bottom: 80px !important;
}

.mb-17 {
  margin-bottom: 85px !important;
}

.mb-18 {
  margin-bottom: 90px !important;
}

.mb-19 {
  margin-bottom: 95px !important;
}

.mb-20 {
  margin-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pt-6 {
  padding-top: 30px !important;
}

.pt-7 {
  padding-top: 35px !important;
}

.pt-8 {
  padding-top: 40px !important;
}

.pt-9 {
  padding-top: 45px !important;
}

.pt-10 {
  padding-top: 50px !important;
}

.pt-11 {
  padding-top: 55px !important;
}

.pt-12 {
  padding-top: 60px !important;
}

.pt-13 {
  padding-top: 65px !important;
}

.pt-14 {
  padding-top: 70px !important;
}

.pt-15 {
  padding-top: 75px !important;
}

.pt-16 {
  padding-top: 80px !important;
}

.pt-17 {
  padding-top: 85px !important;
}

.pt-18 {
  padding-top: 90px !important;
}

.pt-19 {
  padding-top: 95px !important;
}

.pt-20 {
  padding-top: 100px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.pl-6 {
  padding-left: 30px !important;
}

.pl-7 {
  padding-left: 35px !important;
}

.pl-8 {
  padding-left: 40px !important;
}

.pl-9 {
  padding-left: 45px !important;
}

.pl-10 {
  padding-left: 50px !important;
}

.pl-11 {
  padding-left: 55px !important;
}

.pl-12 {
  padding-left: 60px !important;
}

.pl-13 {
  padding-left: 65px !important;
}

.pl-14 {
  padding-left: 70px !important;
}

.pl-15 {
  padding-left: 75px !important;
}

.pl-16 {
  padding-left: 80px !important;
}

.pl-17 {
  padding-left: 85px !important;
}

.pl-18 {
  padding-left: 90px !important;
}

.pl-19 {
  padding-left: 95px !important;
}

.pl-20 {
  padding-left: 100px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.pr-6 {
  padding-right: 30px !important;
}

.pr-7 {
  padding-right: 35px !important;
}

.pr-8 {
  padding-right: 40px !important;
}

.pr-9 {
  padding-right: 45px !important;
}

.pr-10 {
  padding-right: 50px !important;
}

.pr-11 {
  padding-right: 55px !important;
}

.pr-12 {
  padding-right: 60px !important;
}

.pr-13 {
  padding-right: 65px !important;
}

.pr-14 {
  padding-right: 70px !important;
}

.pr-15 {
  padding-right: 75px !important;
}

.pr-16 {
  padding-right: 80px !important;
}

.pr-17 {
  padding-right: 85px !important;
}

.pr-18 {
  padding-right: 90px !important;
}

.pr-19 {
  padding-right: 95px !important;
}

.pr-20 {
  padding-right: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.pb-6 {
  padding-bottom: 30px !important;
}

.pb-7 {
  padding-bottom: 35px !important;
}

.pb-8 {
  padding-bottom: 40px !important;
}

.pb-9 {
  padding-bottom: 45px !important;
}

.pb-10 {
  padding-bottom: 50px !important;
}

.pb-11 {
  padding-bottom: 55px !important;
}

.pb-12 {
  padding-bottom: 60px !important;
}

.pb-13 {
  padding-bottom: 65px !important;
}

.pb-14 {
  padding-bottom: 70px !important;
}

.pb-15 {
  padding-bottom: 75px !important;
}

.pb-16 {
  padding-bottom: 80px !important;
}

.pb-17 {
  padding-bottom: 85px !important;
}

.pb-18 {
  padding-bottom: 90px !important;
}

.pb-19 {
  padding-bottom: 95px !important;
}

.pb-20 {
  padding-bottom: 100px !important;
}

.clearfix {
  position: relative;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

.tile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

.text-medium {
  font-weight: 500 !important;
}

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

.text-xs {
  font-size: 10px;
}

.text-sm {
  font-size: 12px;
}

.text-md {
  font-size: 14px;
}

.text-lg {
  font-size: 16px;
}

.text-xl {
  font-size: 18px;
}

.title1 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.title2 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}

.text-default {
  color: #000 !important;
}

.text-primary {
  color: #01b7cf !important;
}

.text-secondary {
  color: #fb5656 !important;
}

.text-gray {
  color: #999 !important;
}

.text-darkgray {
  color: #7d7d7d !important;
}

.bg-lightgray {
  background-color: #f6f6f6 !important;
}

.bg-white {
  background-color: #fff !important;
}

.ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  color: transparent;
  white-space: nowrap;
  text-align: center;
}

.ico-menu-white {
  width: 20px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-menu-white.png");
}

.ico-gnb-fileboard {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-gnb-fileboard.png");
}

.ico-gnb-arrow-repeat {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-gnb-arrow-repeat.png");
}

.ico-gnb-multitasking {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-gnb-multitasking.png");
}

.ico-gnb-profile {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-gnb-profile.png");
}

.ico-gnb-important-message {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-gnb-important-message.png");
}

.ico-back-white-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-image: url("../images/ico-back-white-lg.png");
}

.ico-back-white {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-back-white.png");
}

.ico-back-white {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-back-white.png");
}

.ico-layer-white {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-layer-white.png");
}

.ico-search-white {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-search-white.png");
}

.ico-detail-white {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-detail-white.png");
}

.ico-del {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-image: url("../images/ico-del.png");
}

.ico-plus {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-image: url("../images/ico-plus.png");
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.btn .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.btn .ico:first-child {
  margin-left: -5px;
}

.btn .ico:last-child {
  margin-right: -5px;
}

.btn .text {
  margin-top: -2px;
}

.btn-md, .btn-icon {
  border: 1px solid transparent;
  min-width: 120px;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}

.btn-icon {
  padding: 0;
  min-width: 40px;
}

.btn-icon .ico {
  margin: 0 !important;
}

.btn-round {
  border-radius: 25px;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.btn-default {
  color: #fff;
  background-color: #999;
}

.btn-primary {
  color: #fff;
  background-color: #01b7cf;
}

.btn-secondary {
  color: #fff;
  background-color: #fb5656;
}

.btn-lightgray {
  color: #fff;
  background-color: #bdbdbd;
}

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

.btn-group .btn + .btn {
  margin-left: 10px;
}

/* 모달 팝업 */
.modal-open {
  overflow: hidden;
}

.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 로더 레이어 */
}

.modal-popup.hide {
  opacity: 0;
  visibility: hidden;
}

.modal-popup.hide .popup-inner {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.modal-popup.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.modal-popup.show .popup-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.modal-popup .dimed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-popup .popup-inner {
  position: relative;
  z-index: 1100;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.modal-popup .popup-header {
  background-color: #01b7cf;
  color: #fff;
  line-height: 50px;
  padding: 0 30px;
}

.modal-popup .popup-body {
  padding: 30px;
}

.modal-popup .popup-body .title1 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.modal-popup .popup-footer {
  text-align: right;
  padding: 16px 30px;
}

.modal-popup .popup-footer .btn + .btn {
  margin-left: 6px;
}

.modal-popup .btn-close-popup {
  position: absolute;
  right: 0;
  top: 0;
}

.modal-popup.modal-full .popup-inner {
  width: 100%;
  height: 100%;
}

.modal-popup.modal-md .popup-inner {
  width: 700px;
}

.modal-popup.modal-md .popup-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.modal-popup.modal-loading .popup-inner {
  width: 400px;
  height: 320px;
}

.modal-popup.modal-loading .popup-inner .popup-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-popup.modal-loading .popup-inner .btn-close-popup {
  font-size: 12px;
  color: #666666;
  border-bottom: 1px solid #bcbcbc;
  padding: 11px 0 6px 0;
  margin-right: 23px;
}

.modal-popup.modal-loading .btn-close-popup {
  position: absolute;
  right: 0;
}

/* 일반 상세 팝업 레이아웃 */
.wrapper-popup {
  position: relative;
  min-height: 100vh;
  padding-bottom: 100px;
}

.wrapper-popup #footer {
  position: absolute;
  bottom: 0;
}

#popup-header {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

#popup-header .btn-page-back {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  height: 100%;
  background-color: #01b7cf;
}

#popup-header .popup-title {
  font-size: 24px;
  font-weight: 500;
}

#popup-header .page-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 15px;
}

#popup-header .btn-group {
  padding-right: 40px;
}

#popup-content {
  padding-top: 80px;
}

.loadingbar {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}

.loadingbar.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0;
          transition-duration: 0;
}

.loadingbar.bg-none .artwork {
  width: 50px;
  height: 50px;
  background-color: red;
}

.loadingbar.bg-white .artwork {
  width: 50px;
  height: 50px;
  background-color: blue;
}

.form-control {
  max-width: 100%;
  height: 30px;
  border: 1px solid transparent;
  border-bottom-color: #d6d6d6;
  border-radius: 0;
  padding: 2px 10px 6px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
}

.form-control::-ms-clear {
  display: none;
}

.form-control.full {
  width: 100%;
}

.form-control.inline {
  width: auto !important;
}

.form-control.datepicker {
  padding-right: 50px;
  background: url(../images/ico-calendar.png) no-repeat right center;
}

.form-control:focus {
  position: relative;
  outline: 0;
  border-bottom-color: #01b7cf;
}

.form-control::-webkit-input-placeholder {
  color: #959595;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #959595;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly], .form-control[readonly=readonly], .form-control.readonly {
  color: #454545;
  background-color: #f6f6f6;
  opacity: 1;
}

.form-control:disabled::-ms-value, .form-control[readonly]::-ms-value, .form-control[readonly=readonly]::-ms-value, .form-control.readonly::-ms-value {
  color: #c2c2c2 !important;
}

.form-control:-moz-read-only:not(select):not(button) {
  color: #c2c2c2;
  background-color: #f6f6f6;
  opacity: 1;
}

.form-control:read-only:not(select):not(button) {
  color: #454545;
  background-color: #f6f6f6;
  opacity: 1;
}

select.form-control {
  max-width: 100%;
  line-height: normal;
  padding-right: 20px;
  background: #fff url(../images/ico-arrow-select.png) no-repeat right 5px center;
}

select.form-control::-ms-expand {
  display: none;
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

input[type=checkbox] label,
input[type=checkbox] + .label, input[type=radio] label,
input[type=radio] + .label {
  position: relative;
  height: 15px;
  cursor: pointer;
}

input[type=checkbox] label .sr-only,
input[type=checkbox] + .label .sr-only, input[type=radio] label .sr-only,
input[type=radio] + .label .sr-only {
  position: static;
  margin-right: -6px !important;
}

input[type=checkbox] label:before,
input[type=checkbox] + .label:before, input[type=radio] label:before,
input[type=radio] + .label:before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 4px 0 0;
  border-radius: 3px;
  background: #fff url(../images/ico-check.png) no-repeat center center;
  background-size: 11px 9px;
  border: 0;
  vertical-align: middle;
  background-color: #d8d8d8;
}

input[type=checkbox]:focus + .label:before,
input[type=checkbox]:focus + label:before, input[type=radio]:focus + .label:before,
input[type=radio]:focus + label:before {
  border-color: #d6d6d6;
}

input[type=checkbox]:disabled + .label,
input[type=checkbox]:disabled + label, input[type=radio]:disabled + .label,
input[type=radio]:disabled + label {
  color: #959595;
}

input[type=checkbox]:disabled + .label:before,
input[type=checkbox]:disabled + label:before, input[type=radio]:disabled + .label:before,
input[type=radio]:disabled + label:before {
  opacity: .3;
  border-color: #666;
}

input[type=checkbox]:checked + .label:before,
input[type=checkbox]:checked + label:before {
  background-color: #01b7cf;
}

input[type=radio] + .label:before,
input[type=radio] + label:before {
  background: #fff url(../images/ico-radio-off.png) no-repeat center center;
}

input[type=radio]:checked + .label:before,
input[type=radio]:checked + label:before {
  background: #fff url(../images/ico-radio-on.png) no-repeat center center;
}

.input-group {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.input-group .form-control {
  display: table-cell;
  width: 100% !important;
  margin-top: 4px;
}

.input-group .input-addon {
  display: table-cell;
  width: 1%;
  padding-left: 10px;
  vertical-align: middle;
}

.input-group .input-addon + .form-control {
  margin-left: 9px;
  border-right: 1px solid #d6d6d6;
}

.input-group .btn-md, .input-group .btn-icon {
  margin: -1px 0;
  padding: 0 15px;
  line-height: 28px;
}

.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table .cell-btn {
  padding: 0;
  text-align: center;
}

.table-write th {
  background-color: #f6f6f6;
  text-align: left;
  font-weight: normal;
}

.table-write th,
.table-write td {
  padding: 5px 15px;
  height: 49px;
  border: 1px solid #d6d6d6;
  vertical-align: middle;
}

.table-write + .table-write {
  margin-top: -1px;
}

.table-write .form-control {
  width: 100%;
}

.title-area .title1 {
  display: inline;
}

.title-area .btn-toggle {
  padding: 0 8px;
  display: inline;
  font-size: 10px;
  color: #01b7cf;
}

.title-area .btn-toggle .open {
  display: none;
}

.title-area .btn-toggle.on .open {
  display: inline;
}

.title-area .btn-toggle.on .close {
  display: none;
}

.toggle-area {
  border-top: 1px solid #d8d8d8;
  margin: 0 auto 80px;
}

.toggle-area .toggle-inner {
  margin: 10px auto;
}

.check-list,
.radio-list {
  margin-right: -10px;
}

.check-list label,
.radio-list label {
  display: inline-block;
  margin-right: 10px;
}

/* 요약 */
.overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overview-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px 42px;
}

.overview-col + .overview-col {
  border-left: 1px solid #d8d8d8;
}

.overview-col li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.overview-col li strong {
  color: #666666;
}

.list-area {
  margin: 10px 0;
}

.list-area .ui-jqgrid {
  border: 0;
  border-top: 1px solid #d8d8d8;
  font-family: "Noto Sans CJK KR", "Noto Sans KR", "NotoSansKR", sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

.list-area .ui-jqgrid a {
  color: #01b7cf;
  border-bottom: 1px solid #01b7cf;
}

.list-area .ui-jqgrid .s-ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 6px -6px 0 0 !important;
  display: inline-block !important;
}

.list-area .ui-jqgrid .jqgh_cbox .s-ico {
  display: none !important;
}

.list-area .ui-jqgrid .jqgh_cbox,
.list-area .ui-jqgrid .td_cbox {
  padding: 0 10px !important;
}

.list-area .ui-jqgrid .ui-jqgrid-sortable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-area .ui-jqgrid th.ui-th-column {
  border-right-color: transparent !important;
}

.list-area .ui-jqgrid .ui-jqgrid-htable th {
  padding-left: 18px;
  padding-right: 18px;
  height: 49px !important;
  font-weight: 500;
  font-size: 14px;
}

.list-area .ui-jqgrid .ui-jqgrid-htable th div {
  overflow: visible;
}

.list-area .ui-jqgrid .ui-jqgrid-labels .ui-th-column {
  border-right-color: transparent;
}

.list-area .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
  border-right: 0;
}

.list-area .ui-jqgrid tr:nth-child(even) {
  background-color: #f6f6f6;
}

.list-area .ui-jqgrid tr.jqfoot > td,
.list-area .ui-jqgrid tr.jqgroup > td,
.list-area .ui-jqgrid tr.jqgrow > td {
  padding-left: 20px;
  padding-right: 20px;
  height: 49px !important;
  font-size: 14px;
  border-bottom-color: #bdbdbd !important;
}

.list-area .ui-jqgrid tr.ui-state-highlight,
.list-area .ui-jqgrid tr.ui-widget-content .ui-state-highlight,
.list-area .ui-jqgrid tr.ui-widget-header .ui-state-highlight, .list-area .ui-jqgrid tr.ui-state-hover {
  color: #000 !important;
  background-color: rgba(1, 183, 207, 0.1) !important;
}

.list-area .ui-jqgrid tr.ui-state-highlight > td,
.list-area .ui-jqgrid tr.ui-widget-content .ui-state-highlight > td,
.list-area .ui-jqgrid tr.ui-widget-header .ui-state-highlight > td, .list-area .ui-jqgrid tr.ui-state-hover > td {
  border-bottom-color: rgba(1, 183, 207, 0.5) !important;
}

.list-area .ui-jqgrid .ui-state-default,
.list-area .ui-jqgrid .ui-widget-content .ui-state-default,
.list-area .ui-jqgrid .ui-widget-header .ui-state-default,
.list-area .ui-jqgrid .ui-button,
.list-area .ui-jqgrid html .ui-button.ui-state-disabled:hover,
.list-area .ui-jqgrid html .ui-button.ui-state-disabled:active {
  background-color: #fff;
}

.list-ctrl {
  margin-top: 10px;
}

.list-ctrl:after {
  display: block;
  clear: both;
  content: '';
}

.list-ctrl .left {
  float: left;
}

.list-ctrl .right {
  float: right;
}

.list-ctrl .display span {
  padding-right: 17px;
}

.list-ctrl .display select {
  display: inline-block;
  width: 70px;
  line-height: 1;
}

.list-ctrl .pagination a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 0;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  margin-left: 12px;
}

.list-ctrl .pagination a:first-child {
  margin-left: 0;
}

.list-ctrl .pagination a.on {
  background-color: #01b7cf;
  color: #fff;
}

.list-ctrl .pagination .direction.first {
  background: #fff url(../images/ico-prev2.png) no-repeat center center;
  background-size: 20px 20px;
}

.list-ctrl .pagination .direction.prev {
  background: #fff url(../images/ico-prev.png) no-repeat center center;
  background-size: 20px 20px;
}

.list-ctrl .pagination .direction.next {
  background: #fff url(../images/ico-next.png) no-repeat center center;
  background-size: 20px 20px;
}

.list-ctrl .pagination .direction.last {
  background: #fff url(../images/ico-next2.png) no-repeat center center;
  background-size: 20px 20px;
}

.wrapper-sub {
  min-width: 1440px;
}

.wrapper-sub #header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 240px;
  background-color: #01b7cf;
  color: #fff;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: width;
  transition-property: width;
}

.wrapper-sub #content {
  position: relative;
  margin-left: 240px;
  padding-top: 70px;
  padding-bottom: 50px;
  width: calc(100% - 240px);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: margin width;
  transition-property: margin width;
}

.wrapper-sub .header-info,
.wrapper-sub .content-header {
  height: 70px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.wrapper-sub .content-header {
  position: fixed;
  left: 240px;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: left;
  transition-property: left;
}

.menu-collapse #bi {
  display: none;
}

.menu-collapse #header,
.menu-collapse #content {
  width: 70px;
}

.menu-collapse .content-header {
  left: 70px;
}

.menu-collapse #content {
  width: calc(100% - 70px);
  margin-left: 70px;
}

.menu-collapse .user-info {
  opacity: 0;
  visibility: hidden;
}

.menu-collapse .gnb-list {
  white-space: nowrap;
}

.menu-collapse .gnb-list > li {
  margin-bottom: 48px !important;
}

.menu-collapse .gnb-list .text {
  opacity: 0;
  visibility: hidden;
}

.menu-collapse .gnb-list ul {
  display: none;
}

#header {
  z-index: 110;
}

.header-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-info #bi {
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  white-space: nowrap;
}

.header-info #bi small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.header-info .btn-menu-collapse {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  background-color: #01b7cf;
}

.user-info {
  padding: 30px 25px 5px;
  line-height: 1;
}

.user-info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.user-info .team {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
}

#gnb .gnb-list {
  padding: 20px 23px;
  width: 240px;
}

#gnb .gnb-list a {
  display: block;
}

#gnb .gnb-list > li {
  position: relative;
  margin-bottom: 15px;
}

#gnb .gnb-list > li > a {
  position: relative;
  font-weight: bold;
  padding: 2px 0 1px 32px;
}

#gnb .gnb-list > li .ico {
  position: absolute;
  left: 0;
  top: 0;
}

#gnb .gnb-list ul {
  padding-left: 22px;
  font-size: 14px;
  font-weight: 500;
}

#gnb .gnb-list ul li {
  position: relative;
  padding-left: 10px;
}

#gnb .gnb-list ul li:before {
  left: 0;
  position: absolute;
  content: "- ";
}

#content {
  min-height: 100vh;
}

.content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 23px;
}

.page-info {
  white-space: nowrap;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
}

.breadcrumb li + li:before {
  content: ' > ';
}

.breadcrumb .content-title {
  font-size: 24px;
  font-weight: 500;
}

.content-body {
  padding: 30px 50px;
}

.container-lg {
  max-width: 1600px;
  margin: auto;
}

.container {
  max-width: 1340px;
  margin: auto;
}

.container-sm {
  max-width: 1240px;
  margin: auto;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
}

#footer .address {
  display: block;
  text-align: center;
  font-style: normal;
  font-size: 12px;
}

#footer .address .item:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #000;
  margin: 0 10px;
}

#footer .address .item:first-child:before {
  display: none;
}

.login-page {
  background: url(../images/bg-login.jpg) no-repeat center center;
  background-size: cover;
  overflow: auto;
}

.login-page .wrapper {
  min-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

.login-page .form-control {
  display: block;
}

.login-page .keep {
  display: block;
}

.login-form legend {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 25px;
  letter-spacing: -0.005em;
}

.login-form legend small {
  font-size: 16px;
}

.login-form .input-area {
  width: 470px;
  background-color: #fff;
  border-radius: 14px;
  padding: 25px;
}

.login-form .form-row {
  margin-bottom: 17px;
}

.login-form .form-row input {
  border: 1px solid #d8d8d8;
  border-radius: 7px;
  width: 100%;
  height: 40px;
  font-size: 18px;
  padding: 7px 15px;
  line-height: 24px;
}

.login-form .form-row input::-webkit-input-placeholder {
  color: #d8d8d8;
  opacity: 1;
}

.login-form .form-row input:-ms-input-placeholder {
  color: #d8d8d8;
  opacity: 1;
}

.login-form .keep {
  margin: 28px 0 14px;
  padding: 0 5px;
}

.invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff0080;
}
/*# sourceMappingURL=style.css.map */