/* Jump Mobile 로그인  */
@charset "UTF-8";
/* 웹폰트 */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Pretendard-Light.woff2") format("woff2"), url("../fonts/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Pretendard-Regular.woff2") format("woff2"), url("../fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Pretendard-Medium.woff2") format("woff2"), url("../fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Pretendard-Bold.woff2") format("woff2"), url("../fonts/Pretendard-Bold.woff") format("woff");
}
/* default */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 625%;
  -webkit-text-size-adjust: none;
}

body {
  position: relative;
  min-width: 360px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.16rem;
  line-height: 1.4;
  color: #404252;
}

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,
strong,
b {
  font-weight: 500;
}

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;
  margin: 0 !important;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

caption.sr-only {
  position: static;
  width: auto;
  height: 0;
}

/* 간격 */
.m-0 {
  margin: 0rem !important;
}

.m-1 {
  margin: 0.05rem !important;
}

.m-2 {
  margin: 0.1rem !important;
}

.m-3 {
  margin: 0.15rem !important;
}

.m-4 {
  margin: 0.2rem !important;
}

.m-5 {
  margin: 0.25rem !important;
}

.m-6 {
  margin: 0.3rem !important;
}

.m-7 {
  margin: 0.35rem !important;
}

.m-8 {
  margin: 0.4rem !important;
}

.m-9 {
  margin: 0.45rem !important;
}

.m-10 {
  margin: 0.5rem !important;
}

.m-11 {
  margin: 0.55rem !important;
}

.m-12 {
  margin: 0.6rem !important;
}

.m-13 {
  margin: 0.65rem !important;
}

.m-14 {
  margin: 0.7rem !important;
}

.m-15 {
  margin: 0.75rem !important;
}

.m-16 {
  margin: 0.8rem !important;
}

.m-17 {
  margin: 0.85rem !important;
}

.m-18 {
  margin: 0.9rem !important;
}

.m-19 {
  margin: 0.95rem !important;
}

.m-20 {
  margin: 1rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.p-1 {
  padding: 0.05rem !important;
}

.p-2 {
  padding: 0.1rem !important;
}

.p-3 {
  padding: 0.15rem !important;
}

.p-4 {
  padding: 0.2rem !important;
}

.p-5 {
  padding: 0.25rem !important;
}

.p-6 {
  padding: 0.3rem !important;
}

.p-7 {
  padding: 0.35rem !important;
}

.p-8 {
  padding: 0.4rem !important;
}

.p-9 {
  padding: 0.45rem !important;
}

.p-10 {
  padding: 0.5rem !important;
}

.p-11 {
  padding: 0.55rem !important;
}

.p-12 {
  padding: 0.6rem !important;
}

.p-13 {
  padding: 0.65rem !important;
}

.p-14 {
  padding: 0.7rem !important;
}

.p-15 {
  padding: 0.75rem !important;
}

.p-16 {
  padding: 0.8rem !important;
}

.p-17 {
  padding: 0.85rem !important;
}

.p-18 {
  padding: 0.9rem !important;
}

.p-19 {
  padding: 0.95rem !important;
}

.p-20 {
  padding: 1rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 0.05rem !important;
}

.mt-2 {
  margin-top: 0.1rem !important;
}

.mt-3 {
  margin-top: 0.15rem !important;
}

.mt-4 {
  margin-top: 0.2rem !important;
}

.mt-5 {
  margin-top: 0.25rem !important;
}

.mt-6 {
  margin-top: 0.3rem !important;
}

.mt-7 {
  margin-top: 0.35rem !important;
}

.mt-8 {
  margin-top: 0.4rem !important;
}

.mt-9 {
  margin-top: 0.45rem !important;
}

.mt-10 {
  margin-top: 0.5rem !important;
}

.mt-11 {
  margin-top: 0.55rem !important;
}

.mt-12 {
  margin-top: 0.6rem !important;
}

.mt-13 {
  margin-top: 0.65rem !important;
}

.mt-14 {
  margin-top: 0.7rem !important;
}

.mt-15 {
  margin-top: 0.75rem !important;
}

.mt-16 {
  margin-top: 0.8rem !important;
}

.mt-17 {
  margin-top: 0.85rem !important;
}

.mt-18 {
  margin-top: 0.9rem !important;
}

.mt-19 {
  margin-top: 0.95rem !important;
}

.mt-20 {
  margin-top: 1rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: 0.05rem !important;
}

.ml-2 {
  margin-left: 0.1rem !important;
}

.ml-3 {
  margin-left: 0.15rem !important;
}

.ml-4 {
  margin-left: 0.2rem !important;
}

.ml-5 {
  margin-left: 0.25rem !important;
}

.ml-6 {
  margin-left: 0.3rem !important;
}

.ml-7 {
  margin-left: 0.35rem !important;
}

.ml-8 {
  margin-left: 0.4rem !important;
}

.ml-9 {
  margin-left: 0.45rem !important;
}

.ml-10 {
  margin-left: 0.5rem !important;
}

.ml-11 {
  margin-left: 0.55rem !important;
}

.ml-12 {
  margin-left: 0.6rem !important;
}

.ml-13 {
  margin-left: 0.65rem !important;
}

.ml-14 {
  margin-left: 0.7rem !important;
}

.ml-15 {
  margin-left: 0.75rem !important;
}

.ml-16 {
  margin-left: 0.8rem !important;
}

.ml-17 {
  margin-left: 0.85rem !important;
}

.ml-18 {
  margin-left: 0.9rem !important;
}

.ml-19 {
  margin-left: 0.95rem !important;
}

.ml-20 {
  margin-left: 1rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 0.05rem !important;
}

.mr-2 {
  margin-right: 0.1rem !important;
}

.mr-3 {
  margin-right: 0.15rem !important;
}

.mr-4 {
  margin-right: 0.2rem !important;
}

.mr-5 {
  margin-right: 0.25rem !important;
}

.mr-6 {
  margin-right: 0.3rem !important;
}

.mr-7 {
  margin-right: 0.35rem !important;
}

.mr-8 {
  margin-right: 0.4rem !important;
}

.mr-9 {
  margin-right: 0.45rem !important;
}

.mr-10 {
  margin-right: 0.5rem !important;
}

.mr-11 {
  margin-right: 0.55rem !important;
}

.mr-12 {
  margin-right: 0.6rem !important;
}

.mr-13 {
  margin-right: 0.65rem !important;
}

.mr-14 {
  margin-right: 0.7rem !important;
}

.mr-15 {
  margin-right: 0.75rem !important;
}

.mr-16 {
  margin-right: 0.8rem !important;
}

.mr-17 {
  margin-right: 0.85rem !important;
}

.mr-18 {
  margin-right: 0.9rem !important;
}

.mr-19 {
  margin-right: 0.95rem !important;
}

.mr-20 {
  margin-right: 1rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 0.05rem !important;
}

.mb-2 {
  margin-bottom: 0.1rem !important;
}

.mb-3 {
  margin-bottom: 0.15rem !important;
}

.mb-4 {
  margin-bottom: 0.2rem !important;
}

.mb-5 {
  margin-bottom: 0.25rem !important;
}

.mb-6 {
  margin-bottom: 0.3rem !important;
}

.mb-7 {
  margin-bottom: 0.35rem !important;
}

.mb-8 {
  margin-bottom: 0.4rem !important;
}

.mb-9 {
  margin-bottom: 0.45rem !important;
}

.mb-10 {
  margin-bottom: 0.5rem !important;
}

.mb-11 {
  margin-bottom: 0.55rem !important;
}

.mb-12 {
  margin-bottom: 0.6rem !important;
}

.mb-13 {
  margin-bottom: 0.65rem !important;
}

.mb-14 {
  margin-bottom: 0.7rem !important;
}

.mb-15 {
  margin-bottom: 0.75rem !important;
}

.mb-16 {
  margin-bottom: 0.8rem !important;
}

.mb-17 {
  margin-bottom: 0.85rem !important;
}

.mb-18 {
  margin-bottom: 0.9rem !important;
}

.mb-19 {
  margin-bottom: 0.95rem !important;
}

.mb-20 {
  margin-bottom: 1rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 0.05rem !important;
}

.pt-2 {
  padding-top: 0.1rem !important;
}

.pt-3 {
  padding-top: 0.15rem !important;
}

.pt-4 {
  padding-top: 0.2rem !important;
}

.pt-5 {
  padding-top: 0.25rem !important;
}

.pt-6 {
  padding-top: 0.3rem !important;
}

.pt-7 {
  padding-top: 0.35rem !important;
}

.pt-8 {
  padding-top: 0.4rem !important;
}

.pt-9 {
  padding-top: 0.45rem !important;
}

.pt-10 {
  padding-top: 0.5rem !important;
}

.pt-11 {
  padding-top: 0.55rem !important;
}

.pt-12 {
  padding-top: 0.6rem !important;
}

.pt-13 {
  padding-top: 0.65rem !important;
}

.pt-14 {
  padding-top: 0.7rem !important;
}

.pt-15 {
  padding-top: 0.75rem !important;
}

.pt-16 {
  padding-top: 0.8rem !important;
}

.pt-17 {
  padding-top: 0.85rem !important;
}

.pt-18 {
  padding-top: 0.9rem !important;
}

.pt-19 {
  padding-top: 0.95rem !important;
}

.pt-20 {
  padding-top: 1rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pl-1 {
  padding-left: 0.05rem !important;
}

.pl-2 {
  padding-left: 0.1rem !important;
}

.pl-3 {
  padding-left: 0.15rem !important;
}

.pl-4 {
  padding-left: 0.2rem !important;
}

.pl-5 {
  padding-left: 0.25rem !important;
}

.pl-6 {
  padding-left: 0.3rem !important;
}

.pl-7 {
  padding-left: 0.35rem !important;
}

.pl-8 {
  padding-left: 0.4rem !important;
}

.pl-9 {
  padding-left: 0.45rem !important;
}

.pl-10 {
  padding-left: 0.5rem !important;
}

.pl-11 {
  padding-left: 0.55rem !important;
}

.pl-12 {
  padding-left: 0.6rem !important;
}

.pl-13 {
  padding-left: 0.65rem !important;
}

.pl-14 {
  padding-left: 0.7rem !important;
}

.pl-15 {
  padding-left: 0.75rem !important;
}

.pl-16 {
  padding-left: 0.8rem !important;
}

.pl-17 {
  padding-left: 0.85rem !important;
}

.pl-18 {
  padding-left: 0.9rem !important;
}

.pl-19 {
  padding-left: 0.95rem !important;
}

.pl-20 {
  padding-left: 1rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pr-1 {
  padding-right: 0.05rem !important;
}

.pr-2 {
  padding-right: 0.1rem !important;
}

.pr-3 {
  padding-right: 0.15rem !important;
}

.pr-4 {
  padding-right: 0.2rem !important;
}

.pr-5 {
  padding-right: 0.25rem !important;
}

.pr-6 {
  padding-right: 0.3rem !important;
}

.pr-7 {
  padding-right: 0.35rem !important;
}

.pr-8 {
  padding-right: 0.4rem !important;
}

.pr-9 {
  padding-right: 0.45rem !important;
}

.pr-10 {
  padding-right: 0.5rem !important;
}

.pr-11 {
  padding-right: 0.55rem !important;
}

.pr-12 {
  padding-right: 0.6rem !important;
}

.pr-13 {
  padding-right: 0.65rem !important;
}

.pr-14 {
  padding-right: 0.7rem !important;
}

.pr-15 {
  padding-right: 0.75rem !important;
}

.pr-16 {
  padding-right: 0.8rem !important;
}

.pr-17 {
  padding-right: 0.85rem !important;
}

.pr-18 {
  padding-right: 0.9rem !important;
}

.pr-19 {
  padding-right: 0.95rem !important;
}

.pr-20 {
  padding-right: 1rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 0.05rem !important;
}

.pb-2 {
  padding-bottom: 0.1rem !important;
}

.pb-3 {
  padding-bottom: 0.15rem !important;
}

.pb-4 {
  padding-bottom: 0.2rem !important;
}

.pb-5 {
  padding-bottom: 0.25rem !important;
}

.pb-6 {
  padding-bottom: 0.3rem !important;
}

.pb-7 {
  padding-bottom: 0.35rem !important;
}

.pb-8 {
  padding-bottom: 0.4rem !important;
}

.pb-9 {
  padding-bottom: 0.45rem !important;
}

.pb-10 {
  padding-bottom: 0.5rem !important;
}

.pb-11 {
  padding-bottom: 0.55rem !important;
}

.pb-12 {
  padding-bottom: 0.6rem !important;
}

.pb-13 {
  padding-bottom: 0.65rem !important;
}

.pb-14 {
  padding-bottom: 0.7rem !important;
}

.pb-15 {
  padding-bottom: 0.75rem !important;
}

.pb-16 {
  padding-bottom: 0.8rem !important;
}

.pb-17 {
  padding-bottom: 0.85rem !important;
}

.pb-18 {
  padding-bottom: 0.9rem !important;
}

.pb-19 {
  padding-bottom: 0.95rem !important;
}

.pb-20 {
  padding-bottom: 1rem !important;
}

.indent {
  margin-left: 0.16rem;
}

/* 배치 */
.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;
}

.text-primary {
  color: #800A0E !important;
}

.text-secondary {
  color: #ff7c88 !important;
}

.text-blue {
  color: #5277ca !important;
}

.text-orange {
  color: #F97F26 !important;
}

.text-yellow {
  color: #f4ad32 !important;
}

.text-default {
  color: #404252 !important;
}

.text-black {
  color: #000 !important;
}

.text-darkgray {
  color: #101223 !important;
}

.text-gray {
  color: #696A72 !important;
}

.text-lightgray {
  color: #BEC1CC !important;
}

.text-middlegray {
  color: #81838C !important;
}

.text-white {
  color: #fff !important;
}

.bg-primary {
  background-color: #800A0E !important;
  color: #fff;
}

.bg-secondary {
  background-color: #ff7c88 !important;
  color: #fff;
}

.bg-blue {
  background-color: #5277ca !important;
  color: #fff;
}

.bg-orange {
  background-color: #F97F26 !important;
  color: #fff;
}

.bg-yellow {
  background-color: #f4ad32 !important;
  color: #fff;
}

.bg-default {
  background-color: #404252 !important;
  color: #fff;
}

.bg-black {
  background-color: #000 !important;
  color: #fff;
}

.bg-darkgray {
  background-color: #101223 !important;
  color: #fff;
}

.bg-gray {
  background-color: #696A72 !important;
  color: #fff;
}

.bg-lightgray {
  background-color: #BEC1CC !important;
  color: #fff;
}

.bg-middlegray {
  background-color: #81838C !important;
  color: #fff;
}

.bg-white {
  background-color: #fff !important;
  color: #fff;
}

.bg-white {
  color: #404252;
  padding-bottom: 6px;
}

.bg-gray {
  background-color: #F7F7F9 !important;
  color: #404252;
}

.bg-lightgray {
  background-color: #f4f4f4 !important;
  color: #404252;
}

.bg-blue-light {
  background-color: #c0dae6 !important;
  color: #404252;
}

.bg-orange {
  background-color: #F97F26 !important;
  color: #404252;
}

.primary {
  background-color: #800A0E !important;
  color: #404252;
}

.secondary {
  background-color: #ff7c88 !important;
  color: #404252;
}

.blue {
  background-color: #5277ca !important;
  color: #404252;
}

.orange {
  background-color: #F97F26 !important;
  color: #404252;
}

.yellow {
  background-color: #f4ad32 !important;
  color: #404252;
}

.default {
  background-color: #404252 !important;
  color: #404252;
}

.black {
  background-color: #000 !important;
  color: #404252;
}

.darkgray {
  background-color: #101223 !important;
  color: #404252;
}

.gray {
  background-color: #696A72 !important;
  color: #404252;
}

.lightgray {
  background-color: #BEC1CC !important;
  color: #404252;
}

.middlegray {
  background-color: #81838C !important;
  color: #404252;
}

.white {
  background-color: #fff !important;
  color: #404252;
}

.title-blue-number {
  font-size: 12px;
  color: #5d8ccb;
  margin-left: 5px;
}

.list-number-black {
  color: #000 !important;
  margin-left: 13px;
  font-weight: 500;
}

.text-normal {
  font-weight: 500 !important;
}

.text-regular {
  font-weight: 400 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.title1 {
  color: #800A0E;
  font-size: 19px;
  font-weight: normal;
  line-height: 30px;
}

.text-xs {
  font-size: 0.12rem;
}

.text-sm {
  font-size: 0.15rem;
}

.text-md {
  font-size: 0.16rem;
}

.text-lg {
  font-size: 0.18rem;
}

.text-xl {
  font-size: 0.24rem;
}

.bd-0 {
  border: 0 !important;
}

.bdt-0 {
  border-top: 0 !important;
}

.btn {
  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;
  cursor: pointer;
}
.btn .ico + .text {
  margin-left: 5px;
}

* + .btn-group-flex,
* + .btn-group-block {
  padding-top: 12px;
}

.btn-group-flex {
  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;
}
.btn-group-flex .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 5em;
          flex: 1 1 5em;
}
.btn-group-flex .btn + .btn {
  margin-left: 10px;
}
.btn-group-flex.style2 {
  padding-top: 20px;
  border-top: 1px solid #d0d0d0;
}
.btn-group-flex.style2 button {
  background: #eee;
  border: 0;
  border-radius: 10px;
  color: #0f0e0e;
}

.btn-group-block {
  text-align: center;
  padding-top: 15px;
}
.btn-group-block .btn {
  width: 100%;
}
.btn-group-block .btn + .btn {
  margin-top: 8px;
}

.btn-sm {
  padding: 0 12px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
}

.btn-md {
  padding: 0 11px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 0.16rem;
  font-weight: 600;
}

.btn-lg {
  padding: 0 20px;
  height: 56px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 0.16rem;
  font-weight: 600;
}

.btn-xl {
  padding: 0 20px;
  height: 52px;
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
}

.btn-default {
  color: #404252;
  background-color: #F7F7F9;
  border: 1px solid #D2D6E1;
}
.btn-default:active {
  background-color: #5b5b5b;
}

.btn-primary {
  color: #fff;
  background-color: #800A0E;
}
.btn-primary:active {
  background-color: #72090c;
}

.btn-outline-default {
  color: #333;
  border-color: #81838C;
  background-color: #fff;
}
.btn-outline-default:active {
  background-color: #f4f4f4;
}
.btn-outline-default:disabled, .btn-outline-default.disabled {
  background: #FFFFFF;
  border: 1px solid #404252;
  cursor: none;
  opacity: 0.5;
}

.btn-outline-primary {
  color: #800A0E;
  border-color: #800A0E;
  background-color: #fff;
}
.btn-outline-primary:active {
  background-color: rgba(243, 229, 229, 0.05);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ddc8c8;
  border-color: #eedbdb;
  background-color: #f1f1f1;
}

.btn-outline-gray {
  color: #555;
  border-color: #878787;
  background-color: #fff;
}

.btn-block {
  width: 100%;
}

.btn-datepicker {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  color: transparent;
  white-space: nowrap;
  text-align: center;
  width: 30px;
  height: 30px;
  background: url(../images/ico-datepicker.png) no-repeat center center;
  background-size: 20px 21px;
}

.btn-refresh {
  position: absolute;
  z-index: 750;
  right: 20px;
  bottom: 80px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn-refresh img {
  width: 100%;
  height: 100%;
}

.btn-icon {
  border: 1px solid #b1b1b1;
  width: 24px;
  height: 23px;
  margin-left: 10px;
  background-size: 19px 11px;
  background-position: 1px center;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.btn-request-add {
  position: fixed;
  z-index: 500;
  right: 20px;
  bottom: 80px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.25);
  background: #92b8d9 url(../images/ico-plus-white.png) no-repeat center center;
  background-size: 21px auto;
}

.btn-group .btn-more {
  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: 56px;
  font-weight: 600;
}
.btn-group .btn-more .ico {
  margin-left: 5px;
}

.btn-anchor {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  background-image: url(../images/ico-chevron-right-darkgray-md.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-color: #F7F7F9;
}
.btn-anchor span {
  font-weight: 600;
  font-size: 0.18rem;
  max-width: 100%;
  white-space: nowrap;
  max-height: 0.19rem;
  line-height: 0.19rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.btn-anchor.disabled {
  background-image: none;
}

.btn-file-up {
  position: relative;
}
.btn-file-up .form-file-hidden {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.btn-notice {
  padding: 0 11px;
  height: 35px;
  border-radius: 8px;
  font-size: 0.16rem;
  font-weight: bold;
  margin-left: 10px;
  border: 1px solid #D2D6E1;
}

.ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  color: transparent;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
}

.ico-trash {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-trash.png");
}

.ico-write {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-write.png");
}

.ico-alert {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-alert.png");
}

.ico-setting {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-setting.png");
}

.ico-menu-white {
  width: 20.5px;
  height: 15.5px;
  line-height: 15.5px;
  background-image: url("../images/ico-menu-white.png");
}

.ico-logout-white {
  width: 16px;
  height: 18px;
  line-height: 18px;
  background-image: url("../images/ico-logout-white.png");
}

.ico-back-white {
  width: 17px;
  height: 13px;
  line-height: 13px;
  background-image: url("../images/ico-back-white.png");
}

.ico-back {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-back.png");
}

.ico-user-add-white {
  width: 31px;
  height: 18px;
  line-height: 18px;
  background-image: url("../images/ico-user-add-white.png");
}

.ico-arr-blue-right {
  width: 9px;
  height: 8px;
  line-height: 8px;
  background-image: url("../images/ico-arr-blue-right.png");
}

.ico-search {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-search.png");
}

.ico-search-gray {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-search-gray.png");
}

.ico-download-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-download-md.png");
}

.ico-clip-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-clip-md.png");
}

.ico-close {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-close.png");
}

.ico-close-sm {
  width: 11px;
  height: 11px;
  line-height: 11px;
  background-image: url("../images/ico-close-sm.png");
}

.ico-reset-circle {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-reset-circle.png");
}

.ico-cog {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-cog.png");
}

.ico-lock {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-lock.png");
}

.ico-user {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-user.png");
}

.ico-view-off {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-view-off.png");
}

.ico-view {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-view.png");
}

.ico-mail {
  width: 19px;
  height: 15px;
  line-height: 15px;
  background-image: url("../images/ico-mail.png");
}

.ico-delete {
  width: 19px;
  height: 18px;
  line-height: 18px;
  background-image: url("../images/ico-delete.png");
}

.ico-option {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-option.png");
}

.ico-chevron-down-gray-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-chevron-down-gray-md.png");
}

.ico-offline {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-offline.png");
}

.ico-search-gray-xl {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-search-gray-xl.png");
}

.ico-qr-white {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-qr-white.png");
}

.ico-excel-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-excel-md.png");
}

.ico-zip-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-zip-md.png");
}

