@charset "UTF-8";
/* @import "all.min.css"; */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,a{margin:0;padding:0; box-sizing:border-box}
fieldset,img{border:0}
img{vertical-align:top}
dl,ul,ol,menu,li{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
input,select,textarea,button{color:#333; font-size:100%; vertical-align:middle; box-sizing:border-box; border:0 none}
button{cursor:pointer; border:0;}
table{border-spacing:0;border-collapse:collapse;width:100%;table-layout:fixed;text-align:center;}
body{-webkit-text-size-adjust: antialiased; -moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: subpixel-antialiased; font-smooth: always;transform: rotate(-0.0000000001deg);text-shadow: 0 0 1px rgba(0,0,0,0.1);}/*웹폰트 안깨져보이게*/

input:checked[type='checkbox']{background-color:#666;-webkit-appearance:checkbox}
input[type='submit'],input[type='reset'],input[type='file']{border-radius:0;-webkit-appearance:button}
input[type='number'],input[type='tel'], textarea,select{border-radius:0}

textarea:focus{outline:none}
a{color:inherit;text-decoration:none;outline:none}
a:active,a:hover{text-decoration:none}
address,caption,cite,code,dfn,em,var{font-weight:normal;font-style:normal}
legend{overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;line-height:0;white-space:normal;word-wrap:break-word;word-break:break-all;clip:rect(0,0,0,0)}
caption{overflow:hidden;width:1px;height:1px;margin-top:-1px;padding:0;font-size:1px;line-height:0;color:transparent;white-space:nowrap;text-overflow:ellipsis;*height:0;text-indent:-999px\9}
caption.blind{position:static;margin:-1px 0 0;*height:0}
caption.blind:before{display:none}
caption .blind{position:static}
caption .blind:before{display:none}
.btn, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {box-shadow:none;}
.progress, .progress-success .bar, .progress .bar-success, .progress-warning .bar, .progress .bar-warning, .progress-danger .bar, .progress .bar-danger, .progress-info .bar, .progress .bar-info, .btn, .btn-primary {background-image:none;}

html,
body {
  user-select: none;
  /* overflow-x: hidden; */
  width: 100vw;
  height: 100vh;
  display: flex;
}

body,
input,
textarea,
select {
  font-size: 14px;
  letter-spacing: -.07rem;
  line-height: 1.5;
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow: hidden;
  word-break: break-word;
  display: flex;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
  cursor: pointer;
}

div[onclick] {
  cursor: pointer;
}

input {
  -webkit-appearance: none;
  outline: none;
  text-indent: .5rem;
  box-shadow: 0 0 0 0;
}

input[readonly]:focus,
textarea[readonly]:focus {
  outline: 0 none !important
}

input,
select {
  background: transparent;
  padding: .5rem;
  border-radius: 3px;
  border: 1px solid #DDD;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  width: 100%;
  outline: 1px solid #EEE;
  padding: .5rem;
  box-shadow: 0 0 0 0;
}

textarea:focus {
  outline: 1px solid #AAA !important;
}

.search-cancel-button {
  position: relative;
  top:.5rem;
  right: 2rem;
  width: 14px;
  height: 14px;
  background: url(../images/ico/close.png) center no-repeat;
  background-size: 14px 14px;
  padding: 1rem;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
  display: none
}

input[type="date"] {
  padding-right: 2rem;
  background: url(../images/ico/calendar.png) center right .5rem no-repeat !important;
  background-size: 14px 14px !important
}

input[type="time"],
input.time-select {
  height: 40px;
  padding-right: 2rem;
  text-align: dDCD dcenter;
  background: url(../images/ico/clock.png) center right .5rem no-repeat !important;
  background-size: 14px 14px !important;
  overflow: hidden
}

input[type="search"], .input-search {
  border-radius: 5px;
  border:0;
  position: relative
}
select {
  border: 1px solid #EEE;
}

h1 {
  font-size: 18px
}

h2 {
  font-size: 17px;
  font-weight: normal
}

h3 {
  font-size: 16px
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 15px;
  font-weight: normal;
  padding: .2rem 0
}

h6 {
  font-size: 14px;
  font-weight: normal
}

sub {
  font-size: 14px;
  color: #939699;
  text-align: center;
  display: block;
  margin-bottom: .5rem;
}

.info {
  color: #316CFF;
  margin: 1rem auto;
  position: relative
}

.info:before {
  content: '';
  background: url(../images/ico/info.png) top left no-repeat !important;
  background-size: 16px 16px !important;
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: middle
}

.caution {
  color: #939699;
  margin: 1rem auto;
  position: relative
}

.caution:before {
  content: '';
  background: url(../images/ico/caution.png) top left no-repeat !important;
  background-size: 16px 16px !important;
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: middle
}

.fd-col {
  flex-direction: column
}

.fd-col button {
  margin-top: .5rem !important
}

.red {
  color: #F94646
}

.txt-blue {
  color: #4C78C8 !important
}

.txt-orange {
  color: #F28D21 !important
}

.txt-gray {
  color: #939699 !important
}

.bg-gray {
  background: #F6F7F8 !important
}

.bg-gray-2 {
  background-color: #EEE !important
}

.bg-lightgray {
  background-color: #D3D6D9 !important
}

.bg-lightgreen {
  background-color: #D5F1D7 !important
}

.bg-lightblue {
  background-color: #E5EBF7 !important
}

.bg-lightyellow {
  background-color: #FFFCCC !important
}

.bg-lightred {
  background-color: #FEDADA !important
}

.border-gray {
  border: 1px solid #A3A6A9 !important;
  color: #939699 !important
}

.status.open,
.status.skyblue,
.bg-skyblue {
  background-color: #71BBEE !important
}

.status.ing,
.status.orange,
.bg-orange {
  background-color: #F28D21 !important
}

.status.stop,
.status.gray,
.bg-gray-3 {
  background-color: #A3A6A9 !important
}

.status.done,
.status.green,
.bg-green {
  background-color: #2FBA35 !important
}

.status.rejected,
.status.red,
.bg-red {
  background-color: #F94646 !important
}

.status.circle {
  min-width: auto;
  background: #EEE;
  color: #333;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border-radius: 50%
}


.green-border {
  color: #2FBA35;
  border: 1px solid #2FBA35;
  border-radius: 3px;
  text-align: center
}

.tags {
  display: flex;
  flex-wrap: wrap
}

.tags li {
  background-color: #EEE !important;
  color: #7F9ED8;
  padding: .2rem .7rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  border-radius: 3px
}

.w50p {
  width: 50%
}

.wrapper {
  padding: .5rem !important
}

.hidden {
  visibility: hidden
}

.col-3 li {
  width: 33.333%
}

i {
  font-style: normal !important
}

i.fa {
  text-indent: 0 !important
}

i.fa-question-circle {
  color: #b2c5e7;
  margin-left: 5px;
  font-size: 20px;
  vertical-align: middle
}

i.fa-angle-left,
i.fa-angle-right {
  padding: 1rem
}

.home {
  background: url(../images/ico/home.png) center center no-repeat;
  width: 20px;
  height: 100%;
  background-size: contain
}

.settings {
  background: url(../images/ico/cog.png) center center no-repeat;
  width: 20px;
  height: 100%;
  background-size: contain
}

.close {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  cursor: pointer
}

.close::before,
.close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000
}

.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s
}

.active {
  visibility: visible !important;
  opacity: 1 !important
}

.status,
.progress {
  box-sizing: border-box;
  font-weight: normal;
  text-indent: 0;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  min-width: 50px;
  padding: 0 .5rem;
  position: absolute;
  border-radius: 3px;
  color: white
}

.progress {
  color: #003EB1;
  border: 1px solid #B2C5E7;
  max-width: 4rem
}

.new .progress {
  position: relative
}

.new .progress:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -.5rem;
  width: 6px;
  height: 6px;
  background: #F94646;
  border-radius: 50%
}

