@font-face {
  font-family: "Noto Sans KR";
  font-weight: 400;
  src: url("/fonts/notosanskr-regular.woff2") format("woff2"),
    url("/fonts/notosanskr-regular.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 500;
  src: url("/fonts/notosanskr-medium.woff2") format("woff2"),
    url("/fonts/notosanskr-medium.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 700;
  src: url("/fonts/notosanskr-bold.woff2") format("woff2"),
    url("/fonts/notosanskr-bold.woff") format("woff");
}

/* @font-face {
    font-family: 'Noto Sans KR';
    font-weight: 900;
    src: url('/fonts/notosanskr-black.woff2') format('woff2'),
          url('/fonts/notosanskr-black.woff') format('woff')
  } */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -1px;
  outline: none !important;
  word-break: break-all;
}
*:focus {
  outline: none;
}
*::selection {
  background-color: #000;
  color: #fff;
}
*::placeholder {
  color: #ccc;
}
html,
body {
  width: 100%;
  color: #333;
  font-size: 13px;
  background-color: #ffffff;
  max-width: 650px;
  margin: 0 auto;
}
body {
  float: left;
}
/* 엘리먼트 초기화 */
a {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
ul,
li {
  list-style: none;
}
button {
  border: 0;
  cursor: pointer;
}
label {
  cursor: pointer;
}
table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
tspan {
  letter-spacing: -0.5px !important;
}
input {
  outline: none;
  border: 0;
  letter-spacing: -0.5px;
}
input[type="file"] {
  display: none;
}

i.click {
  cursor: pointer;
}
.cp {
  cursor: pointer;
}

/* 필수값 */
.important:after {
  content: "*";
  color: red;
}
.importantLabel:after {
  content: "*";
  color: red;
}

/* float 값 */
.left {
  float: left;
}
.right {
  float: right;
}

/* se2 */
.se2Plugin {
  height: 350px;
  vertical-align: top;
}
.se2Plugin > textarea {
  opacity: 0;
}
.se2Plugin > iframe {
  height: 349px !important;
}

/* customCheckBox */
.customCheckBox i {
  cursor: pointer;
}
.customCheckBox .on {
  display: inline-block;
  color: #e0e0e0;
}
.customCheckBox .off {
  display: none;
  color: #cc3333;
}
.customCheckItem:checked + label .on {
  display: none;
}
.customCheckItem:checked + label .off {
  display: inline-block;
}

/* txtBox */
select.txtBox {
  border-radius: 0;
  min-width: 140px;
  height: 35px;
  float: left;
  color: #666;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
  letter-spacing: -0.5px;
}
select.listSet {
  border-radius: 0;
  width: 140px;
  height: 35px;
  float: left;
  color: #666;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
  letter-spacing: -0.5px;
  background-color: white;
}
input.txtBox {
  width: 100%;
  height: 35px;
  float: left;
  color: #666;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
  letter-spacing: -0.5px;
}
textarea.txtBox {
  width: 100%;
  height: 150px;
  float: left;
  color: #666;
  border: 1px solid #e1e1e1;
  padding: 10px;
  letter-spacing: -0.5px;
  resize: none;
}
input.halfBox {
  width: 49%;
  height: 35px;
  float: left;
  color: #666;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
  letter-spacing: -0.5px;
}
span.tiled {
  width: 2%;
  height: 35px;
  float: left;
  line-height: 35px;
  text-align: center;
}
div.click {
  cursor: pointer;
}
div.click:hover {
  background-color: #fafafa;
}

.txtBox::placeholder {
  color: #ccc;
}
.txtBox::-webkit-input-placeholder {
  color: #ccc;
}
.txtBox::-ms-input-placeholder {
  color: #ccc;
}
.txtBox::-mos-input-placeholder {
  color: #ccc;
}
.txtBox:focus {
  border: 1px solid #ccc;
}
.txtBox::-webkit-scrollbar {
  background-color: #fff;
}

/* 드래그 금지 */
.drag {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.drag * {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

/* letter spacing */
.e {
  letter-spacing: -0.5px;
}
.e * {
  letter-spacing: -0.5px;
}

/* display */
.dpn {
  display: none;
}

/* 버튼 */
.typeBtn {
  width: 100px;
  height: 48px;
  line-height: 48px;
  float: left;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #666;
  background-color: #666;
  color: #fff;
  text-align: center;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.typeBtn > i {
  margin-right: 6px;
}

.btnMain {
  background-color: #354c8f;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.btnBlack {
  border: 1px solid #000;
  background-color: #000;
}
.btnGray01 {
  border: 1px solid #999;
  background-color: #999;
}
.btnGray02 {
  border: 1px solid #bbb;
  background-color: #fff;
  color: #999;
}
.btnRed {
  border: 1px solid #cd3333;
  background-color: #cd3333;
}
.btnOrange {
  border: 1px solid #fe7b35;
  background-color: #fe7b35;
}
.btnIndigo {
  border: 1px solid #192241 !important;
  background-color: #192241 !important;
  color: #fff !important;
}
.btnIndigo02 {
  border: 1px solid #192241 !important;
  background-color: #fff !important;
  color: #192241 !important;
}
.btnIndigo > i {
  margin-right: 6px !important;
}
.btnSky {
  border: 1px solid #6b7fba;
  background-color: #6b7fba;
}
.btnSkys {
  border: 1px solid #dee5fa;
  background-color: #dee5fa;
  color: #333;
}
.btnGreen01 {
  border: 1px solid #207244;
  background-color: #207244;
}
.btnGreen02 {
  border: 1px solid #207244 !important;
  background-color: #fff;
  color: #207244 !important;
}
.btnGreen02 > i {
  margin-right: 6px !important;
}

.btnListMini {
  width: 85px;
  height: 25px;
  float: none;
  line-height: 25px;
  border: 1px solid #6e7dbe;
  background-color: #fff;
  color: #6e7dbe;
  font-size: 12px;
  margin-top: 5px;
}
.btnListMini > i {
  margin-right: 0;
  margin-left: 3px;
}

/* loading */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}
#loading * {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
#loading > #loadingPercent {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  text-align: center;
  line-height: 50px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #333;
  text-shadow: 0 0 2px #fff;
}
#loading > #loadingItem {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-top-color: #4b88b5;
  border-radius: 50%;
  animation: loading 1s ease-in-out infinite;
  -webkit-animation: loading 1s ease-in-out infinite;
}

@keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 팝업영역 */
iframe {
  width: 100%;
  min-height: 100px;
  max-height: 95vh;
}

.popupWrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.popupBox {
  width: 90%;
  float: left;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.42);
}
.popupBox.small {
  width: 800px;
  left: 50%;
  margin-left: -400px;
}

.popupBox > .titWrap {
  width: 100%;
  float: left;
  background-color: #cc3333;
  padding: 0 5%;
}
.popupBox > .titWrap > .left {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
/* .popupBox > .titWrap > .left > .guide { font-size: 13px; font-weight: 500; margin-left: 15px; opacity: 0.7; } */
/* .popupBox > .titWrap > .left > div { height: 50px; line-height: 50px; float: left; color: #FFF; } */
.popupBox > .titWrap .popupCloseBtn {
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  float: right;
  text-align: right;
}
.popupBox > .titWrap .popupCloseBtn i {
  width: 100%;
}

.popupBox > .popupContentsWrap {
  width: 100%;
  float: left;
  text-align: left;
}

.popupContainer {
  width: 100%;
  float: left;
  padding: 5%;
  overflow-y: auto;
  background-color: #fff;
}
.popupContainer::-webkit-scrollbar {
  background-color: #fff;
}
.popupContainer::-webkit-scrollbar-thumb {
  border: 1px solid #fff;
}
.popupContainer > .btnWrap {
  width: 100%;
  height: 80px;
  line-height: 80px;
  float: left;
  text-align: center;
}
/* .popupContainer > .btnWrap > .typeBtn { float: none; display: inline-block; margin: 0 2px; background: #192241; } */
.popupContainer .pageGuideWrap {
  margin-top: 30px !important;
}

/* .popupWrap.mini { z-index: 1000; background-color: rgba(0, 0, 0, 0); } */
/* .popupWrap.mini .popupBox { border: 1px solid #EEE; box-shadow: 0 8px 40px rgba(0, 0, 0, 0.26); } */
/* .popupWrap.mini .popupBox > .popupTitleWrap { background-color: #FFF !important; border-bottom: 1px solid #E1E1E1; } */
/* .popupWrap.mini .popupBox > .popupTitleWrap > .left > div { height: 55px; line-height: 55px; color: #333; } */

/* datepicker */
.ui-widget.ui-widget-content {
  border: 0 !important;
  border-radius: 5px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
  padding: 0 !important;
  overflow: hidden;
  margin-top: 5px;
  width: 220px !important;
  z-index: 9999999 !important;
}
.ui-datepicker .ui-datepicker-header {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #333 !important;
  padding: 8px 50px !important;
  margin: 0 !important;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 !important;
}
.ui-datepicker table {
  margin: 5px 0 !important;
}
.ui-datepicker td a {
  text-align: center !important;
  font-weight: 500 !important;
  border: 0 !important;
  background: none !important;
  font-size: 12px !important;
  color: #333 !important;
  border-radius: 3px;
  transition: background-color 0.2s;
}
.ui-datepicker td a:hover {
  background-color: #f2f2f2 !important;
}
.ui-datepicker td span {
  text-align: center !important;
  font-weight: 500 !important;
  border: 0 !important;
  background: none !important;
  font-size: 12px !important;
  color: #ccc !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background-color: #f2f2f2 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  color: #fff !important;
  font-weight: bold !important;
  background-color: #666 !important;
}
.ui-state-active:hover,
.ui-widget-content .ui-state-active:hover {
  color: #fff !important;
  font-weight: bold !important;
  background-color: #666 !important;
}
.ui-datepicker th {
  font-size: 12px !important;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  text-align: center !important;
  top: 0 !important;
}
.ui-datepicker .ui-datepicker-next {
  right: 0 !important;
}
.ui-datepicker .ui-datepicker-next::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  opacity: 0.2;
  transition: opacity 0.5s;
}
.ui-datepicker .ui-datepicker-next:hover::after {
  opacity: 1;
}
.ui-datepicker .ui-datepicker-next > span {
  display: none !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0 !important;
}
.ui-datepicker .ui-datepicker-prev::after {
  content: "\f0a8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  opacity: 0.2;
  transition: opacity 0.5s;
}
.ui-datepicker .ui-datepicker-prev:hover::after {
  opacity: 1;
}
.ui-datepicker .ui-datepicker-prev > span {
  display: none !important;
}

.ui-datepicker .ui-datepicker-next-hover {
  background-color: #333 !important;
  border: 0 !important;
  top: 0 !important;
  right: 0 !important;
}
.ui-datepicker .ui-datepicker-prev-hover {
  background-color: #333 !important;
  border: 0 !important;
  top: 0 !important;
  left: 0 !important;
}

.ui-datepicker select {
  border: none !important;
  background-color: #333 !important;
  font-weight: bold;
  color: #fff !important;
  font-size: 15px !important;
  cursor: pointer !important;
  letter-spacing: -0.5px !important;
  margin: 0 !important;
  float: left;
  width: 50% !important;
}

.ui-timepicker-standard {
  z-index: 9999999 !important;
  border: 0 !important;
  background: none !important;
  height: 222px !important;
}
.ui-widget.ui-widget-content.ui-timepicker {
  width: calc(100% - 0.5px) !important;
}
.ui-timepicker-standard .ui-state-hover {
  background-color: #f5f5f5 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.ui-timepicker-standard a {
  font-size: 13px !important;
  letter-spacing: -0.5px;
}
.ui-timepicker-viewport::-webkit-scrollbar {
  background-color: #fff;
}

/* 체크박스 커스텀 */
label.checkBox {
  width: 16px;
  height: 16px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

label.checkBox > input {
  display: none;
}

label.checkBox > i {
  width: 100%;
  vertical-align: middle;
  font-size: 11px !important;
  color: #cc3333 !important;
  text-align: center;
  opacity: 0;
}

label.checkBox > input:checked + i {
  opacity: 1;
}

label.checkBox.Y {
  cursor: default;
}

label.radioBox {
  width: 16px;
  height: 16px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
}

label.radioBox > input {
  display: none;
}

label.radioBox > i {
  width: 100%;
  vertical-align: middle;
  font-size: 10px !important;
  color: #cc3333 !important;
  text-align: center;
  opacity: 0;
}

label.radioBox > input:checked + i {
  opacity: 1;
}

/* 페이징영역 */
.pagingWrap {
  width: 100%;
  float: left;
  margin-top: 30px;
  overflow: hidden;
}
.pagingWrap > ul {
  width: 100%;
  float: left;
  text-align: center;
  opacity: 0;
  left: 50%;
}
.pagingWrap > ul > li {
  float: left;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.pagingWrap > ul > li > * {
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  float: left;
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 0 5px;
  color: #aaa;
  margin: 0 0.5px;
}
.pagingWrap > ul > li > span {
  border-color: #4b88b5 !important;
  color: #4b88b5;
}
.pagingWrap > ul > li:first-of-type > * {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pagingWrap > ul > li:last-of-type > * {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#footerbox {
  width: 100%;
  float: left;
  /* background-color: #1a234e; */
  color: white;
  padding: 5% 1%;
  min-height: 85px;
}

/* toggle */
label.toggle {
  cursor: pointer;
  background-color: #eee;
  width: 60px;
  height: 30px;
  float: left;
  transition: all 0.5s;
  padding: 5px 7px;
  border-radius: 25px;
}
label.toggle > div {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  float: left;
  transition: all 0.5s;
  left: 0;
}
input.toggle {
  display: none;
}
input.toggle:checked + label.toggle {
  background-color: #2790ff;
}
input.toggle:checked + label.toggle > div {
  left: 26px;
}

.fontup {
  font-size: 17px;
}

select.commonForm {
  min-width: 140px;
  height: 35px;
  float: left;
  color: #666;
  border: 1px solid #ebebeb;
  padding: 0 10px;
  letter-spacing: -0.5px;
}
input.commonForm {
  width: 100%;
  height: 35px;
  float: left;
  color: #666;
  border: 1px solid #ebebeb;
  padding: 0 10px;
  letter-spacing: -0.5px;
}
label.commonForm {
  width: 200px;
  height: 30px;
  line-height: 30px;
  float: left;
  color: #666;
  border: 1px solid #ebebeb;
  padding: 0 10px;
  letter-spacing: -0.5px;
}
textarea.commonForm {
  width: 100%;
  height: 100px;
  float: left;
  color: #666;
  border: 1px solid #ebebeb;
  padding: 10px;
  letter-spacing: -0.5px;
  resize: none;
}

/* 페이징 */
.listPagingBox {
  width: 100%;
  float: left;
  text-align: center;
}
.listPagingBox > ul {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.listPagingBox > ul > li {
  width: auto;
  float: left;
  margin: 0 5px;
}

.listPagingBox li * {
  width: 3vh;
  height: 3vh;
  line-height: 3vh;
  text-align: center;
  float: left;
  border: 1px solid #d6d6d6;
  font-size: 14px;
}
.listPagingBox li.active * {
  border-color: transparent;
  background-color: #9a9a9a;
  color: white;
}