.ico-img-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-img-md.png");
}

.ico-han-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-han-md.png");
}

.ico-word-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-word-md.png");
}

.ico-pdf-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-pdf-md.png");
}

.ico-file-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-file-md.png");
}

.ico-datepicker {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-datepicker.png");
}
.ico-datepicker-delete {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-image: url("../images/ico-reset-circle.png"); 
}
.ico-clock {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-clock.png");
}

.ico-nodata {
  width: 84px;
  height: 100px;
  line-height: 100px;
  background-image: url("../images/ico-nodata.png");
}

.ico-chevron-up-darkgray-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-chevron-up-darkgray-md.png");
}

.ico-chevron-down-darkgray-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-chevron-down-darkgray-md.png");
}

.ico-search-gray-xl {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-search-gray-xl.png");
}

.ico-filter-gray-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-filter-gray-md.png");
}

.ico-chevron-gray-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-chevron-gray-md.png");
}

.ico-paper-lg {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-paper-lg.png");
}

.ico-menu1 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-menu1.png");
}

.ico-menu2 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-menu2.png");
}

.ico-menu3 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-menu3.png");
}

.ico-menu4 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-menu4.png");
}

.ico-menu5 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-menu5.png");
}

.ico-menu6 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-menu6.png");
}

.ico-menu7 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-menu7.png");
}

.ico-menu8 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-menu8.png");
}

.ico-menu9 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-menu9.png");
}

.ico-menu10 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-menu10.png");
}

.ico-menu11 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url(../images/ico-menu11.png);
}

.ico-add-menu1 {
  width: 23px;
  height: 20px;
  line-height: 20px;
  background-image: url(../images/ico-add-menu1.png);
}

.ico-add-menu2 {
  width: 23px;
  height: 20px;
  line-height: 20px;
  background-image: url(../images/ico-add-menu2.png);
}

.ico-add-menu3 {
  width: 23px;
  height: 20px;
  line-height: 20px;
  background-image: url(../images/ico-add-menu3.png);
}

.ico-add-menu4 {
  width: 23px;
  height: 20px;
  line-height: 20px;
  background-image: url(../images/ico-add-menu4.png);
}

.ico-add-menu5 {
  width: 23px;
  height: 20px;
  line-height: 20px;
  background-image: url(../images/ico-add-menu5.png);
}

.ico-add-menu6 {
  width: 23px;
  height: 20px;
  line-height: 20px;
  background-image: url(../images/ico-add-menu6.png);
}

.ico-add-menu7 {
  width: 23px;
  height: 20px;
  line-height: 20px;
  background-image: url(../images/ico-add-menu7.png);
}

.ico-add-menu8 {
  width: 23px;
  height: 20px;
  line-height: 20px;
  background-image: url(../images/ico-add-menu8.png);
}

.ico-add-menu9 {
  width: 23px;
  height: 20px;
  line-height: 20px;
  background-image: url(../images/ico-add-menu9.png);
}

.ico-add-menu10 {
  width: 23px;
  height: 20px;
  line-height: 20px;
  background-image: url(../images/ico-add-menu10.png);
}

.ico-add-menu11 {
  width: 23px;
  height: 20px;
  line-height: 20px;
  background-image: url(../images/ico-add-menu11.png);
}


.ico-chevron-down-darkgray-lg {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-chevron-down-darkgray-lg.png");
}

.ico-logout-darkgray-lg {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-logout-darkgray-lg.png");
}

.ico-eyeoff-gray-xl {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-eyeoff-gray-xl.png");
}

.ico-chevron-up-darkgray-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-chevron-up-darkgray-md.png");
}

.ico-chevron-down-darkgray-md {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-chevron-down-darkgray-md.png");
}
.ico-chevron-down-darkgray-xs {
 width: 6px;
 height: 4px;
 line-height: 4px;
 background-image: url("../images/ico-chevron-down-darkgray-xs.png");
}
.ico-select-arrow-gray {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-select-arrow-gray.png");
}

.ico-select-arrow-white {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-select-arrow-white.png");
}

.ico-check-white-md {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-check-white-md.png");
}

.ico-close-black-lg {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-image: url("../images/ico-close-black-lg.png");
}

.ico-plus-md {
  width: 12px;
  height: 12px;
  line-height: 12px;
  background-image: url("../images/ico-plus-md.png");
}

.ico-minus-md {
  width: 12px;
  height: 12px;
  line-height: 12px;
  background-image: url("../images/ico-minus-md.png");
}

/* 달력 */
img.ui-datepicker-trigger {
  width: 20px;
}

.ui-helper-hidden {
  display: none;
}

.ui-datepicker {
  background: #fff;
  border: 1px solid #d1d1d1;
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-state-highlight {
  background: #7c7ee2;
  color: #fff !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/ico-paging-prev.png) no-repeat 50% 50%;
  background-size: 10px auto;
  border: 1px solid #d1d1d1;
  width: 17px;
  height: 17px;
  margin-left: -8px;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-next span {
  background-image: url(../images/ico-paging-next.png);
  border: 1px solid #d1d1d1;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker td:first-child a {
  color: red;
}

.ui-datepicker td:last-child a {
  color: #0072cf;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.check-list {
  font-size: 18px;
  color: #696A72;
}
.check-list li {
  padding: 8px 22px 6px;
  line-height: 25px;
}
.check-list li + li {
  border-top: 1px solid #BEC1CC;
}

.list li {
  position: relative;
  padding-left: 10px;
  font-size: 0.14rem;
  font-weight: normal;
}
.list li .list-title {
  position: relative;
  padding-right: 10px;
  margin-right: 6px;
  font-weight: 600;
}
.list li .list-title:after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  width: 1px;
  height: 14px;
  border-radius: 100px;
  background-color: #D2D6E1;
}
.list li + li {
  margin-top: 2px;
}
.list li:before {
  content: "";
  position: absolute;
  top: 7px;
  lefT: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #9496A1;
}
.list.list-row li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list.list-row li .list-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.list.list-row li .list-title:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 14px;
  border-radius: 100px;
  background-color: #D2D6E1;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  height: 48px;
}
.tab-list li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 5em;
          flex: 1 1 5em;
  height: 100%;
  border-bottom: 1px solid #E4E6EE;
}
.tab-list li.on a {
  color: #101223;
  font-weight: bold;
}
.tab-list li.on:before {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 3px;
  width: 100%;
  background-color: #101223;
}
.tab-list a {
  position: relative;
  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%;
  padding: 0 10px;
  font-size: 0.16rem;
  font-weight: 500;
  color: #696A72;
}

.tab-content {
  display: none;
}

.form-groups fieldset {
  min-width: 100%;
}

.form-control {
  max-width: 100%;
  height: 44px;
  padding: 9px 0.08rem;
  vertical-align: middle;
  border: 1px solid transparent;
  border-bottom-color: #BEC1CC;
  border-radius: 0;
  color: #282A3A;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 20px;
}
.form-control.full {
  width: 100%;
}
.form-control.inline {
  width: auto !important;
}
.form-control:focus {
  border-bottom-color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #9496A1;
  opacity: 1;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  color: #9496A1;
  opacity: 1;
  font-weight: 400;
}
.form-control:-moz-read-only:not(select) {
  padding-left: 0.08rem;
  background-color: #F7F7F9;
  border-radius: 6px;
  border: 1px solid #D2D6E1;
  -webkit-text-fill-color: #282A3A;
  /* ios 대응 */
  opacity: 1;
  /* background-image: url(../images/ico-lock-lightgray.png); */
  /* SUN: 자물쇠 아이콘 제거 */
}
.form-control:read-only:not(select), .form-control[readonly], .form-control:disabled,
.form-control .disabled,
.form-control .readonly {
  padding-left: 0.08rem;
  background-color: #F7F7F9;
  border-radius: 6px;
  border: 1px solid #D2D6E1;
  -webkit-text-fill-color: #282A3A;
  /* ios 대응 */
  opacity: 1;
  /* background-image: url(../images/ico-lock-lightgray.png); */
  /* SUN: 자물쇠 아이콘 제거 */
}
.form-control:read-only:not(select)::-webkit-input-placeholder, .form-control[readonly]::-webkit-input-placeholder, .form-control:disabled::-webkit-input-placeholder,
.form-control .disabled::-webkit-input-placeholder,
.form-control .readonly::-webkit-input-placeholder {
  color: #9496A1;
  -webkit-text-fill-color: #9496A1;
  font-weight: 400;
}
.form-control.is-invalid {
  color: #F13C42;
  border-bottom-color: #F13C42;
  background-image: url(../images/ico-invalid-red.png);
}
.form-control.item-list {
  height: auto;
  font-size: 13px;
}
.form-control.item-list .item {
  display: inline-block;
  color: #000;
}
.form-control.item-list .item:after {
  content: ", ";
  display: inline;
}
.form-control.item-list .item:last-child:after {
  display: none;
}
.form-control.item-list .btn-delete {
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  border: 1px solid #ddd;
  background: url(../images/ico-close-sm2.png) no-repeat center center;
  background-size: 10.5px 10.5px;
}

textarea.form-control {
  min-height: 100px;
  padding-top: 16px;
  padding-bottom: 16px;
}

select.form-control {
  padding: 0 0.35rem 0 0.08rem;
  max-width: 100%;
  line-height: normal;
  background: #fff url(../images/ico-chevron-gray-lg.png) no-repeat right 0.08rem center;
  background-size: 20px 20px;
  font-weight: 600;
}
select.form-control::-ms-expand {
  display: none;
}
.ie9 select.form-control {
  padding-right: 0 !important;
  background: #fff;
}

.form-control-date {
  width: 150px;
}
@media (max-width: 1024.98px) {
  .form-control-date {
    max-width: calc(100% - 31px);
  }
}

label > * {
  vertical-align: middle;
}

input[type=checkbox], input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 19px;
  height: 19px;
  border: 1px solid #BEC1CC;
  background-color: #fff;
  vertical-align: middle;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}