.filter,
.sort {
  background: white;
  border-radius: 3px;
  border: 1px solid #E3E6E9;
  background-position: center right .5rem;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  margin-left: .5rem
}

.filter {
  background-image: url(../images/ico/filter.png)
}

.sort {
  background-image: url(../images/ico/sort.png)
}

.show-checkbox {
  background-image: url(../images/ico/select.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  width: 2rem;
  height: 2rem
}

.show-checkbox.active {
  background-image: url(../images/ico/select_off.png);
}

/* Aside Menu */
aside {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  right: -80vw;
  position: fixed;
  z-index: 50;
  background: #fff;
  user-select: none;
  flex: 0 0 auto;
  overflow-y: auto;
  border-right: 1px solid #EBEBEB;
  width: 80vw;
  height: 100%;
  text-align: center;
  transition: .2s ease-in-out;
  border-left: 2px solid #fb973b;
  display: none;
}

aside.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  right: 0;
  z-index: 100;
  display: block;
}

aside header {
  border-bottom: 1px solid #f2f2f2 !important
}

aside header li {
  float: left;
  margin-left: 1rem
}

aside section {
  padding: 2rem 1rem; 
}

aside section li {
  padding: .6rem 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  color: #808080;
  font-weight: 400;
  font-size: 15px;
}
aside section li.bar{
  border-bottom: 1px solid #f2f2f2;
  padding: 0;
  margin: .5rem 0;
}
aside section li:first-child {
  padding-top: 0
}

aside li.menu-title {
  text-align: left;
  font-weight: bold;
  line-height: 30px;
  border-bottom: 1px solid #B3B6B9
}
.hidden {
  visibility: hidden;
}