input[type=checkbox]:checked, input[type=radio]:checked {
  background-color: #800A0E;
  border-color: #800A0E;
  background-image: url(../images/ico-check-white-sm.png);
  background-size: 11px 7.5px;
}
input[type=checkbox]:checked:disabled, input[type=radio]:checked:disabled {
  background-color: #9496A1;
  border-color: #9496A1;
}
input[type=checkbox]:disabled, input[type=radio]:disabled {
  background-color: #E4E6EE;
  border-color: #BEC1CC;
}
input[type=checkbox] + .label, input[type=radio] + .label {
  margin-left: 5px;
}
input[type=checkbox] {
  border-radius: 2px;
}
input[type=radio] {
  border-radius: 50%;
  border-color: #d9d9d9;
}
input.checkbox-lg {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input.checkbox-lg:checked {
  background-image: url(../images/ico-check-white.png);
  background-size: 14.5px 10px;
}

.row .content {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #404252;
  font-size: 0.18rem;
  line-height: 0.21rem;
  min-height: auto;
}

.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  font-size: 0.18rem;
  line-height: 0.21rem;
  font-weight: bold;
}
.content-row .col-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.content-row .col-item.fit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.content-row .col-item + .col-item {
  margin-left: 8px;
}

/* SUN : 삭제페이지 체크박스버튼 style */
input.cs-checkbox-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 35%;
  left: 20px;
  border-radius: 0%;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 500;
  background-image: url(../images/ico-check-gray.png);
  background-size: 15px 15px;
}

input.cs-checkbox-btn:checked {
  border-color: transparent;
  background-color: #f4ad32;
  background-image: url(../images/ico-check-white.png);
}

.form-list {
  font-size: 13px;
}
.form-list .row {
  position: relative;
}
.form-list .row + .row {
  margin-top: 20px;
}
.form-list .row .status-line {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #BEC1CC;
}
.form-list .row .status-line.active {
  background-color: #000;
}
.form-list .row .btn-block {
  margin-top: 8px;
}
.form-list .form-row {
  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;
}
.form-list .form-row .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.form-list.form-gap-sm .row + .row {
  margin-top: 12px;
}
.form-list .req {
  position: absolute;
  top: 2px;
  right: -8px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #F13C42;
  vertical-align: middle;
}
.form-list .label {
  position: relative;
  color: #696A72;
  font-size: 0.15rem;
}
.form-list .form-item {
  display: block;
}
.form-list .form-item .form-control {
  width: 100%;
}
.form-list .form-item .form-control.new-icon-pw {
  background: url(../images/ico-lock-lightgray.png) right 3px center no-repeat;
  background-size: 20px 20px;
}
.form-list .form-item .label {
  display: inline-block;
}
.form-list .form-control-datepicker {
  position: relative;
  width: 100%;
  font-size: 0.18rem;
  vertical-align: middle;
  border: 1px solid transparent;
  border-bottom-color: #BEC1CC;
}
.form-list .form-control-datepicker:focus {
  border-bottom-color: #000 !important;
}
.form-list .form-control-datepicker:-moz-read-only:not(select) {
  padding-left: 0.12rem;
  color: #282A3A;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #BEC1CC;
  border-radius: 0;
  background-position: right 8px center;
}
.form-list .form-control-datepicker:read-only:not(select), .form-list .form-control-datepicker[readonly],
.form-list .form-control-datepicker .readonly {
  color: #282A3A;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #BEC1CC;
  border-radius: 0;
  background-position: right 8px center;
}
.form-list .form-control-datepicker:disabled,
.form-list .form-control-datepicker .disabled {
  background-color: #F7F7F9 !important;
  border-radius: 6px !important;
  border: 1px solid #D2D6E1 !important;
}
.form-list .form-control-datepicker:disabled + .ico,
.form-list .form-control-datepicker .disabled + .ico {
  pointer-events: none;
}
.form-list .form-control-datepicker::-webkit-clear-button {
  display: none;
}
.form-list .form-control-datepicker::-webkit-inner-spin-button {
  display: none;
}
.form-list .form-control-datepicker:-webkit-calendar-picker-indicator {
  background: transparent;
  z-index: 1;
}

.form-datepicker {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control-time {
  font-size: 13px;
  width: 80px;
  color: #000 !important;
  border-color: transparent;
  text-align: right;
}

.form-item-timepicker {
  margin: -5px 0 4px;
}
.form-item-timepicker .label {
  display: inline-block;
  min-width: 80px;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: middle;
}
.form-item-timepicker .form-control-timepicker {
  position: relative;
  width: 100%;
  border-color: transparent;
  background: none;
  font-size: 0.18rem;
  vertical-align: middle;
}
.form-item-timepicker .form-control-timepicker:focus ~ .status-line {
  background-color: #000;
}
.form-item-timepicker .form-control-timepicker::-webkit-clear-button {
  display: none;
}
.form-item-timepicker .form-control-timepicker::-webkit-inner-spin-button {
  display: none;
}
.form-item-timepicker .form-control-timepicker:-webkit-calendar-picker-indicator {
  background: transparent;
  z-index: 1;
}
.form-item-timepicker .form-control-timepicker:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 32px;
  height: 24px;
  background: #fff url(../images/ico-datepicker.png) 0 0/24px 24px no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.form-item-timepicker .form-control-time {
  font-size: 13px;
  width: 80px;
  color: #000 !important;
  border-color: transparent;
  text-align: right;
}
.form-item-timepicker .form-control-time:focus ~ .status-line {
  background-color: #000;
}
.form-item-timepicker .form-row {
  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;
}
.form-item-timepicker .form-row .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.request-input .form-item-datepicker {
  display: block;
  position: relative;
}
.request-input .form-item-datepicker input {
  width: calc(100% - 105px) !important;
}
.request-input .form-item-datepicker button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.request-input .form-item-datepicker button img {
  width: 25px;
}

.team-layer,
.request-layer,
.holiday-layer,
.holiday-data-layer,
.holiday-time-layer {
  display: none;
  position: absolute;
  width: 80%;
  z-index: 5;
  top: 35px;
  right: 0;
  background: #fff;
  border: 1px solid #999;
  -webkit-box-shadow: 2px 4px 18px 0px rgba(143, 143, 143, 0.3);
          box-shadow: 2px 4px 18px 0px rgba(143, 143, 143, 0.3);
}
.team-layer.on,
.request-layer.on,
.holiday-layer.on,
.holiday-data-layer.on,
.holiday-time-layer.on {
  display: block;
}
.team-layer.on:before,
.request-layer.on:before,
.holiday-layer.on:before,
.holiday-data-layer.on:before,
.holiday-time-layer.on:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.team-layer.on ul,
.request-layer.on ul,
.holiday-layer.on ul,
.holiday-data-layer.on ul,
.holiday-time-layer.on ul {
  position: relative;
  z-index: 10;
}
.team-layer ul li,
.request-layer ul li,
.holiday-layer ul li,
.holiday-data-layer ul li,
.holiday-time-layer ul li {
  border-top: 1px solid #e0e0e0;
  padding: 15px 17px 13px;
}
.team-layer ul li.on,
.request-layer ul li.on,
.holiday-layer ul li.on,
.holiday-data-layer ul li.on,
.holiday-time-layer ul li.on {
  background: #faf0e8;
}
.team-layer ul li em,
.request-layer ul li em,
.holiday-layer ul li em,
.holiday-data-layer ul li em,
.holiday-time-layer ul li em {
  font-size: 10px;
  color: #777;
  display: block;
  margin-bottom: 3px;
  font-style: normal;
}
.team-layer ul li strong,
.request-layer ul li strong,
.holiday-layer ul li strong,
.holiday-data-layer ul li strong,
.holiday-time-layer ul li strong {
  font-size: 15px;
  color: #000;
  display: block;
}

.check-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
}
.check-switch label {
  position: relative;
  color: #555;
  white-space: nowrap;
}
.check-switch label .txt-checked {
  display: none;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.check-switch label + span {
  margin-left: 8px;
}
.check-switch input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 44px;
  border-radius: 13px;
  min-height: 24px;
  text-align: center;
  background: #9496A1;
  padding-right: 13px;
  padding-left: 13px;
  border: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.check-switch input:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.check-switch input:checked {
  color: #111;
  background: #800A0E;
  padding-left: 13px;
  padding-right: 28px;
}
.check-switch input:checked:after {
  left: calc(100% - 21px);
}
.check-switch input:checked .txt-uncheck {
  display: none;
  opacity: 0;
}
.check-switch input:checked .txt-checked {
  display: inline;
  opacity: 1;
}
.check-switch span {
  display: inline-block;
  font-size: 0.16rem;
}
.check-switch span + label {
  margin-left: 8px;
}

.col-group .col-item {
  position: relative;
  display: block;
}
.col-group .col-item + .col-item {
  margin-top: 8px;
}

.row-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.row-group .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 4px;
}
.row-group .form-item.fit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.row-group .form-item.form-addon .form-control {
  width: calc(100% - 89px);
}
.row-group .form-item.form-addon .btn-search {
  min-width: 80px;
  height: 44px;
  margin-left: 5px;
  margin-right: 0;
  font-size: 0.16rem;
  border: 1px solid #404252;
  border-radius: 6px;
  background-color: #fff;
  font-weight: bold;
}
.row-group .form-item.form-addon .btn-search:disabled {
  opacity: 0.5;
  border-color: #404252;
}

.option {
  display: block;
  height: 44px;
  padding: 0 0.35rem 0 0.08rem;
  line-height: 44px;
  color: #282A3A;
  font-size: 0.18rem;
  font-weight: 600;
  background: #fff url(../images/ico-chevron-gray-lg.png) no-repeat right 0.08rem center;
  background-size: 20px 20px;
  border-bottom: 1px solid #BEC1CC;
}
.option.disabled {
  pointer-events: none;
  background-color: #F7F7F9;
  border: 1px solid #D2D6E1;
  border-radius: 6px;
  background-image: none;
}

.file-add-area {
  margin-top: 12px;
}
.file-add-area.file-add-image .file-item {
  display: block;
  padding: 9px 16px 8px;
  border-radius: 6px;
  border: 1px solid #D2D6E1;
  background-color: #F7F7F9;
}
.file-add-area.file-add-image .file-img {
  display: flex;
  margin-top: 12px;
  margin-bottom: 8px;
  height: 217px;
  align-items: center;
  background-color: #fafafa;
  border-radius: 7px;
  border: 1px solid #E4E6EE;
  justify-content: center;
}
.file-add-area.file-add-image .file-img img {
  width: auto;
  height: auto;
  max-height: 216px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.file-add-area.file-add-image .row {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-add-area.file-add-image .row .form-control {
  background-color: transparent;
  border-bottom-color: #BEC1CC;
  max-width: 100%;
  white-space: nowrap;
  max-height: 0.44rem;
  line-height: 0.44rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.file-add-area.file-add-image .row .btn-addon {
  margin-left: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.file-add-area.file-add-image .row .btn-addon .btn-outline-lightgray {
  border-color: #D2D6E1;
  border-radius: 6px;
  color: #404252;
  background-color: #fff;
}
@media (min-width: 768px) {
  .file-add-area.file-add-image .file-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -6px;
  }
  .file-add-area.file-add-image .file-list .file-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
    margin: 6px;
  }
  .file-add-area.file-add-image .file-list .file-item.no-data {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (max-width: 767.98px) {
  .file-add-area.file-add-image .file-item + .file-item {
    margin-top: 12px;
  }
}
.file-add-area .no-data {
  display: block;
  padding: 11px 16px 9px !important;
  height: 44px;
  font-size: 0.16rem;
  color: #81838C;
  font-weight: normal;
  text-align: center;
}
.file-add-area:not(.file-add-image) .file-list {
  margin-top: 10px;
}
.file-add-area:not(.file-add-image) .file-list .file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #404252;
  font-size: 0.16rem;
}
.file-add-area:not(.file-add-image) .file-list .file-item + .file-item {
  margin-top: 10px;
}
.file-add-area:not(.file-add-image) .file-list .file-item.no-data {
  padding: 9px 16px 8px;
  border-radius: 6px;
  border: 1px solid #D2D6E1;
  background-color: #F7F7F9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #81838C;
}
.file-add-area:not(.file-add-image) .file-list .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 50px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-add-area:not(.file-add-image) .file-list .name {
  max-width: 100%;
  white-space: nowrap;
  max-height: 0.16rem;
  line-height: 0.16rem;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.file-add-area:not(.file-add-image) .file-list .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 8px;
}
.file-add-area:not(.file-add-image) .file-list .btn-circle-del {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background-image: url(../images/ico-close-sm-white.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 9px;
  background-color: #BEC1CC;
  text-indent: -99999px;
}

.wrapper-popup .popup-header {
  height: 107px;
  padding: 40px 20px 0;
  position: relative;
}
.wrapper-popup .popup-header .em-hub {
  color: #800A0E;
  border: 1px solid #800A0E;
  height: 30px;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 15px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50px;
}
.wrapper-popup .title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}
.wrapper-popup .title em {
  font-size: 15px;
  line-height: 18px;
  display: block;
  color: #81838C;
  font-style: normal;
}
.wrapper-popup .title .logo {
  display: block;
  height: 10px;
}
.wrapper-popup .title .text {
  display: block;
  margin-top: 6px;
  color: #888;
}
.wrapper-popup .title .text.style2 {
  font-size: 17px;
  color: #000;
}
.wrapper-popup .title .text.style2 strong {
  color: #ff7200;
  font-size: 17px;
}
.wrapper-popup .btn-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
}

.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;
  /* SUN: 참조 - 멤버목록 */
}
.modal-popup .dimed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 700px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-popup .popup-inner {
  position: relative;
  z-index: 1100;
  max-width: 700px;
  margin: 0 auto;
  -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;
  background-color: #fff;
}
.modal-popup .popup-body {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 20px;
}
.modal-popup .popup-inner:focus {
  outline: 0;
}
.modal-popup.hide .modal-popup .popup-inner {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.modal-popup.show .modal-popup .popup-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.modal-popup.modal-alert .popup-inner {
  width: 350px;
}
.modal-popup.modal-datepicker .popup-inner {
  width: 320px;
}
.modal-popup.modal-full .popup-inner {
  width: 100%;
}
.modal-popup .popup-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 20px 15px;
}
.modal-popup .btn-close-popup {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  color: transparent;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/ico-close-white.png) no-repeat center center;
  background-size: 30px 30px;
  overflow: hidden;
}
.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.modal-sm .popup-inner {
  width: 290px;
  height: 280px;
}
.modal-popup.modal-sm .popup-header {
  padding: 0 0 0 33px;
}
.modal-popup.modal-sm .popup-title {
  font-weight: normal;
}
.modal-popup.modal-sm .popup-body {
  padding: 10px 20px 0;
}
.modal-popup.modal-sm .popup-footer {
  border-top: 1px solid #999;
  margin: 0 20px;
  text-align: right;
}
.modal-popup.modal-sm .popup-footer .btn {
  padding: 13px 15px 15px;
}
.modal-popup.modal-middle .popup-inner {
  width: 90%;
  height: auto;
}
.modal-popup.modal-middle .popup-inner .popup-body {
  padding: 50px 20px;
}

.modal-popup.modal-alert .popup-inner {
  overflow: hidden;
  border-radius: 16px;
}
.modal-popup.modal-alert .popup-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 56px;
    padding: 0 8px;
    line-height: 56px;
    border-bottom: 1px solid #800A0E;
}
.modal-popup.modal-alert .popup-header ~ .popup-body {
  padding-top: 0;
}
.modal-popup.modal-alert .popup-header .popup-tit {
  font-weight: bold;
}
/** 2023.09.25 추가 */
.modal-popup.modal-alert .popup-header .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
}
.modal-popup.modal-alert .popup-body {
  padding: 40px 0;
  max-height: calc(100vh - 200px);
}
.modal-popup.modal-alert .desc {
  text-align: center;
}
.modal-popup.modal-alert .desc.txt-l {
  padding-left: 10px;
}
.modal-popup.modal-alert .popup-footer {
  padding: 0;
}
.modal-popup.modal-alert .btn-group-flex {
  padding: 0;
}
.modal-popup.modal-alert .btn-group-flex .btn {
  margin: 0;
  border-radius: 0;
}
.modal-popup.modal-alert .btn-close-popup {
  display: none;
}
.modal-popup.modal-bottom-sheet {
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.modal-popup.modal-bottom-sheet .popup-header,
.modal-popup.modal-bottom-sheet .popup-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.modal-popup.modal-bottom-sheet .popup-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 56px;
  padding: 0 8px;
/*  line-height: 56px; 영문-설정-초기값 설정 에서 2줄이 간격이 너무 큼 */
  border-bottom: 1px solid #800A0E;
}
.modal-popup.modal-bottom-sheet .popup-header.popup-header-simple {
  padding: 0 20px;
  border-bottom: 0;
}
.modal-popup.modal-bottom-sheet .popup-header.popup-header-simple .popup-title {
  left: 20px;
  color: #696A72;
  font-weight: normal;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.modal-popup.modal-bottom-sheet .popup-header .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
}
.modal-popup.modal-bottom-sheet .popup-header .tile.tile-btn {
  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.modal-bottom-sheet .popup-header .tile.tile-btn .btn {
  min-width: 71px;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  border-radius: 6px;
}
.modal-popup.modal-bottom-sheet .popup-header .btn {
  width: 40px;
}
.modal-popup.modal-bottom-sheet .popup-body {
  padding: 0 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.modal-popup.modal-bottom-sheet .popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 95%;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 0px -1px 35px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px -1px 35px 0px rgba(0, 0, 0, 0.13);
}
@media (min-width: 768px) {
.modal-popup.modal-bottom-sheet .popup-inner ::-webkit-scrollbar {
  width: 12px;
}
.modal-popup.modal-bottom-sheet .popup-inner ::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 7px;
}
.modal-popup.modal-bottom-sheet .popup-inner ::-webkit-scrollbar-thumb {
  background: #D2D6E1;
  border: 4px solid #fff;
  border-radius: 7px;
  }
}
.modal-popup.modal-bottom-sheet .popup-title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.18rem;
  text-align: center;
  font-weight: bold;
  color: #101223;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-popup.modal-bottom-sheet .btn-close-popup {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  color: transparent;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 20px;
  height: 20px;
  background: url(../images/ico-xmark-darkgray-lg.png) no-repeat center center;
  background-size: 20px 20px;
  overflow: hidden;
}
.modal-popup.modal-bottom-sheet.dept2 .popup-inner {
  height: 90%;
}
.modal-popup.modal-bottom-sheet.dept3 .popup-inner {
  height: 85%;
}
.modal-popup.modal-bottom-sheet.dept4 .popup-inner {
  height: 80%;
}
.modal-popup.modal-toggle {
  position: relative;
  display: block;
  z-index: auto;
}
.modal-popup.modal-toggle .popup-inner {
  z-index: auto;
}
.modal-popup.modal-toggle .toggle-cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px 16px 0 0;
  background-color: #fff;
}
.modal-popup.modal-full .popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 700px;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 768px) {
	.modal-popup.modal-full .popup-inner ::-webkit-scrollbar {
	  width: 12px;
 	}
 	.modal-popup.modal-full .popup-inner ::-webkit-scrollbar-track {
 	  background: #fff;
 	  border-radius: 7px;
 	}
 	.modal-popup.modal-full .popup-inner ::-webkit-scrollbar-thumb {
 	  background: #D2D6E1;
 	  border: 4px solid #fff;
 	  border-radius: 7px;
 	}
}
.modal-popup.modal-full .popup-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  height: 56px;
  padding: 8px;
  background-color: #fff;
  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;
  color: #101223;
  border-bottom: 1px solid #800A0E;
}
.modal-popup.modal-full .popup-header .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-popup.modal-full .popup-header .tile .btn-allmenu-open {
  position: relative;
}
.modal-popup.modal-full .popup-header .tile .btn-allmenu-open .nums {
  color: #fff;
  font-size: #fff;
  position: absolute;
  right: 5px;
  bottom: 7px;
  background: #ff8a00;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.modal-popup.modal-full .popup-header .logo {
  font-size: 10px;
}
.modal-popup.modal-full .popup-header .logo img {
  height: 20px;
  vertical-align: top;
}
.modal-popup.modal-full .popup-header .title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 600;
  font-size: 0.18rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-popup.modal-full .popup-header .title .sub {
  color: #ffc2b8;
  font-weight: normal;
}
.modal-popup.modal-full .popup-header .btn {
  min-width: 40px;
  height: 40px;
}
.modal-popup.modal-full .popup-header .btn-alert {
  position: relative;
}
.modal-popup.modal-full .popup-header .btn-alert .badge {
  position: absolute;
  padding: 2px 2px 2px 2px;
  top: 0px;
  right: 0px;
  width: auto;
  min-width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 4px;
  background-color: #F97F26;
  font-size: 0.1rem;
  color: #fff;
}
.modal-popup.modal-full .popup-header .btn-text {
  padding-right: 7px;
}
.modal-popup.modal-full .popup-header .btn-md {
  min-width: 71px;
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  border-radius: 6px;
}
.modal-popup.modal-full .popup-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: calc(100% - 33.59px);
  padding: 0;
}
.modal-popup.modal-full .popup-footer {
  padding: 0 20px;
  background: transparent;
}
.modal-popup.modal-full .popup-footer.floating-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.modal-popup.modal-full .popup-footer.floating-bottom .btn-jump {
  margin-bottom: 10px;
}
.modal-popup.modal-full .popup-footer.floating-bottom .btn-group-flex,
.modal-popup.modal-full .popup-footer.floating-bottom .btn-group-block {
  padding: 0 0 15px;
}
.modal-popup.modal-full .popup-footer .floating-menu {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.modal-popup.modal-full .popup-footer .floating-menu .btn-qr-sm {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

select::-ms-expand {
  display: none;
}

/* tag 컬러 선택 */
.option-list {
  margin-top: -20px;
}
.option-list .btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 14.5px 8px 14.5px 8px;
  border-top: 1px solid #E4E6EE;
  font-size: 0.16rem;
  font-weight: 600;
  white-space: normal;
  text-align: left;
  background-image: none;
}
.option-list .btn.active {
  background: #F7F7F9;
  color: #101223;
}
.option-list .btn.active::before {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/ico-check-red@2x.png);
  background-size: 16px auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.loading-layer,
.loading-excel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  max-width: 700px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.loading-layer.show,
.loading-excel.show {
  opacity: 1;
  visibility: visible;
}
.loading-layer .loading-text,
.loading-excel .loading-text {
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/loading.png);
  background-size: cover;
  -webkit-animation: rotate-roding 0.8s linear infinite;
          animation: rotate-roding 0.8s linear infinite;
}
@-webkit-keyframes rotate-roding {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-roding {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*******************************/
.toast-area, .toast-area-msg{
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%; /*  157px;*/
  height: 40px;
  background: #101223;
  color: #fff;
  border-radius: 8px;
  opacity: 0;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 0.16rem;
  visibility: hidden;
  max-width: 700px;
}
.toast-area p, .toast-area-msg p{
  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;
}
.toast-area.on, .toast-area-msg.on {
  opacity: 1;
  visibility: visible;
}
/*******************************/
.box-gray {
  padding: 13px 12px 13px 12px;
  border-radius: 6px;
  background-color: #F7F7F9;
}
.box-gray.box-guide {
  display: block;
  margin-top: 8px;
  padding: 12px 16px;
  height: 44px;
  border: 1px solid #D2D6E1;
}
.box-gray.box-guide .btn-anchor {
  margin-top: 0;
}
.box-gray.box-guide .no-data {
  display: block;
  font-size: 0.16rem;
  color: #696A72;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

.box-outline-gray {
  padding: 13px 12px 13px 12px;
  border-radius: 6px;
  background-color: #F7F7F9;
  border: 1px solid #E4E6EE;
}

.gj-picker-md {
  padding: 16px;
  border-radius: 8px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.gj-picker-md div[role=navigator] div[role=period] {
  font-size: 20px;
  color: #101223;
  font-weight: bold;
}
.gj-picker-md table tr td div,
.gj-picker-md table tr th div {
  font-size: 0.16rem;
  font-weight: 500;
}
.gj-picker-md table tr th div {
  color: #9496A1;
}
.gj-picker-md table tr td.selected {
  font-weight: bold;
}
.gj-picker-md table tr td.selected.gj-cursor-pointer div {
  background: #800A0E;
}
.gj-picker-md table tr td.selected.gj-cursor-pointer.today div {
  color: #fff;
}
.gj-picker-md table tr td.today div {
  color: #800A0E;
}
.gj-picker-md [role=footer] {
  padding-bottom: 0;
}
.gj-picker-md [role=footer] button.gj-button-md {
  font-size: 0.18rem;
  color: #404252;
}
.gj-picker-md [role=footer] button.gj-button-md:nth-child(2) {
  color: #800A0E;
}
.gj-picker-md [role=right-icon] {
  top: calc(50% - 12px);
  right: 12px;
}
.gj-picker-md.timepicker {
  padding: 0 0 16px;
  border-radius: 8px;
}
.gj-picker-md.timepicker [role=header] {
  border-radius: 8px 8px 0 0;
  background-color: #800A0E;
}
.gj-picker-md.timepicker [role=header] [role=mode] {
  margin-left: 10px;
}
.gj-picker-md.timepicker [role=body] [role=arrow] {
  background-color: #800A0E;
  font-size: 0.16rem;
}
.gj-picker-md.timepicker [role=body] [role=hour] {
  font-size: 0.16rem;
}
.gj-picker-md.timepicker .arrow-begin {
  background-color: #800A0E;
}
.gj-picker-md.timepicker .arrow-end {
  border: 16px solid #800A0E;
}

.gj-icon {
  top: calc(50% - 12px) !important;
  right: 5px !important;
  width: 24px;
  height: 24px;
  background-image: url(../images/ico-datepicker.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  font-size: 1px !important;
  color: transparent;
}
.gj-icon.chevron-left {
  background-image: url(../images/ico-calendar-prev.png);
  background-size: 20px 20px;
}
.gj-icon.chevron-right {
  background-image: url(../images/ico-calendar-next.png);
  background-size: 20px 20px;
}

.ico-datepicker,
.ico-clock {
  top: calc(50% - 12px) !important;
  right: 3px !important;
}
/* 날짜 삭제버튼 위치 조정 */
.ico-datepicker-delete {
  top: calc(50% - 8px) !important; 
  right: 3px !important;
}
html,
body {
  height: 100%;
  overflow: hidden;
  background: #F7F7F9;
}

.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 700px;
  min-width: 360px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
	.wrapper ::-webkit-scrollbar {
	  width: 12px;
	}
	.wrapper ::-webkit-scrollbar-track {
	  background: #fff;
	  border-radius: 7px;
	}
	.wrapper ::-webkit-scrollbar-thumb {
	  background: #D2D6E1;
	  border: 4px solid #fff;
	  border-radius: 7px;
	}
}
.modal-popup .wrapper,
.wrapper-tabbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-popup .wrapper > *,
.wrapper-tabbar > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.modal-popup .wrapper .popup-inner,
.wrapper-tabbar .popup-inner {
  max-width: 700px;
  margin: 0 auto;
}
.modal-popup .wrapper #content,
.modal-popup .wrapper .content,
.wrapper-tabbar #content,
.wrapper-tabbar .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  min-height: auto;
  -webkit-overflow-scrolling: touch;
}

body:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 250;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
body.allmenu-open .wrapper {
  overflow: hidden;
}
body.allmenu-open:after {
  visibility: visible;
  opacity: 0.75;
}

#allmenu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1050;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.allmenu-open #allmenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#allmenu .allmenu-inner {
  height: 100%;
  width: 310px;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#allmenu .allmenu-header {
  background-color: #f1f1f1;
}

#titlebar,
.titlebar {
  position: relative;
  height: 56px;
  padding: 8px;
  background-color: #fff;
  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;
  color: #101223;
  border-bottom: 1px solid #800A0E;
}
#titlebar .tile,
.titlebar .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#titlebar .tile .btn-allmenu-open,
.titlebar .tile .btn-allmenu-open {
  position: relative;
}
#titlebar .tile .btn-allmenu-open .nums,
.titlebar .tile .btn-allmenu-open .nums {
  color: #fff;
  font-size: #fff;
  position: absolute;
  right: 5px;
  bottom: 7px;
  background: #ff8a00;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
#titlebar .logo,
.titlebar .logo {
  font-size: 10px;
}
#titlebar .logo img,
.titlebar .logo img {
  height: 20px;
  vertical-align: top;
}
#titlebar .title,
.titlebar .title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 600;
  font-size: 0.18rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#titlebar .title .sub,
.titlebar .title .sub {
  color: #ffc2b8;
  font-weight: normal;
}
#titlebar .btn,
.titlebar .btn {
  min-width: 40px;
  height: 40px;
}
#titlebar .btn-alert,
.titlebar .btn-alert {
  position: relative;
}
#titlebar .btn-alert .badge,
.titlebar .btn-alert .badge {
  position: absolute;
  padding: 2px 2px 2px 2px;
  top: 0px;
  right: 0px;
  width: auto;
  min-width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 4px;
  background-color: #F97F26;
  font-size: 0.1rem;
  color: #fff;
}
#titlebar .btn-text,
.titlebar .btn-text {
  padding-right: 7px;
}
#titlebar .btn-md,
.titlebar .btn-md {
  min-width: 71px;
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  border-radius: 6px;
}
#titlebar.titlebar-main .btn,
.titlebar.titlebar-main .btn {
  min-width: auto;
  padding: 0 20px;
}

.titlebar-main.main-shadow {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

#top-menubar {
  height: 45px;
  border-bottom: 1px solid #a2a2a2;
}
#top-menubar .menu-track {
  min-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  height: 45px;
  padding: 0 14px;
}
#top-menubar .menu-track li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
#top-menubar .menu-track a {
  height: 100%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  color: #333;
  font-size: 15px;
  padding: 0 8px;
  font-weight: 500;
}
#top-menubar .menu-track .on a {
  height: 45px;
  padding-top: 2px;
  border-bottom: 2px solid #800A0E;
  color: #800A0E;
}
@media (max-width: 1024.98px) {
  #top-menubar .flicking-menu {
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  #top-menubar .flicking-menu::-webkit-scrollbar {
    display: none;
  }
  #top-menubar .menu-track li {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 9px;
  }
}

#gnb {
  border-bottom: 1px solid #a2a2a2;
  background-color: #fff;
}
#gnb .gnb-list {
  padding: 0 20px;
  margin-bottom: -1px;
  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;
  font-size: 16px;
  font-weight: 500;
}
#gnb .gnb-list li a {
  display: block;
  line-height: 41px;
  padding: 2px 10px 0;
  border-bottom: 2px solid transparent;
}
#gnb .gnb-list li a .list-data-default {
  color: #696A72;
}
#gnb .gnb-list li a .list-data-default .list-data-text {
  color: #ff8a00;
}
#gnb .gnb-list li.on {
  color: #800A0E;
}
#gnb .gnb-list li.on a {
  border-color: #800A0E;
}

#content,
.content {
  position: relative;
  min-height: calc(100vh - 56px);
}
.wrapper-popup #content,
.wrapper-popup .content {
  min-height: calc(100vh - 107px);
}

.content-body.fit {
  padding: 0;
}

.content-footer {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  background: transparent;
}
.content-footer.floating-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.content-footer.floating-bottom .btn-jump {
  margin-bottom: 10px;
}
.content-footer.floating-bottom .btn-group-flex,
.content-footer.floating-bottom .btn-group-block {
  padding: 0 0 15px;
}
.content-footer .floating-menu {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.content-footer .floating-menu .btn-qr-sm {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.container {
  padding: 20px;
}
.container + .container {
  border-top: 8px solid #E4E6EE;
}

#tabbar {
  -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 600;
}
#tabbar .tabbar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 200;
  font-size: 13px;
}
#tabbar .tabbar-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 60px;
}
#tabbar .tabbar-list li a:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  background-position: center center;
  background-size: 20px 20px;
}
#tabbar .tabbar-list li.search a:before {
  background-image: url(../images/ico-tabbar-search.png);
}
#tabbar .tabbar-list li.search.on a:before {
  background-image: url(../images/ico-tabbar-search-primary.png);
}
#tabbar .tabbar-list li.list a:before {
  background-image: url(../images/ico-tabbar-list.png);
}
#tabbar .tabbar-list li.list.on a:before {
  background-image: url(../images/ico-tabbar-list-primary.png);
}
#tabbar .tabbar-list li.request a:before {
  margin-left: 2px;
  background-image: url(../images/ico-tabbar-request.png);
}
#tabbar .tabbar-list li.request.on a:before {
  background-image: url(../images/ico-tabbar-request-primary.png);
}
#tabbar .tabbar-list li.calendar a:before {
  margin-left: 2px;
  background-image: url(../images/ico-tabbar-calendar.png);
}
#tabbar .tabbar-list li.calendar.on a:before {
  background-image: url(../images/ico-tabbar-calendar-primary.png);
}
#tabbar .tabbar-list li.on {
  color: #800A0E;
}

.bottom-input {
  padding: 0 20px 15px;
  border-top: 1px solid #e1e1e1;
}
.bottom-input .form-control {
  border: 1px solid #929292;
  border-radius: 7px;
  width: 100%;
  padding: 11px 17px;
  font-size: 13px;
  color: #555;
  line-height: 21px;
}
.bottom-input:before {
  content: "";
  display: block;
  height: 3px;
  margin: 0 -20px 15px;
  background-color: #f2f2f2;
}
.bottom-input textarea.form-control {
  padding: 10px 17px 10px 17px;
  line-height: 20px;
  max-height: 105px;
}