/* Main Content */
.main-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative
}

.main-content h1 {
  text-align: center
}


/* header */
.main-content>header,
aside header,
.aside-settings header {
  flex: 0 0 auto;
  box-sizing: border-box;
  position: relative;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
}

header .back {
  float: left;
  margin-top: 1rem;
  border: 1px solid #595757;
  border-width: 0 0 2px 2px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  transition: .3s ease-in-out;
}

header h3 {
  color: #003EB1;
  font-family: '돋움';
  font-weight: normal
}
 
/* Hamburger Menu */
.menu {
  width: 20px;
  height: 20px;
  margin-top: 1rem;
  position: relative;
  transition: .25s ease-in-out;
}

.menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #595757;
  top: 8px;
  transform: rotate(0deg);
  transition: .25s ease-in-out
}

.menu span:nth-child(1) {
  top: 0
}

.menu span:nth-child(4) {
  top: 16px
}

.menu.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%
}

.menu.open span:nth-child(2) {
  transform: rotate(45deg)
}

.menu.open span:nth-child(3) {
  transform: rotate(-45deg)
}

.menu.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%
}

/* Modal */
.modal-backdrop,
.modal-backdrop2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 31;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s
}

.modal-backdrop2 {
  z-index: 75
}

.modal {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 2rem);
  background: white;
  transform: translate(-50%, -50%);
  border-radius: .5rem;
  transition: .25s
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 50;
}

.modal-inside.active {
  z-index: 100;
}

.modal header {
  padding: 1rem;
  border-bottom: 1px solid #EEE;
  text-align: center;
  background: #f8f8f8;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.modal a:first-of-type {
  margin-right: 1rem
}

.modal a:hover,
.modal a:focus {
  transition: .2s;
  color: #003EB1
}

.modal h5 {
  text-align: center;
  margin-bottom: .5rem
}

.modal select {
  width: 100%
}

.modal input {
  display: inline-block
}

.modal .list-title {
  margin-bottom: 0
}

.modal .input-container button {
  text-align: center
}

.modal .btn-container {
  display: flex;
  height: 3rem
}

.modal .btn-container button {
  flex: 1 1 auto;
  height: auto;
  margin: 0 !important
}

.modal .btn-container button:first-child {
  border-radius: 0 0 0 5px
}

.modal .btn-container button:last-child {
  border-radius: 0 0 5px 0
}

.modal .btn-container button.cancel2 {
  border-radius: 0 0 5px 5px
}

.modal .content {
  max-height: 50vh;
  overflow-y: auto;
  padding: .5rem;
  margin: .5rem;
}

.modal .input-container input {
  width: 100%;
}

.modal li {
  display: flex;
  justify-content: space-between
}

.modal li p:before {
  content: '- '
}

.modal .border-container {
  margin: 0 0 .5rem;
}

.modal .container {
  background: #F6F7F8;
  border: 0;
  border-radius: .5rem
}

.container-border-title {
  background: #F6F7F8;
  margin-bottom: .5rem;
  border: 0;
  border-radius: .5rem
}

.container-border-title strong {
  display: block;
  text-indent: 1rem;
  border-bottom: 1px solid #EEE;
  margin-bottom: .5rem;
  padding: .5rem 0;
  text-align: left
}
.input-container {
  display: flex;
  align-items: center;
  padding: .5rem 0;
  border-bottom: 1px solid #EEE;
  position: relative;
}
.input-container:first-child{
  padding-top: 0;
}
.input-container .tit{
  display: inline-block;
  width: 25%;
  padding-left: 10px;
  font-weight: 600;
}
.input-container input {
  width: 70%;
  border: 0 none;
  padding: .5rem 0;
  background: transparent;
}

.btn-container button{
  font-weight: bold;
  font-size: 16px;
}
.modal button{
  color:#808080;
}
.modal button.main {
  border: 0;
  background: url(../images/bg_m.png) center top;
  background-size: 100%;
  color: white;
  text-shadow: 1px 1px 2px #de903f;
}
/* 212023_추가 */
.modal .input-container.checkbox{
  border: 0;
  margin-top: 0.5rem;
}
.modal .input-container.checkbox input[type='checkbox']{
  width: 18px;
  height: 18px;
  margin: 1px 0 0 10px; 
  border: 1px solid #eee;  
}
.modal .text {
  margin-left: 1rem;
  font-size: 13px;
  color: #595757;
}
.modal .text a{
  text-decoration: underline;
}
.modal .text a:first-of-type{
  margin: 0;
}
/* 212023_추가 끝 */

@media screen and (min-width: 769px) {
  .modal-backdrop{display: none;}
  aside{
    width: 30vw;
  }
  .modal{
    width: 600px;
    box-shadow: 1px 1px 3px rgb(202 202 202);
    border: 1px solid #b3b3b3;
  }
 
  