.bbs-no-data {
  position: relative;
  display: block;
  padding-top: 270px;
  color: #81838C;
  font-size: 0.18rem;
  text-align: center;
  background: url(../images/ico-nodata.png) center 164px/84px 100px no-repeat;
}
@media (min-width: 768px) {
  .bbs-no-data {
    padding-top: 300px;
    background-position: center 194px;
  }
}
.modal-bottom-sheet.dept3 .bbs-no-data {
  padding-top: 200px;
  background-position: center 94px;
}
.modal-bottom-sheet.dept4 .bbs-no-data {
  padding-top: 200px;
  background-position: center 94px;
}

.bbs-list li {
  border-bottom: 1px solid #E4E6EE;
}
.bbs-list li a {
  display: block;
  padding: 12px 20px;
}
.bbs-list li a > span {
  display: block;
}
.bbs-list li .selected {
  background-color: #F2F2F5  !important;
}
.bbs-list li a.visited, .bbs-list li a.active {
  background-color: #F7F7F9;
}
.bbs-list li a.visited .title > .num,
.bbs-list li a.visited .title .text,
.bbs-list li a.visited .title .bet, .bbs-list li a.active .title > .num,
.bbs-list li a.active .title .text,
.bbs-list li a.active .title .bet {
  color: #404252;
}
.bbs-list li a.visited .info-nav > *, .bbs-list li a.active .info-nav > * {
  color: #696A72;
}
.bbs-list li .title {
  display: block;
  margin-bottom: 2px;
  max-width: 100%;
  white-space: nowrap;
  max-height: 0.19rem;
  line-height: 0.19rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bbs-list li .title .num,
.bbs-list li .title .text {
  color: #510003;
  font-weight: 600;
  line-height: 0.19rem;
}
.bbs-list li .title .bet {
  position: relative;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
  color: #510003;
}
.bbs-list li .title del:after {
  background-color: #510003;
}
.bbs-list li .info-area {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  max-height: 0.17rem;
  line-height: 0.17rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bbs-list li .info-area > * {
  font-size: 0.14rem;
  line-height: 0.17rem;
}
.bbs-list li .info-area.info-nav {
  font-weight: 500;
}
.bbs-list li .info-area.info-bottom {
  color: #81838C;
  font-weight: 400;
}
.bbs-list li .info-area.info-bottom span:last-child:after {
  display: none;
}
.bbs-list li del {
  position: relative;
  text-decoration: none;
}
.bbs-list li del:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #404252;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bbs-list.bbs-list-anchor li .list-item {
  position: relative;
}
.bbs-list.bbs-list-anchor li .list-item > * {
  margin-right: 30px;
}
.bbs-list.bbs-list-anchor li .list-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  background: url(../images/ico-chevron-lightgray-lg.png) right center/20px 20px no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bbs-list.bbs-list-simple li a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.user-info {
  padding-top: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
}
.user-info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-info .inner .tile + .tile {
  margin-left: 8px;
}
.user-info .thumb {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #ddb48f;
}
.user-info .welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.user-info .name {
  margin: 0 10px 0 6px;
}
.user-info .info {
  margin-top: 3px;
  font-size: 10px;
  color: #9f9e9e;
}

.my-page {
  position: relative;
}
.my-page .my-page-list {
  position: fixed;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0;
  z-index: 850;
  display: none;
  background: #fff;
  /* 영역추가 */
  /* 07-29 영역추가 */
}
.my-page .my-page-list h2 {
  background: #f5f5f5;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  color: #000;
}
.my-page .my-page-list .btn-mypage-close {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/ico-close.png) 0 0 no-repeat;
  background-size: 25px 25px;
}
.my-page .my-page-list.on {
  display: block;
}
.my-page .my-page-list > ul {
  padding: 0 20px;
}
.my-page .my-page-list > ul .my-page-list-item {
  color: #000;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  min-height: 50px;
  position: relative;
}
.my-page .my-page-list > ul .my-page-list-item .team-layer,
.my-page .my-page-list > ul .my-page-list-item .request-layer,
.my-page .my-page-list > ul .my-page-list-item .holiday-layer,
.my-page .my-page-list > ul .my-page-list-item .holiday-data-layer,
.my-page .my-page-list > ul .my-page-list-item .holiday-time-layer {
  top: 75px;
  width: 85%;
}
.my-page .my-page-list > ul .my-page-list-item:last-child {
  border-bottom: none;
}
.my-page .my-page-list > ul .my-page-list-item.on a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../assets/images/ico-mypage-check.png) no-repeat;
  background-size: 12.5px 9.5px;
  background-position: center;
  border: 2px solid #949494;
  display: inline-block;
}
.my-page .my-page-list > ul .my-page-help {
  background: url(../images/ico-chevron-right-gray.png) right center no-repeat;
  background-size: 14px 23px;
}
.my-page .my-page-list > ul .my-page-help span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.my-page .my-page-list > ul .my-page-request {
  background: url(../images/ico-chevron-right-gray.png) right center no-repeat;
  background-size: 14px 23px;
}
.my-page .my-page-list > ul .my-page-request .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 4px;
  margin-right: 4px;
}
.my-page .my-page-list > ul .my-page-request .ico.ico-document {
  background-size: 29px 23px;
}
.my-page .my-page-list > ul .my-page-request span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.my-page .my-page-list > ul .all-bell {
  background-image: url(../images/ico-chevron-right-gray.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 14px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.my-page .my-page-list > ul .all-bell a {
  padding: 0;
}
.my-page .my-page-list > ul .notice-desc-page a {
  display: block;
  width: 100%;
}
.my-page .my-page-list > ul .notice-desc-page .notice-desc-page-list:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #f2f2f2;
  border-top: 1px solid #cccccc;
}
.my-page .my-page-list > ul .notice-desc-page .item-noline {
  border: 0;
}
.my-page .my-page-list > ul .ico {
  margin-right: 8px;
  width: 41px;
  height: 41px;
  background-position: center center;
}
.my-page .my-page-list > ul .ico.ico-bell {
  background-size: 30px 30px;
  margin-left: 2px;
}
.my-page .my-page-list > ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-page .my-page-list > ul a .ico {
  margin-right: 8px;
  width: 41px;
  height: 41px;
  background-position: center center;
}
.my-page .my-page-list > ul a .ico.ico-peoples2 {
  background-size: 33px 22px;
}
.my-page .my-page-list > ul a .ico.ico-help {
  background-size: 26px 26px;
}
.my-page .my-page-list > ul a .ico.ico-logout-black {
  background-size: 20px 23px;
}
.my-page .my-page-list > ul .name-area {
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/ico-chevron-right-gray.png) right center no-repeat;
  background-size: 14px 23px;
}
.my-page .my-page-list > ul .name-area .first-name-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-page .my-page-list > ul .name-area .first-name-area span {
  width: 41px;
  height: 41px;
  background: #c0c0c0;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-page .my-page-list > ul .name-area .full-name-area {
  padding-left: 8px;
}
.my-page .my-page-list > ul .name-area .full-name-area dl dt {
  color: #222222;
  font-weight: bold;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-page .my-page-list > ul .name-area .full-name-area dl dt i {
  margin-left: 7px;
  margin-top: 1px;
}
.my-page .my-page-list > ul .name-area .full-name-area dl dd {
  font-size: 7px;
  color: #9f9e9e;
}
.my-page .my-page-list > ul span {
  display: block;
  font-size: 18px;
  color: #333;
}
.my-page .my-page-list > ul em {
  display: block;
  font-style: normal;
  font-size: 13px;
  color: #999;
}
.my-page .my-page-list > ul li i.bell {
  background-image: url(../images/ico-bell-on.png);
}
.my-page .my-page-list .my-notice-page-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 851;
  display: none;
  background-color: #fff;
  overflow-y: auto;
}
.my-page .my-page-list .my-notice-page-area h3 {
  background: #f5f5f5;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  color: #000;
}
.my-page .my-page-list .my-notice-page-area.on {
  display: block;
}
.my-page .my-page-list .my-notice-page-area .notice-page-list .notice-detail-page {
  margin: 0;
}
.my-page .my-page-list .my-notice-page-area .notice-page-list .item-desc-area {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.my-page .my-page-list .my-notice-page-area .notice-page-list .notice-desc-page-list2 {
  margin: 0 30px;
}
.my-page .my-page-list .my-notice-page-area .notice-page-list .item-desc-space {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.my-page .my-page-list .my-notice-page-area .btn-notice-close {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/ico-close.png) 0 0 no-repeat;
  background-size: 25px 25px;
}
.my-page .copyright {
  position: absolute;
  color: #404252;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.notice-page-item {
  margin: 0 30px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dedede;
  height: 68px;
}
.notice-page-item .btn-item {
  /* Rounded sliders */
}
.notice-page-item .btn-item .switch {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 27px;
}
.notice-page-item .btn-item .switch input:checked + .round {
  background-color: #940000;
}
.notice-page-item .btn-item .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.notice-page-item .btn-item .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.notice-page-item .btn-item .slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.notice-page-item .btn-item input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.notice-page-item .btn-item .slider.round {
  border-radius: 34px;
  background-color: #dbdbdb;
}
.notice-page-item .btn-item .slider.round:before {
  border-radius: 50%;
}
.notice-page-item .notice-item .item-desc {
  font-size: 16px;
  color: #777777;
}

.item-desc-area {
  padding: 12px 0;
}

.border-noline {
  border: 0;
}

.status-dashboard {
  margin-top: 30px;
}
.status-dashboard .item {
  position: relative;
  padding-top: 30px;
  text-align: center;
}
.status-dashboard dt {
  position: absolute;
  bottom: 50%;
  margin-bottom: -11px;
  left: 0;
  right: 0;
  font-size: 16px;
  color: #555;
  font-weight: 500;
}
.status-dashboard dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  color: #777;
}
.status-dashboard .count {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 38%;
  height: 90px;
  padding: 16px 13px 9px;
  border-radius: 10px;
  background-color: #eaeaea;
  line-height: 1;
}
.status-dashboard .count:first-child {
  color: #5277ca;
  background-color: #dfeafc;
}
.status-dashboard .count .title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -30px;
  font-size: 16px;
  color: #555;
  font-weight: bold;
}
.status-dashboard .count .num {
  display: block;
  font-size: 50px;
  font-weight: bold;
}
.status-dashboard .count small {
  display: block;
  margin-top: -2px;
  font-size: 14px;
  text-align: right;
}
.status-dashboard .over {
  margin-top: 15px;
  width: 100%;
  color: #777;
  text-align: center;
}
.status-dashboard .over strong {
  color: #555;
  font-weight: bold;
}

.util-menu {
  margin-top: 25px;
  padding-top: 13px;
  border-top: 1px solid #d0d0d0;
  font-size: 14px;
}

/* 요청서작성 */
#titlebar.titlebar-request {
  height: 56px;
  padding: 8px 8px;
  background-color: #fff;
  border-bottom: 1px solid #E4E6EE;
  color: #404252;
}
#titlebar.titlebar-request .logo {
  width: 48px;
  margin-left: 6px;
}
#titlebar.titlebar-request .logo img {
  height: 20px;
}
#titlebar.titlebar-request .title {
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #101223;
}
#titlebar.titlebar-request .btn {
  margin-left: 14px;
}
#titlebar.titlebar-request .ico-close {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url(../images/ico-xmark-darkgray-lg@2x.png);
}

.request-create {
  position: fixed;
  top: 56px;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.request-create .scroll-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 56px);
          flex: 1 1 calc(100% - 56px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 104px;
}
.request-create .label {
  display: block;
  font-size: 0.15rem;
  color: #696A72;
  font-weight: 500;
}
.request-create .title-wrap {
  position: relative;
  padding: 20px 20px 22px;
}
.request-create .title-wrap .label + .title {
  font-style: normal;
  font-weight: 600;
  font-size: 0.18rem;
  margin-top: 2px;
  color: #282A3A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.request-create .title-wrap::after {
  position: absolute;
  bottom: 0;
  left: -20px;
  display: inline-block;
  content: "";
  width: calc(100% + 40px);
  height: 8px;
  background-color: #e4e6ee;
}
.request-create .form-list {
  height: auto;
  padding: 0 20px;
  margin-top: 20px;
}
.request-create .form-list .row + .row {
  margin-top: 23px;
}
.request-create .form-list .label {
  margin-bottom: 5px;
}
.request-create .form-control {
  height: auto;
  border-bottom: 1px solid #BEC1CC;
}
.request-create .form-control::-webkit-input-placeholder {
  color: #9496A1;
}
.request-create .form-control::-moz-placeholder {
  color: #9496A1;
}
.request-create .form-control:-ms-input-placeholder {
  color: #9496A1;
}
.request-create .form-control::-ms-input-placeholder {
  color: #9496A1;
}
.request-create .form-control::placeholder {
  color: #9496A1;
}
.request-create .form-control:focus {
  border-color: transparent;
  border-bottom: 1px solid #282A3A;
}
.request-create .form-control.details {
  min-height: 160px;
  padding: 16px 7px;
  line-height: 0.19rem;
}
.request-create .file-add-area {
  display: block;
  height: 100%;
}
.request-create .file-add-area .btn-file-up {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.request-create .file-add-area .btn-file-up + .file-list {
  margin-top: 12px;
}
.request-create .file-add-area .btn-file-up + .file-list .file-item:first-child {
  padding-top: 11px;
  border-top: 1px solid #E4E6EE;
}
.request-create .file-add-area .label {
  min-width: 56px;
  margin-right: 8px;
  margin-bottom: 0;
  color: #404252;
}
.request-create .file-add-area .form-file {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #F7F7F9;
  background-image: url(../images/ico-clip-darkgray-md@2x.png);
  background-position: center center;
  background-size: auto 16px;
  background-repeat: no-repeat;
  border: 1px solid #D2D6E1;
  border-radius: 6px;
  text-indent: -9999px;
}
.request-create .file-add-area .file-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 0.16rem;
  color: #404252;
}
.request-create .file-add-area .file-name {
  position: relative;
  display: block;
  max-width: calc(100% - 50px) !important;
  max-width: 100%;
  white-space: nowrap;
  max-height: 0.23rem;
  line-height: 0.23rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.request-create .file-add-area .file-name > span {
  display: block;
  max-width: calc(100vw - 87px) !important;
  max-width: 100%;
  white-space: nowrap;
  max-height: 0.23rem;
  line-height: 0.23rem;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 38px;
}
.request-create .file-add-area .file-name > span span {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 37px;
}
.request-create .file-add-area .delete-btn {
  position: relative;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background: #BEC1CC;
  background-image: url(../images/ico-xmark-white-md@2x.png);
  background-size: auto 12px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  text-indent: -9999px;
}

.content-footer.request {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 28px;
  background: transparent;
}
.content-footer.request .btn-xl-2 {
  height: 56px;
  border-radius: 8px;
  font-size: 0.16rem;
}

/* 작업요청-신규입력 */
.req-text {
  position: relative;
  height: 30px;
  padding: 8px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #696A72;
}
.req-text .req {
  position: absolute;
  right: 120px;
  width: 4px;
  height: 4px;
  margin: 0 !important;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: hidden;
}
.req-text .req::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #F13C42;
}

.form-item-custom .item-num {
  max-width: 74px;
}
.form-item-custom .item-num .form-control {
  padding: 11px 8px;
}
@media (min-width: 768px) {
  .form-item-custom .item-num {
    max-width: 120px;
  }
}

.row-group-custom .item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 88px);
  margin: 0;
  padding-left: 4px;
}
.row-group-custom .item-num .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.row-group-custom .item-num .form-control + .form-control {
  margin-left: 8px;
}
.row-group-custom .item-num + .form-addon {
  margin: 0 4px 0 0;
  width: 88px;
}

.row-group .row-item {
  position: relative;
  width: 50%;
  margin: 0 4px;
}
.row-group + .row-group {
  margin-top: 8px;
}

.work-request-wrap {
  margin-top: 20px;
}
.work-request-wrap .form-control-datepicker.m-t-8 {
  margin-top: 8px;
}
.work-request-wrap .form-list .row + .row {
  margin-top: 24px;
}
.work-request-wrap .form-item-custom .item-num {
  max-width: 74px;
}
.work-request-wrap .form-item-custom .item-num .form-control {
  padding: 11px 8px;
}
@media (min-width: 768px) {
  .work-request-wrap .form-item-custom .item-num {
    max-width: 120px;
  }
}
.work-request-wrap .form-item .label + .option {
  margin-top: 8px;
}
.work-request-wrap .form-item .label + .row-group {
  margin-top: 8px;
}
.work-request-wrap .form-item .label + .form-control {
  margin-top: 8px;
}
.work-request-wrap .form-item textarea {
  min-height: 100px;
}
.work-request-wrap .form-item .date-null {
  background: #F7F7F9;
  border: 1px solid #E4E6EE;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.work-request-wrap .row-group .form-addon .btn {
  margin-left: 8px;
}
.work-request-wrap .row-group .form-addon .btn-search.disabled {
  pointer-events: none;
}
.work-request-wrap .form-item-datepicker .label + .form-control-datepicker {
  margin-top: 8px;
}
.work-request-wrap .work-request-detail {
  margin-top: 4px;
}
.work-request-wrap .work-request-detail .date {
  padding: 6px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #282A3A;
}
.work-request-wrap .info-process {
  display: block;
  padding: 6px 0;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.work-request-wrap .info-process span {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #282A3A;
}

.row-group.row2 .form-item {
  width: 50%;
}
.row-group.row2 .form-item .option {
  width: 100%;
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-item.form-search-type .form-control {
  width: calc(100% - 53px);
}
.form-item.form-search-type .btn-search {
  width: 44px;
  height: 44px;
  margin-left: 5px;
  background: #F7F7F9;
  border: 1px solid #D2D6E1;
  border-radius: 6px;
}

/* 요청접수-상세-작업번호작업명 */
.form-item-plus {
  padding-left: 4px;
}
.form-item-plus .row-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-item-plus .row-group .box-guide {
  width: calc(100% - 88px);
}
.form-item-plus .row-group .form-addon {
  margin-left: 0;
}
.form-item-plus .row-group .form-addon .btn-search {
  min-width: 80px;
  margin-top: 8px;
}

.cost-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.cost-area .won {
  position: relative;
  margin: 11px 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #696A72;
}
.cost-area .won::before {
  content: "";
  position: absolute;
  bottom: -11px;
  right: -8px;
  width: 33px;
  height: 1px;
  background-color: #BEC1CC;
}
.cost-area + .form-control {
  margin-top: 8px;
}

.btn-sm2 {
  min-width: 71px !important;
  height: 35px !important;
  border-radius: 6px;
}
.btn-sm2 span {
  line-height: 35px;
}

/* 로그인 */
.login-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100dvh;
  min-height: -webkit-fill-available;
  min-height: 620px;
  overflow-x: hidden;
  overflow-y: auto;
}

.login-wrap .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 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;
  width: 100%;
  height: calc(100vh - 65%);
  min-height: 172px;
  max-height: 286px;
  padding: 70px 0 48px;
  background-color: #800A0E;
}
.login-wrap .logo img {
  width: 140px;
  height: 74px;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-wrap .logo .logo1 {
  display: block;
}
.login-wrap .logo .logo2 {
  display: none;
}
.login-wrap .logo.public-institutions img {
  height: 86px;
}
.login-wrap .logo.public-institutions .logo1 {
  display: none;
}
.login-wrap .logo.public-institutions .logo2 {
  display: block;
}
.login-wrap .form-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 100%;
  max-height: calc(65% + 20px);
  margin-top: -20px;
  padding: 70px 32px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
}
.login-wrap .form-area form {
  width: 100%;
  height: 100%;
  max-height: 444px;
}
.login-wrap .form-area form fieldset {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  min-height: 330px;
  max-height: 354px;
}
.login-wrap .form-area .input-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 100%;
  min-height: 235px;
}
.login-wrap .form-area .input-area .row + .row {
  margin-top: 24px;
}
.login-wrap .form-area .input-area .row.pw {
  position: relative;
}
.login-wrap .form-area .input-area .row.pw .pw-btn-area {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.login-wrap .form-area .input-area .row.pw .pw-btn-area .btn {
  position: absolute;
  top: 16px;
  right: 8px;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.login-wrap .form-area .input-area .row.pw .pw-btn-area .btn-pw-off::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/ico-pw-view-off.png) 0 0 no-repeat;
  background-size: cover;
}
.login-wrap .form-area .input-area .row.pw .pw-btn-area .btn-pw-on::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/ico-pw-view-on.png) 0 0 no-repeat;
  background-size: cover;
}
.login-wrap .form-area .input-area .row.pw .form-control {
  padding: 11px 40px 11px 8px;
}
.login-wrap .form-area .input-area .form-control {
  width: 100%;
  height: 56px;
  padding: 11px 8px;
}
.login-wrap .form-area .input-area .error-text {
  position: absolute;
  top: 216px;
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #F13C42;
}
.login-wrap .form-area .btn-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 82px;
  margin-top: 11px;
  text-align: center;
}
.login-wrap .form-area .btn-area .btn {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  font-size: 16px;
}
.login-wrap .form-area .btn-area p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #9496A1;
}
.login-wrap .status-offline {
  display: none;
}
.login-wrap.offline .logo {
  background-color: #696A72;
}
.login-wrap.offline .status-offline {
  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: absolute;
  top: -46px;
  left: calc(50% - 68.5px);
  width: 137px;
  height: 32px;
  border: 1px solid #E4E6EE;
  border-radius: 100px;
  background: #F7F7F9;
}
.login-wrap.offline .status-offline .ico {
  margin-top: -3px;
}
.login-wrap.offline .status-offline span {
  display: inline-block;
  margin-left: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #696A72;
}

/* 로그인 로딩 */
.login-loading-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  max-width: 700px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.login-loading-layer.show {
  opacity: 1;
  visibility: visible;
}
.login-loading-layer .loading-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
  height: 200px;
  padding: 53px 0 52px;
  border-radius: 8px;
  background-color: #FFFFFF;
  text-align: center;
}
.login-loading-layer .loading {
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/login-loading.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-animation: rotate-roding2 0.8s linear infinite;
          animation: rotate-roding2 0.8s linear infinite;
}
.login-loading-layer .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #404252;
}
@-webkit-keyframes rotate-roding2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-roding2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .login-loading-layer .loading-area {
    width: 260px;
    height: 260px;
    padding: 83px 0 82px;
    border-radius: 8px;
  }
}

/* 점검 */
.row-group.row2 .form-item {
  width: 50%;
}
.row-group.row2 .form-item.item-md {
  width: 60%;
}
.row-group.row2 .form-item.item-md + .form-item {
  width: 40%;
}

/* 결재요청 영역 */
.btn-group-request {
  padding-bottom: 16px;
  border-bottom: 1px solid #E4E6EE;
}
.btn-group-request .btn + .btn {
  margin-left: 4px;
}
.btn-group-request .btn-md {
  height: 44px;
  padding: 0 15px;
  border: 1px solid #404252;
  color: #404252;
  border-radius: 6px;
}

.bbs-list-request {
  padding-top: 16px;
}
.bbs-list-request li {
  border: none;
}
.bbs-list-request li .title {
  width: calc(100% - 116px);
}
.bbs-list-request li .title .num,
.bbs-list-request li .title .bet,
.bbs-list-request li .title .text {
  color: #404252;
}
.bbs-list-request li + li {
  margin-top: 8px;
}
.bbs-list-request .no-data {
  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;
  width: 100%;
  height: 43px;
  font-weight: 500;
  color: #81838C;
}
.bbs-list-request .list-item {
  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;
  width: 100%;
  height: 60px;
  padding: 20px 12px;
  background: #F7F7F9;
  border: 1px solid #E4E6EE;
  border-radius: 8px;
}
.bbs-list-request .btn-area {
  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;
  width: 116px;
  margin-left: 8px;
}
.bbs-list-request .btn-area .btn-up-move,
.bbs-list-request .btn-area .btn-down-move {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #D2D6E1;
  border-radius: 6px;
}
.bbs-list-request .btn-area .btn-circle-del {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #BEC1CC;
  background-image: url(../images/ico-xmark-white-md.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.bbs-approval-list li {
  border-bottom: 1px solid #E4E6EE;
}
.bbs-approval-list li a {
  padding: 14.5px 20px;
}
.bbs-approval-list li .title {
  margin-bottom: 0;
}
.bbs-approval-list li .title .num,
.bbs-approval-list li .title .bet,
.bbs-approval-list li .title .text {
  color: #404252;
}

fieldset {
  min-width: 100%;
  min-inline-size: auto;
}

/* 점검-상세 */
.inspection-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 20px 20px 12px;
  height: 77px;
}
.inspection-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #E4E6EE;
}
.inspection-title .title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0f1014;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inspection-title .title .bet {
  display: inline-block;
  margin: 0 3px;
}
.inspection-title .title .text {
  font-weight: 700 !important;
}
.inspection-title .subject {
  display: block;
  width: 100%;
  margin-top: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #383a4b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inspection-wrap {
  margin-top: 20px;
}
.inspection-wrap .form-list > .row .form-control,
.inspection-wrap .form-list > .row .content,
.inspection-wrap .form-list > .row .option {
  margin-top: 8px;
}
.inspection-wrap .form-list > .row + .row {
  margin-top: 24px;
}

.accordion-area {
  padding: 8px 16px 16px;
  border: 1px solid #D2D6E1;
  border-radius: 6px;
  height: 124px;
  overflow: hidden;
}
.accordion-area.on {
  border: 1px solid #BEC1CC;
  height: auto;
}
.accordion-area.on .con-body .row:first-child .label {
  display: block;
  margin-top: 24px;
}
.accordion-area.on .btn-toggle {
  background: #81838C !important;
  border: 1px solid #81838C !important;
}
.accordion-area.on .btn-toggle .ico-select-arrow-gray {
  background: url(../images/ico-select-arrow-white.png) center center no-repeat;
  background-size: 20px auto;
}
.accordion-area .con-header {
  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;
  height: 48px;
  border-bottom: 1px solid #E4E6EE;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.accordion-area .con-header .text-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 40px);
  height: 100%;
}
.accordion-area .con-header .text-area .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #282A3A;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.accordion-area .con-header .text-area .subject {
  margin-top: 2px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #696A72;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.accordion-area .con-header .btn-toggle {
  width: 32px;
  height: 32px;
  background: #F7F7F9;
  border: 1px solid #D2D6E1;
  border-radius: 6px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-area .con-body .row .form-control,
.accordion-area .con-body .row .option {
  margin-top: 8px;
}
.accordion-area .con-body .row + .row {
  margin-top: 24px;
}
.accordion-area .con-body .row:first-child .label {
  display: none;
}
.accordion-area .con-body .row-group .btn {
  margin-top: 8px;
}

/* 설비-목록 */
.form-item.form-search-type .form-control {
  width: calc(100% - 53px);
}
.form-item.form-search-type .btn-search {
  width: 44px;
  height: 44px;
  margin-left: 5px;
  background: #F7F7F9;
  border: 1px solid #D2D6E1;
  border-radius: 6px;
}
.form-item .btn-search-custom {
  width: 44px;
  height: 44px;
  margin-left: 5px;
  background: #F7F7F9;
  border: 1px solid #D2D6E1;
  border-radius: 6px;
}

.filter-more-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 0 2px;
}
.filter-more-area .btn-filter {
  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;
  width: 100%;
  height: 24px;
  padding: 2px;
  font-size: 0.14rem;
  font-weight: 500;
  color: #404252;
  line-height: 1;
}
.filter-more-area .btn-filter .ico-filter-gray-md {
  margin-left: -8px;
  margin-right: 4px;
}
.filter-more-area .btn-filter .ico-chevron-gray-md {
  display: none;
}
.filter-more-area .btn-filter.open {
  margin: 12px 0 3px;
}
.filter-more-area .btn-filter.open .ico-filter-gray-md {
  display: none;
}
.filter-more-area .btn-filter.open .ico-chevron-gray-md {
  display: block;
  margin-left: 4px;
  margin-right: 11px;
}
.filter-more-area .filter-wrap {
  display: none;
  width: 100%;
  margin-top: 3px;
}
.filter-more-area .filter-wrap .btn-close {
  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;
  width: 100%;
  height: 30px;
  margin-top: 10px;
  padding-top: 2px;
  padding-right: 9px;
  font-size: 0.14rem;
  font-weight: 500;
}
.filter-more-area .filter-wrap .btn-close span {
  margin-right: 4px;
}

/* 요청접수-목록 */
.bbs-list.bbs-list-anchor li .list-item.item-matrix:after {
  background: url(../images/ico-doublechevron-right-lightgray-lg.png) right center/20px 20px no-repeat;
}

/* 설비-상세 */
.vital-text {
  margin-top: 7px;
  font-size: 0.12rem;
  color: #696A72;
}
.vital-text .req {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  height: 12px;
}
.vital-text .req::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  background: #F13C42;
  border-radius: 50%;
}

.form-list.form-gap-md {
  margin-top: 25px;
}
.form-list.form-gap-md .label {
  margin-bottom: 6px;
}
.form-list.form-gap-md .row + .row {
  margin-top: 23px;
}

.form-item.item-sm {
  width: 77.8px;
}
.form-item.item-sm .form-control {
  width: 100%;
}
.form-item.item-sm + .form-item {
  width: calc(100% - 77.8px);
}
@media (min-width: 576px) {
  .form-item.item-sm {
    width: 122.71px;
  }
  .form-item.item-sm + .form-item {
    width: calc(100% - 122.71px);
  }
}
.form-item.item-md {
  width: 117.75px;
}
.form-item.item-md .form-control {
  width: 100%;
}
.form-item.item-md + .form-item {
  width: calc(100% - 117.75px);
}
@media (min-width: 576px) {
  .form-item.item-md {
    width: 122.71px;
  }
  .form-item.item-md + .form-item {
    width: calc(100% - 122.71px);
  }
}
.form-item.btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 8px);
}
.form-item.btn-item .form-btn {
  width: calc(100% - 89px);
  margin-top: 6px;
}
.form-item.btn-item .form-btn + .btn-search {
  margin-top: 6px;
  margin-left: 8px;
}

.form-cost .form-control {
  text-align: right;
  padding: 9px 23px 8px 0.08rem;
}
.form-cost .form-control::-webkit-input-placeholder {
  text-align: left;
}
.form-cost .form-control::-moz-placeholder {
  text-align: left;
}
.form-cost .form-control:-ms-input-placeholder {
  text-align: left;
}
.form-cost .form-control::-ms-input-placeholder {
  text-align: left;
}
.form-cost .form-control::placeholder {
  text-align: left;
}
.form-cost .cost-text {
  position: absolute;
  bottom: 9px;
  right: 7px;
  font-size: 0.18rem;
  color: #696A72;
}

/* 설정창 */
.box-list .box-item {
  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;
  width: 100%;
  border: 1px solid #D2D6E1;
  border-radius: 8px;
  line-height: 1;
}
.box-list .box-item + .box-item {
  margin-top: 8px;
}
.box-list .box-item .tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-list .box-item .box-tit {
  font-weight: 600;
}
.box-list .box-item.mode-item {
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #D2D6E1;
}
.box-list .box-item.mode-item.on {
  background: #F7F7F9;
}
.box-list .box-item.mode-item.on .ico-online {
  background: url(../images/ico-offline-lg.png) center center no-repeat;
  background-size: 20px 20px;
}
.box-list .box-item.mode-item .check-switch input:checked {
  background: #25BE87;
}
.box-list .box-item.mode-item .ico-online {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../images/ico-online-lg.png) center center no-repeat;
  background-size: 20px 20px;
}
.box-list .box-item.mode-item::after {
  content: none !important;
}
.box-list .box-item.item-md {
  height: 56px;
}
.box-list .box-item.item-md .box-tit {
  font-size: 0.18rem;
}
.box-list .box-item.item-sm {
  height: 43px;
}
.box-list .box-item.item-sm .box-tit {
  font-size: 0.16rem;
}
.box-list .box-item a {
  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;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
}
.box-list .box-item a .ico {
  margin-right: 5px;
}
.box-list.list-arrow .box-item {
  position: relative;
}
.box-list.list-arrow .box-item::after {
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background: url(../images/ico-chevron-right-gray-md.png) right center no-repeat;
  background-size: 16px 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-list.list-arrow .case-num {
  margin-right: 24px;
}
.box-list .case-num {
  font-weight: 600;
  color: #510003;
}
.box-list .case-num em {
  font-style: normal;
}

/* 사용현황 */
.title-con {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 0.18rem;
  color: #282A3A;
  line-height: 0.26rem;
}

.con-title-wrap {
  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;
  margin-bottom: 10px;
}
.con-title-wrap .title-con {
  margin-bottom: 0;
}
.con-title-wrap .label-wrap label + label {
  margin-left: 3px;
}
.con-title-wrap .label-wrap .label {
  margin-left: 0;
  font-weight: 500;
  font-size: 0.15rem;
}
.usage-status {
  padding: 18px 20px;
}
.usage-status .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.usage-status .box-list .item-sm {
  position: relative;
}
.usage-status .box-list .item-sm:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -13px;
  width: 1px;
  height: 44px;
  background-color: #E4E6EE;
}
.usage-status .box-list .box-item.item-sm a {
  padding: 12px 32px 12px 10px;
  position: relative;
}
.usage-status .box-list .box-item.item-sm a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
  width: 12px;
  height: 12px;
  background: url(../images/ico-chevron-right-gray-sm.png) center center no-repeat;
  background-size: 12px;
}
.usage-status .box-list .box-item.item-sm .box-tit {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
.usage-status .label-wrap label {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.usage-status .label-wrap label + label {
  margin-left: 0;
}
.usage-status .label-wrap input {
  width: 1px;
  height: 1px;
  position: absolute;
  margin-left: -9999px;
}
.usage-status .label-wrap input:checked + .label {
  color: #101223;
  border-color: #101223;
  font-weight: 700;
}
.usage-status .label-wrap .label {
  font-size: 0.13rem;
  color: #404252;
  letter-spacing: -0.26px;
  border: 1px solid #E4E6EE;
  height: 28px;
  padding: 0 8px;
  background-color: #F7F7F9;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.usage-status + .usage-status {
  padding-bottom: 24px;
}
.usage-status + .usage-status .box-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.usage-status + .usage-status .item-sm {
  width: 100%;
}
.usage-status + .usage-status .item-sm .box-tit {
  font-size: 0.13rem;
  font-weight: 400;
  line-height: normal;
  color: #5B5D6B;
  letter-spacing: -0.26px;
}
.usage-status + .usage-status .item-sm a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
}
.usage-status + .usage-status .item-sm a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  width: 8px;
  height: 8px;
  background: url(../images/ico-chevron-right-gray-sm.png) center center no-repeat;
  background-size: 8px;
}
.usage-status + .usage-status .item-sm .case-num {
  text-align: center;
}

/* 알람 목록 */
.bbs-list.alarm-list .list-item {
  padding: 16px 20px;
}
.bbs-list.alarm-list.bbs-list-fixed .list-item {
  height: 88px;
}
.bbs-list.alarm-list.bbs-list-fixed .list-item .info-case {
  height: 18px;
}
.bbs-list.alarm-list.bbs-list-fixed .list-item .title + .info-bottom {
  margin-top: 20px;
}

.list-item .title .new-badge {
  display: none;
}
.list-item .title .text {
  max-width: 100%;
}
.list-item .title.new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-item .title.new .new-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.list-item .title.new .text {
  max-width: calc(100% - 18px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item .new-badge {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-bottom: 2px;
  content: "N";
  background: #F97F26;
  border-radius: 50%;
  font-style: normal;
  font-weight: 600;
  font-size: 0.1rem;
  color: #fff;
  line-height: 1;
}

.info-area.info-case {
  margin-top: 3px;
}
.info-area.info-case span {
  font-size: 0.15rem !important;
}
.info-area.info-case em {
  font-style: normal;
}

/* QR정보 팝업*/
.qr-info .title {
  display: block;
  margin-bottom: 2px;
  max-width: 100%;
  white-space: nowrap;
  max-height: 0.19rem;
  line-height: 0.19rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.qr-info .title .num,
.qr-info .title .text {
  color: #510003;
  font-weight: 600;
  line-height: 0.19rem;
}
.qr-info .title .num {
  position: relative;
  padding-right: 10px;
  margin-right: 3px;
}
.qr-info .title .num::before {
  position: absolute;
  right: 0;
  content: "/";
  display: inline-block;
  color: #510003;
  font-weight: 600;
}
.qr-info .info-area {
  max-width: 100%;
  white-space: nowrap;
  max-height: 0.17rem;
  font-size: 0.14rem;
  line-height: 0.17rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.qr-info .info-area.info-nav {
  display: block;
  font-weight: 500;
}
.qr-info .info-area.info-bottom {
  color: #81838C;
  font-weight: 400;
}

.row-group.row2 .form-item {
  width: 50%;
}
.row-group.row2 .form-item.item-md {
  width: 60%;
}
.row-group.row2 .form-item.item-md + .form-item {
  width: 40%;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-process,
.info-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-bottom: 7px;
  font-weight: 600;
  font-size: 0.18rem;
  color: #282A3A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-process span:last-child,
.info-text span:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}

.form-item.item-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
}
.form-item.item-checkbox .label {
  font-weight: 600;
  font-size: 0.18rem;
  color: #282A3A;
  margin-bottom: 0;
  line-height: 1;
}
.form-item.item-checkbox::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #E4E6EE;
}

/* 순찰일지 */
.title2 {
  font-size: 0.2rem;
  color: #282A3A;
}
.title2 .num,
.title2 .text {
  font-weight: 700;
}
.title2 .bet {
  display: inline-block;
  margin: 0 3px;
  font-weight: 700;
}

/* 설정 */
.user-info-area .user-name {
  font-weight: 700;
  font-size: 0.24rem;
  color: #282A3A;
  line-height: 0.3rem;
}
.user-info-area .user-name + .info-user {
  margin-top: 6px;
}
.user-info-area .info-user {
  display: block;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #696A72;
}
.user-info-area .info-user .info-department {
  position: relative;
  font-weight: 500;
  color: #404252;
  margin-right: 3px;
  padding-right: 10px;
}
.user-info-area .info-user .info-department::after {
  position: absolute;
  top: 3px;
  right: 0;
  display: inline-block;
  content: "";
  width: 1px;
  height: 14px;
  background: #D2D6E1;
  border-radius: 0.5px;
}

.app-setting-list-wrap {
  padding: 24px 20px 16px;
}
.app-setting-list-wrap + .app-setting-list-wrap {
  padding-top: 25px;
  border-top: 6px solid #E4E6EE;
}
.app-setting-list-wrap .list-title {
  color: #101223;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  font-size: 0.14rem;
}

.app-setting-list.list-arrow .setting-item {
  position: relative;
}
.app-setting-list.list-arrow .setting-item::after {
  position: absolute;
  top: 49%;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/ico-chevron-lightgray-lg.png) center center no-repeat;
  background-size: 20px auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.app-setting-list.list-arrow .setting-item.login-set::after {
  content: none;
}
.app-setting-list .setting-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.app-setting-list .setting-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.app-setting-list .tit {
  font-weight: 500;
  font-size: 0.18rem;
  line-height: 0.25rem;
}
.app-setting-list .tit .ico {
  margin-right: 4px;
  margin-bottom: 4px;
}
.app-setting-list .check-switch {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.app-setting-list .check-switch .switch-text {
  font-weight: 500;
  color: #404252;
}
.app-setting-list.list-gap-md .setting-item .inner {
  padding: 15px 0;
}
.app-setting-list.list-gap-md .setting-item + .setting-item {
  margin-top: 9px;
}
.app-setting-list.list-gap-sm .setting-item .inner {
  padding: 11.5px 0;
}
.app-setting-list.list-gap-sm .tit {
  font-size: 0.16rem;
  line-height: 0.25rem;
}

/* 오프라인 설정 */
.offline-item .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0 14px;
  border-bottom: 1px solid #E4E6EE;
}
.offline-item .header .tit {
  font-weight: 700;
  font-size: 0.2rem;
  color: #282A3A;
}
.offline-item .header + .contents {
  margin-top: 15px;
}
.offline-item .contents .form-gap-sm .row + .btn-group-block {
  padding-top: 12px;
}
.offline-item .contents .sub-text {
  margin-top: 11px;
  font-weight: 400;
  font-size: 0.15rem;
}
.offline-item .upload-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13.5px 0;
}
.offline-item .upload-list .tit {
  font-weight: 600;
  font-size: 0.16rem;
}
.offline-item .upload-list .upload-num {
  font-size: 0.16rem;
  color: #800A0E;
}

/* 비밀번호 변경 */
.password-setting .btn-view {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 58px;
}
.password-setting .btn-view.on .ico-eyeoff-gray-xl {
  background-image: url(../images/ico-eyeon-gray-xl.png);
}
.password-setting .text-error {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.14rem;
  color: #F13C42;
  line-height: 0.17rem;
}
.password-setting .form-control-password.form-lg {
  height: 57px;
}

/* */
.option-list.matrix .btn {
  padding: 12.3px 20px 12.3px 0;
  border-top: none;
  border-bottom: 1px solid #E4E6EE;
  font-weight: 600;
}

/* 결재-선택리스트 */
.bbs-list.bbs-list-selectbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bbs-list.bbs-list-selectbox .list-checkbox {
  width: 50px;
  padding: 20px 12px 20px 20px;
}
.bbs-list.bbs-list-selectbox .list-checkbox + .list-item {
  width: calc(100% - 50px);
  padding: 14.5px 20px;
  padding-left: 0px;
}

.bbs-list.bbs-list-fixed .list-item {
  height: 79px;
}
.bbs-list.bbs-list-fixed .list-item .title + .info-area {
  height: 18px;
}
.bbs-list.bbs-list-fixed .list-item .title + .info-bottom {
  margin-top: 19px;
}
.bbs-list.bbs-list-simple.bbs-list-fixed .list-item {
  height: 68px;
}
.bbs-list.bbs-list-simple.bbs-list-fixed .list-item .title + .info-bottom {
  margin-top: 0;
}

.row-group.row-group-custom2 {
  margin-top: 10px;
}
.row-group.row-group-custom2 .form-item {
  position: relative;
  display: block;
}
.row-group.row-group-custom2 .form-item .gj-icon {
  right: 8px !important;
}

.modal-popup.modal-bottom-sheet.modal-matrix {
  top: auto;
  bottom: 0;
  min-height: 380px;
  max-height: 100%;
}
.modal-popup.modal-bottom-sheet.modal-matrix .popup-inner {
  min-height: 380px;
  height: auto;
  max-height: 95%;
}

/* 결재요청 영역 */
.btn-group-request {
  padding-bottom: 16px;
  border-bottom: 1px solid #E4E6EE;
}
.btn-group-request .btn + .btn {
  margin-left: 4px;
}
.btn-group-request .btn-md {
  height: 44px;
  padding: 0 15px;
  border: 1px solid #404252;
  color: #404252;
  border-radius: 6px;
}

.bbs-list-request {
  padding-top: 16px;
}
.bbs-list-request li {
  border: none;
}
.bbs-list-request li .title {
  width: calc(100% - 116px);
}
.bbs-list-request li .title .num,
.bbs-list-request li .title .bet,
.bbs-list-request li .title .text {
  color: #404252;
}
.bbs-list-request li + li {
  margin-top: 8px;
}
.bbs-list-request .no-data {
  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;
  width: 100%;
  height: 43px;
  font-weight: 500;
  color: #81838C;
}
.bbs-list-request .list-item {
  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;
  width: 100%;
  height: 60px;
  padding: 20px 12px;
  background: #F7F7F9;
  border: 1px solid #E4E6EE;
  border-radius: 8px;
}
.bbs-list-request .btn-area {
  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;
  width: 116px;
  margin-left: 8px;
}
.bbs-list-request .btn-area .btn-up-move,
.bbs-list-request .btn-area .btn-down-move {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #D2D6E1;
  border-radius: 6px;
}
.bbs-list-request .btn-area .btn-circle-del {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #BEC1CC;
  background-image: url(../images/ico-xmark-white-md.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.bbs-approval-list li {
  border-bottom: 1px solid #E4E6EE;
}
.bbs-approval-list li a {
  padding: 14.5px 20px;
}
.bbs-approval-list li .title {
  margin-bottom: 0;
}
.bbs-approval-list li .title .num,
.bbs-approval-list li .title .bet,
.bbs-approval-list li .title .text {
  color: #404252;
}

.form-list.form-gap-md .accordion-area .form-item .label {
  margin-bottom: 0;
}
.form-list.form-gap-md .label + .content {
  margin-top: 0;
  min-height: auto;
  width: 100%;
  display: block;
  word-break: break-all;
  font-weight: 600;
  font-size: 0.18rem;
  color: #282A3A;
}

.bbs-list li a.visited .title .text,
.bbs-list li a.visited .title .num {
  font-weight: 500;
}

/* 메인메뉴 */
.main-content {
  position: relative;
  left: 0;
  width: 100%;
  height: calc(100vh - 56px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.main-content .content-body {
  height: calc(var(--vh, 1vh) * 100 - 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-content .container-menu {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.setting-list li {
  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;
  width: 100%;
  line-height: 1;
}
.setting-list li + li {
  margin-top: 7px;
}
.setting-list .list-item {
  padding: 12px 15px;
  border: 1px solid #D2D6E1;
  border-radius: 8px;
  height: 56px;
}
.setting-list .list-item .box-tit {
  font-size: 0.18rem;
  font-weight: 600;
  color: #282A3A;
}
.setting-list .tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.setting-list .check-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: #F7F7F9;
}
.setting-list .check-switch .check-switch-item {
  position: relative;
}
.setting-list .check-switch input:checked {
  background: #25BE87;
}
.setting-list .check-switch.on {
  background: #fff;
}
.setting-list .check-switch.on .ico-mode {
  background: url(../images/ico-online-lg.png) center center no-repeat;
  background-size: 20px 20px;
}
.setting-list .ico-mode {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../images/ico-offline-lg.png) center center no-repeat;
  background-size: 20px 20px;
}
.setting-list.item-sm {
  height: 43px;
}
.setting-list.item-sm .box-tit {
  font-size: 0.16rem;
}
.setting-list a {
  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;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
}
.setting-list a .ico {
  margin-right: 5px;
}
.setting-list.list-arrow .list-item {
  position: relative;
}
.setting-list.list-arrow .list-item::after {
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background: url(../images/ico-chevron-right-darkgray-md.png) right center no-repeat;
  background-size: 16px 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.setting-list.list-arrow .list-item.check-switch:after {
  display: none;
}
.setting-list.list-arrow .case-num {
  margin-right: 24px;
}
.setting-list .case-num {
  font-weight: 600;
  color: #510003;
}
.setting-list .case-num em {
  font-style: normal;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.main-menu .menu-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  height: 100%;
  margin: -4px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-bottom: 100px;
}
.main-menu .menu-list .list-item {
  width: calc(50% - 8px);
  height: 64px;
  margin: 0 4px 8px;
  border: 1px solid #D2D6E1;
  border-radius: 8px;
  text-align: left;
  line-height: 95%;
}
.main-menu .menu-list .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  padding: 16px 14px 16px 16px;
  gap: 6px;
  width: 100%;
  position: relative;
}
.main-menu .menu-list .list-item .tit {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 0.16rem;
  color: #282A3A;
  word-break: break-word;
  line-height: 95%;
}
.main-menu .menu-list .list-item .tit + .label-number {
  color: #830005;
  font-weight: 500;
  font-size: 0.12rem;
  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;
  background-color: #f1d3d5;
  border-radius: 100px;
  min-width: 18px;
  height: 18px;
  text-align: center;
  padding: 1px 6px 0;
}
.main-menu .menu-list .ico-menu1,
.main-menu .menu-list .ico-menu2,
.main-menu .menu-list .ico-menu3,
.main-menu .menu-list .ico-menu4,
.main-menu .menu-list .ico-menu5,
.main-menu .menu-list .ico-menu6,
.main-menu .menu-list .ico-menu7,
.main-menu .menu-list .ico-menu8,
.main-menu .menu-list .ico-menu9,
.main-menu .menu-list .ico-menu10,
.main-menu .menu-list .ico-menu11 {
  min-width: 20px;
  height: 20px;
}
@media (min-width: 576px) {
  .main-menu .menu-list {
    height: 100%;
  }
  .main-menu .menu-list .list-item a {
    gap: 12px;
    padding: 24px;
  }
  .main-menu .menu-list .list-item {
    height: 84px;
  }
  .main-menu .menu-list .list-item a {
    gap: 12px;
    padding: 24px;
  }
  .main-menu .menu-list .list-item .tit {
    font-weight: 600;
    font-size: 0.26rem;
    line-height: 95%;
  }
  .main-menu .menu-list .list-item .tit + .label-number {
    min-width: 28px;
    height: 28px;
    font-size: 0.18rem;
    padding: 0 10px;
  }
  .main-menu .menu-list .ico-menu1,
  .main-menu .menu-list .ico-menu2,
  .main-menu .menu-list .ico-menu3,
  .main-menu .menu-list .ico-menu4,
  .main-menu .menu-list .ico-menu5,
  .main-menu .menu-list .ico-menu6,
  .main-menu .menu-list .ico-menu7,
  .main-menu .menu-list .ico-menu8,
  .main-menu .menu-list .ico-menu10,
  .main-menu .menu-list .ico-menu11 {
    min-width: 28px;
    height: 28px;
  }
}

.footer-bottom {
  position: fixed;
  width: 100%;
  max-width: 660px;
  bottom: 0px;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-bottom .btn-area {
  position: absolute;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-bottom .btn-round-md {
  margin-bottom: 7px;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
@media (max-width: 1024.98px) {
  .footer-bottom .btn-round-md {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}

.footer-bottom .btn-round-md {
  margin-bottom: 8px;
}

.footer-bottom .copy-text {
  background-color: #fff;
  padding: 10px;
  line-height: 1;
}
@media (max-width: 1024.98px) {
  .footer-bottom .copy-text {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}

.btn-round-md {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 16px 13px 18px;
  border-radius: 100px;
}

.copy-text {
  font-size: 0.12rem;
  color: #9496A1;
  text-align: center;
}

.content-row .row-item {
  position: relative;
  display: block;
  width: calc(100% - 4px);
}
.content-row .row-item + .row-item {
  margin-left: 8px;
}

table.table_type2{font-family:Arial;font-size:11px;line-height:1.2em;width:100%;border:1px solid #e6e3df;} /* 2015-04-15 line-height, border:1px solid #e6e3df; 수정 */
table.table_type2 th{vertical-align:middle;padding:7px 3px 5px 3px; height:20px;background:#949494;color:#fff;font-weight:bold;border-left:1px solid #8c8c8c;border-top:none;border-bottom:1px solid #898989;} /** vertical-align:middle 추가 2015-04-01 */
table.table_type2 td{height:13px;padding:10px 6px;color:#333;text-align:center;border:1px solid #e6e3df;}
table.table_type2 td.multi{height:13px;padding:0px 6px;color:#333;text-align:center;border:1px solid #e6e3df;}
table.table_type2 td.num{text-align:center !important;color:#777;}
table.table_type2 td.tal{text-align:left !important;padding-left:13px;}

.option-placeholder {
  color: #9496A1;
}

/* 요청명 불러오는 popup */
.reqPopup {
	display:none; 
	width: 100%; 
	height: auto; 
	overflow: auto; 
	position: absolute; 
	background-color: #f2f2f2; 
	z-index: 100;
	top : 95%;
	border: 0.5px solid #A9A9A9; 
	max-height: 142px; 
	max-width: 1150px; 
	white-space: nowrap;
}

.on2 {
	background: #e9e9e9;
	height : 40px;
}
.reqNameList{
	user-select:none; 
	font-weight: bold; 
	font-size: 17px; 
	padding: 1.25px;  
	padding-left: 12px;
    display: flex;
    align-items: flex-end;
	height : 40px;
}
.blank {
	padding: 1.25px;
	height : 40px;
}
.reqNameImg{padding-top: 0px;}

/* [점검/작업/순찰일지] 목록 - 데이터피커  필터 */
.row-group.row-group-custom2 .form-control {
 padding: 6px;
 font-size: 16px;
 text-align: center;
}
.row-group.row-group-custom2 .input-addon {
 padding-top: 8px;
 font-size: 18px;
 font-weight: 600;
 color: #404252;
}
.row-group.row-group-custom2 .list-item.item-matrix {
 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;
 gap: 4px;
 height: 40px;
 width: 90px;
 padding: 0 10px 0 10px;
 border: 1px solid #BEC1CC;
 border-radius: 4px;
 background: #FFFFFF;
 font-size: clamp(100%, 1vw, 120%);
 font-weight: 700;
 color: #404252;
 white-space: nowrap; /* 텍스트가 줄 바꿈되지 않도록 설정 */
}

/* 에너지검침 - 목록 */
.energy-container .row + .row {
  margin-top: 23px;
}
.energy-container .accordion-area.energy {
  height: 166px;
}
.energy-container .accordion-area.energy .form-list > .row:first-child {
  display: none;
}
.energy-container .accordion-area.energy .form-list .energy-row-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.energy-container .accordion-area.energy .form-list .energy-row-group .row {
  width: 50%;
  margin-top: 23px;
}
.energy-container .accordion-area.energy .form-list .energy-row-group .meter-replacement {
  display: none;
}
.energy-container .accordion-area.energy .form-gap-md .label {
  margin-bottom: 0;
  line-height: 18px;
}
.energy-container .accordion-area.energy .energy-row-group .form-item + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 12px;
}
.energy-container .accordion-area.energy .energy-row-group .form-item + label .label {
  margin-top: 2px !important;
  font-size: 16px;
  font-weight: 500;
  color: #404252;
}
.energy-container .accordion-area.energy .energy-row-group .row:first-child .label {
  display: inline-block;
}
.energy-container .accordion-area.energy .energy-row-group .label {
  margin-bottom: 0;
}
.energy-container .accordion-area.energy .energy-row-group + .row {
  margin-top: 23px;
}
.energy-container .accordion-area.energy .subject {
  margin-top: 0;
}
.energy-container .accordion-area.energy.on {
  height: auto;
}
.energy-container .accordion-area.energy.on .form-list > .row:first-child {
  display: block;
}
.energy-container .accordion-area.energy.on .form-list .energy-row-group {
  display: block;
}
.energy-container .accordion-area.energy.on .form-list .energy-row-group .row {
  width: 100%;
  margin-top: 23px;
}
.energy-container .accordion-area.energy.on .form-list .energy-row-group .form-item .label {
  margin-top: 0;
}
.energy-container .accordion-area.energy.on .form-list .energy-row-group .meter-replacement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-row-energy .col-item:first-child {
  width: 60%;
}
.content-row-energy .col-item:last-child {
  width: 40%;
}
.content-row-energy .col-item + .col-item {
  margin-left: 12PX;
}
.content-row-energy .col-item .form-control {
  margin-top: 8px;
}
.content-row-energy .col-item .label {
  font-weight: 400;
  line-height: 18px;
}

/* 자재입출고 qr입력 */
.materials-list {
  padding-top: 20px;
}
.materials-list .box-gray {
  border: 1px solid #D2D6E1;
}
.materials-list .item {
  padding: 14px;
  border-radius: 6px;
  position: relative;
}
.materials-list .item + .item {
  margin-top: 12px;
}
.materials-list .item.vaild {
  border-color: #EE3F37;
}
.materials-list .item.vaild .vaild-text {
  display: block;
}
.materials-list .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.materials-list .text-area .title {
  font-size: 18px;
  line-height: normal;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.materials-list .text-area .type {
  color: #5B5D6B;
  font-size: 16px;
  line-height: normal;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.materials-list .bottom {
  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;
  margin-top: 12px;
}
.materials-list .bottom .inventory {
  font-size: 14px;
  color: #5B5D6B;
}
.materials-list .bottom .inventory .text {
  display: inline-block;
  margin-right: 13px;
  position: relative;
}
.materials-list .bottom .inventory .text::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  width: 1px;
  height: 10px;
  background-color: #D2D6E1;
}
.materials-list .bottom .vaild-text {
  display: none;
  font-size: 12px;
  color: #EE3F37;
  line-height: normal;
}
.materials-list .bottom .text-area {
  gap: 0;
}
.materials-list .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #B3B5BD;
  border-radius: 6px;
  background-color: #fff;
}
.materials-list .quantity input {
  width: 60px;
  height: 100%;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #282A3A;
  outline: none;
  border: none;
  -moz-appearance: textfield;
}
.materials-list .quantity input:focus-visible {
  outline: 1px solid #000;
}
.materials-list .quantity input::-webkit-outer-spin-button, .materials-list .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.materials-list .quantity .btn-plus, .materials-list .quantity .btn-minus {
  width: 40px;
  height: 40px;
  padding: 10px;
  font-size: 16px;
}
.materials-list .quantity .btn-plus {
  border-left: 1px solid #B3B5BD;
}
.materials-list .quantity .btn-minus {
  border-right: 1px solid #B3B5BD;
}
.materials-list .btn-group {
  position: absolute;
  top: 0;
  right: 0;
}

/* 자재입출고 qr입력 */
.materials-list{
	padding-top: 20px;
	.box-gray{
		border: 1px solid #D2D6E1;
	}
	.item{
		padding: 14px;
		border-radius: 6px;
		position: relative;

		& + .item{
			margin-top: 12px;
		}

		&.vaild{
			border-color: #EE3F37;
			.vaild-text{
				display: block;
			}
		}
	}
	.text-area{
		display: flex;
		flex-direction: column;
		gap: 4px;

		.title{
			font-size: 18px;
			line-height: normal;
			text-overflow: ellipsis;
			width: 100%;
			white-space: nowrap;
			overflow: hidden;
		}
		.type{
			color: #5B5D6B;
			font-size: 16px;
			line-height: normal;
			text-overflow: ellipsis;
			width: 100%;
			white-space: nowrap;
			overflow: hidden;
		}
	}
	.bottom{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 12px;

		.inventory{
			font-size: 14px;
			color: #5B5D6B;
			.text{
				display: inline-block;
				margin-right: 13px;
				position: relative;
				&::after{
					content: "";
					position: absolute;
					right: -8px;
					top: 50%;
					transform: translateY(-55%);
					width: 1px;
					height: 10px;
					background-color: #D2D6E1;
				}
			}
		}
		.vaild-text{
			display: none;
			font-size: 12px;
			color:#EE3F37;
			line-height: normal;
		}

		.text-area{
			gap: 0;
		}
	}

	.quantity{
		display: flex;
		align-items: center;
		border: 1px solid #B3B5BD;
		border-radius: 6px;
		background-color: #fff;
		input{
			width: 60px;
			height: 100%;
			padding: 8px 10px;
			font-size: 18px;
			font-weight: bold;
			line-height: normal;
			text-align: center;
			color: #282A3A;
			outline: none;
			border: none;
			&:focus-visible{
				outline: 1px solid #000;
			}
			-moz-appearance: textfield;

			&::-webkit-outer-spin-button,
			&::-webkit-inner-spin-button{
				-webkit-appearance: none;
				margin: 0;
			}

		}
		.btn-plus, .btn-minus{
			width: 40px;
			height: 40px;
			padding: 10px;
			font-size: 16px;
		}

		.btn-plus{
			border-left: 1px solid #B3B5BD;
		}
		.btn-minus{
			border-right: 1px solid #B3B5BD;
		}
	}

	.btn-group{
		position: absolute;
		top: 0;
		right: 0;
	}
}

/* Tabmenu */
.tab-list {
	display: flex;
	align-items: center;
	white-space: nowrap;

	height: 48px;

	li {
		position: relative;
		flex: 1 1 5em;
		height: 100%;
		border-bottom: 1px solid #E4E6EE;

		&.on {
			a {
				color: #101223;
				font-weight: bold;
			}

			&:before {
				content: '';
				position: absolute;
				bottom: -1px;
				height: 3px;
				width: 100%;
				background-color: #101223;
			}
		}
	}

	a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;

		height: 100%;
		padding: 0 10px;
		font-size: 0.16rem;
		font-weight: 500;
		color: $gray;
	}

}

.tab-content {
	display: none;
}

.tab-menu2{
	padding: 20px;
	border-bottom: 8px solid #E4E6EE;
	.tab-list{
		border: 1px solid #9496A1;
		border-radius: 8px;
		overflow: hidden;
	}
	li{
		border-bottom: none;
		&.on{
			background-color: #9C1116;
			&::before{
				display: none;
			}
			a{
				color: #fff;
			}
		}
	}
}

/* 메뉴 관리 ================================================================== */
.set-menu[data-popup=MODAL_setMenu] .container {
  padding: 20px 16px;
}
.set-menu[data-popup=MODAL_setMenu] .menu-list {
  margin: 0;
}
.set-menu[data-popup=MODAL_setMenu] .menu-list .list-item {
  background-color: #fff;
  position: relative;
}
.set-menu[data-popup=MODAL_setMenu] .menu-list .list-item .label-number {
  display: none;
}
.set-menu[data-popup=MODAL_setMenu] .menu-list .list-item a {
  padding-left: 20px;
}
.set-menu[data-popup=MODAL_setMenu] .menu-list .list-item .drag-handle {
  position: absolute;
  top: 50%;
  display: block;
  width: 80%;
  height: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/img-dots-gray@2x.png);
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position: 6px 50%;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: none;
      touch-action: none; /* 모바일 터치에서 꼭 필요 */
  z-index: 10;
}
.set-menu[data-popup=MODAL_setMenu] .menu-list .list-item.dragging {
  border: 1px solid #800A0E;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.set-menu[data-popup=MODAL_setMenu] .menu-list .list-item.dragging .drag-handle {
  background-image: url(../images/img-dots-primary@2x.png);
}
@media (min-width: 576px) {
  .set-menu[data-popup=MODAL_setMenu] .menu-list .list-item a {
    padding-left: 24px;
  }
  .set-menu[data-popup=MODAL_setMenu] .menu-list .list-item .drag-handle {
    background-position: 8px 50%;
    background-size: 10px 16px;
  }
}
.set-menu[data-popup=MODAL_setMenu] .menu-list .sortable-placeholder {
  width: 1px;
  background-color: #800A0E;
}

/* helper 요소에 적용될 전역 스타일 */
.list-item.dragging {
  border: 1px solid #800A0E;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.list-item.dragging .drag-handle {
  background-image: url(../images/img-dots-primary@2x.png);
  position: absolute;
  top: 50%;
  display: block;
  width: 80%;
  height: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position: 6px 50%;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: none;
      touch-action: none; /* 모바일 터치에서 꼭 필요 */
  z-index: 1000;
}

.sortable-placeholder {
  width: 1px;
  background-color: #800A0E;
}

.list-item.helper {
  width: calc(50% - 8px);
  height: 64px;
  margin: 0 4px 8px;
  border: 1px solid #800A0E;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  z-index: 10000 !important;
}

.list-item.helper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 16px;
  gap: 6px;
  width: 100%;
  position: relative;
  padding: 16px 16px 16px 20px;
}

.list-item.helper .tit {
  display: inline-block;
  font-size: 0.18rem;
  color: #282a3a;
  line-height: 95%;
  font-weight: 600;
}

@media (min-width: 576px) {
  .list-item.helper .tit {
    font-weight: 600;
    font-size: 0.26rem;
    line-height: 95%;
  }
  .list-item.dragging .drag-handle {
    background-position: 8px 50%;
    background-size: 10px 16px;
  }
  .list-item.dragging .ico {
    min-width: 28px;
    height: 28px;
  }
}

/* 메뉴관리 메뉴 추가 */
.set-menu[data-popup="MODAL_setMenu"]{
	.container{
		padding: 20px 16px;
	}
	.menu-list{
		margin: 0;
		.list-item{
			background-color: #fff;
			position: relative;
			.label-number{
				display: none;
			}
			a{
				padding-left: 20px;
			}
			.drag-handle{
				position: absolute;
				top: 50%;
				display: block;
				width: 80%;
				height: 100%;
				left: 0;
				transform: translateY(-50%);
				background: url(../images/img-dots-gray@2x.png);
				background-size: 8px 13px;
				background-repeat: no-repeat;
				background-position: 6px 50%;
				cursor: grab;
				touch-action: none; /* 모바일 터치에서 꼭 필요 */
				z-index: 10;
			}

			&.dragging{
				border: 1px solid #800A0E;
				box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
				.drag-handle{
					background-image: url(../images/img-dots-primary@2x.png);
				}
			}
			@include media-breakpoint-up(sm){
				a{
					padding-left: 24px;
				}
				.drag-handle{
					background-position: 8px 50%;
					background-size: 10px 16px;
				}
			}
		}
		.sortable-placeholder{
			width: 1px;
			background-color: #800A0E;
		}
	}
}
/* helper 요소에 적용될 전역 스타일 */
.list-item.dragging {
  border: 1px solid #800A0E;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.list-item.dragging .drag-handle {
  background-image: url(../images/img-dots-primary@2x.png);
	position: absolute;
				top: 50%;
				display: block;
				width: 80%;
				height: 100%;
				left: 0;
				transform: translateY(-50%);
				background-size: 8px 13px;
				background-repeat: no-repeat;
				background-position: 6px 50%;
				cursor: grab;
				touch-action: none; /* 모바일 터치에서 꼭 필요 */
				z-index: 10;
}

.sortable-placeholder {
  width: 1px;
  background-color: #800A0E;
}

.list-item.helper{
	width: calc(50% - 8px);
	height: 64px;
	margin: 0 4px 8px;
	border: 1px solid #800A0E;
	border-radius: 8px;
	background-color: #fff;
	position: relative;
}


.list-item.helper a{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 16px;
	gap: 6px;
	width: 100%;
	position: relative;
	padding: 16px 16px 16px 20px;
}

.list-item.helper .tit {
	display: inline-block;
	font-size: 0.18rem;
	color: #282a3a;
	line-height: 95%;
	font-weight: 600;
}

@media (min-width: 576px) {
	.list-item.helper .tit{
		font-weight: 600;
    font-size: 0.26rem;
    line-height: 95%;
	}

	.list-item.dragging .drag-handle{
		background-position: 8px 50%;
					background-size: 10px 16px;
	}
	.list-item.dragging .ico{
		min-width: 28px;
		height: 28px;
	}
}