@charset "UTF-8";

/* 리셋 */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:after,:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,th,td,input,select,textarea,button {
  margin: 0;
  padding: 0;
}

dl,ul,ol,menu,li {
  list-style: none;
}

caption,code,em,var {
  font-style: normal;
}

img,fieldset,iframe {
  border: 0 none;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

canvas,iframe,img,svg,video {
  vertical-align: middle;
}

input,select,textarea,button {
  vertical-align: middle;
}

textarea {
  resize: none;
}

input::-ms-clear {
  display: none;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

button,input[type=button],input[type=submit],input[type=reset],input[type=file] {
  border-radius: 0;
  -webkit-appearance: button;
}

input[type=image],input[type=text],input[type=submit],input[type=password],input[type=search] {
  border-radius: 0;
  -webkit-appearance: none;
}

input:checked[type=checkbox] {
  -webkit-appearance: checkbox;
  background-color: transparent;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

caption,legend {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

a {
  text-decoration: none;
  select-dummy: expression(this.hideFocus=true);
}

body,h1,h2,h3,h4,h5,h6,th,td,input,select,textarea,button {
  /* font family, letter-spacing etc...*/
}

textarea,input {
  -webkit-apperence: none;
}

article,details,figure,footer,header,nav,section,main,menu {
  display: block;
}

q {
  quotes: none;
}

q:before,q:after {
  content: "";
  content: none;
}

sub {
  line-height: 0;
}

html,body {
  width: 100%;
}

ul:after,ol:after {
  content: "";
  clear: both;
  display: block;
}

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../fonts/woff2/Pretendard-Black.woff2") format("woff2"), url("../fonts/woff/Pretendard-Black.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../fonts/woff2/Pretendard-ExtraBold.woff2") format("woff2"), url("../fonts/woff/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../fonts/woff2/Pretendard-Bold.woff2") format("woff2"), url("../fonts/woff/Pretendard-Bold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../fonts/woff2/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/woff/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../fonts/woff2/Pretendard-Medium.woff2") format("woff2"), url("../fonts/woff/Pretendard-Medium.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("../fonts/woff2/Pretendard-Regular.woff2") format("woff2"), url("../fonts/woff/Pretendard-Regular.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../fonts/woff2/Pretendard-Light.woff2") format("woff2"), url("../fonts/woff/Pretendard-Light.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("../fonts/woff2/Pretendard-ExtraLight.woff2") format("woff2"), url("../fonts/woff/Pretendard-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../fonts/woff2/Pretendard-Thin.woff2") format("woff2"), url("../fonts/woff/Pretendard-Thin.woff") format("woff");
}

:root {
  --rec-primary: #3c78fd;
  --text-color: #383c45;
  --text-color-gray: rgba(56, 60, 69, 0.5);
  --line-color: #d9d9d9;
  --background-color: #f3f5f8;
}

* {
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all;
  word-wrap: break-word;
}

*::-webkit-input-placeholder {
  color: #313437;
  opacity: 0.4;
}

*:-moz-placeholder {
  color: #313437;
  opacity: 0.4;
}

*::-moz-placeholder {
  color: #313437;
  opacity: 0.4;
}

*:-ms-input-placeholder {
  color: #313437;
  opacity: 0.4;
}

html {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-style: -ms-autohiding-scrollbar;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

html.overflow {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  letter-spacing: -0.5px;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

em.red {
  color: #ff5555;
}

em.blue {
  color: var(--rec-primary);
}

em.gray {
  color: var(--text-color-gray);
}

em.orange {
  color: #e68621;
}

.skip-navigation a {
  position: absolute;
  left: -99999%;
  text-decoration: none;
}

.skip-navigation a:focus {
  display: block;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
  width: 100%;
  height: 50px;
  color: var(--text-color);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 14px;
  background-color: var(--background-color);
  border: 1px solid transparent;
  border-radius: 6px;
}

input[type=color].min,input[type=date].min,input[type=datetime-local].min,input[type=datetime].min,input[type=email].min,input[type=month].min,input[type=number].min,input[type=password].min,input[type=search].min,input[type=tel].min,input[type=text].min,input[type=time].min,input[type=url].min,input[type=week].min,select.min {
  min-width: 80px;
  width: 80px;
  text-align: center;
  padding: 0 6px;
}

input[type=color] + .close,input[type=date] + .close,input[type=datetime-local] + .close,input[type=datetime] + .close,input[type=email] + .close,input[type=month] + .close,input[type=number] + .close,input[type=password] + .close,input[type=search] + .close,input[type=tel] + .close,input[type=text] + .close,input[type=time] + .close,input[type=url] + .close,input[type=week] + .close,select + .close {
  display: none;
}

input[type=color].center,input[type=date].center,input[type=datetime-local].center,input[type=datetime].center,input[type=email].center,input[type=month].center,input[type=number].center,input[type=password].center,input[type=search].center,input[type=tel].center,input[type=text].center,input[type=time].center,input[type=url].center,input[type=week].center,select.center {
  text-align: center;
  padding: 0;
}

input[type=color].right,input[type=date].right,input[type=datetime-local].right,input[type=datetime].right,input[type=email].right,input[type=month].right,input[type=number].right,input[type=password].right,input[type=search].right,input[type=tel].right,input[type=text].right,input[type=time].right,input[type=url].right,input[type=week].right,select.right {
  text-align: right;
}

input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus {
  outline: none;
  border-color: var(--line-color);
  background-color: #fff;
}

input[type=color].invalid,input[type=date].invalid,input[type=datetime-local].invalid,input[type=datetime].invalid,input[type=email].invalid,input[type=month].invalid,input[type=number].invalid,input[type=password].invalid,input[type=search].invalid,input[type=tel].invalid,input[type=text].invalid,input[type=time].invalid,input[type=url].invalid,input[type=week].invalid,select.invalid {
  border-color: #ff5555;
  color: #ff5555;
}

input[type=color].line,input[type=date].line,input[type=datetime-local].line,input[type=datetime].line,input[type=email].line,input[type=month].line,input[type=number].line,input[type=password].line,input[type=search].line,input[type=tel].line,input[type=text].line,input[type=time].line,input[type=url].line,input[type=week].line,select.line {
  height: 60px;
  border: none;
  border-bottom: 1px solid var(--line-color);
  border-radius: 0;
  background-color: #fff;
  font-size: 2rem;
}

textarea {
  color: #494949;
  width: 100%;
  height: 100px;
  font-size: 1.6rem;
  padding: 14px;
  line-height: 1.5;
  border-radius: 6px;
  background-color: var(--background-color);
  border: 1px solid transparent;
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
}

textarea.invalid {
  border-color: #ff5555;
  color: #ff5555;
}

textarea:focus {
  outline: none;
  border-color: var(--line-color);
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/selected-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px;
  padding-right: 30px;
  font-size: 1.7rem;
  font-weight: 600;
}

select:focus {
  outline: none;
  border-color: var(--line-color);
  background-color: #fff;
}

select.min {
  text-align: left;
  padding: 0 20px 0 14px;
}

.file .btn {
  width: 100%;
  height: 100%;
}

.file input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.checkbox,.radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
}

.checkbox.agree input:checked + span:before,.radio.agree input:checked + span:before {
  background: url("../images/admin-crud-checkbig-on.png") no-repeat center;
  background-size: contain;
}

.checkbox.agree span,.radio.agree span {
  font-size: 1.6rem;
  color: var(--text-color);
  font-weight: 400;
  padding-left: 30px;
}

.checkbox.agree span:before,.radio.agree span:before {
  width: 24px;
  height: 24px;
  background: url("../images/admin-crud-checkbig-off.png") no-repeat center;
  background-size: contain;
}

.checkbox.block,.radio.block {
  margin: 0 !important;
  width: 100%;
  display: block;
  position: relative;
}

.checkbox.block.button,.radio.block.button {
  width: auto;
}

.checkbox.block.button span,.radio.block.button span {
  height: 100%;
  min-height: 42px;
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 2px;
  padding-left: 14px;
  padding-right: 14px;
}

.checkbox.block.button span:before,.radio.block.button span:before {
  width: 16px;
  height: 12px;
}

.checkbox.block.global-checkbox input:checked + span,.radio.block.global-checkbox input:checked + span {
  background-color: var(--rec-primary);
  border-color: var(--rec-primary);
  color: #fff;
}

.checkbox.block.global-checkbox input:checked + span:before,.radio.block.global-checkbox input:checked + span:before {
  background: url("../images/app-crudCheck-white.png") no-repeat center;
  background-size: contain;
}

.checkbox.block.global-checkbox input:checked + span b,.radio.block.global-checkbox input:checked + span b {
  color: #fff;
}

.checkbox.block.global-checkbox span b,.radio.block.global-checkbox span b {
  color: var(--text-color);
  font-size: 1.9rem;
  font-weight: 700;
}

.checkbox.block .btn-text,.radio.block .btn-text {
  position: absolute;
  color: #81878c;
  font-weight: 600;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 21px;
  z-index: 2;
}

.checkbox.block input:checked + span,.radio.block input:checked + span {
  color: var(--rec-primary);
  background-color: #fff;
  border-color: #98b9ff;
  font-weight: 600;
}

.checkbox.block input:checked + span b,.radio.block input:checked + span b {
  color: var(--rec-primary);
}

.checkbox.block input:checked + span:before,.radio.block input:checked + span:before {
  background: url("../images/app-crudChecked.png") no-repeat center;
  background-size: contain;
}

.checkbox.block input:disabled + span,.radio.block input:disabled + span {
  color: var(--text-color);
  background-color: #fff;
  border-color: #e7e7e7;
  font-weight: 600;
}

.checkbox.block input:disabled + span:before,.radio.block input:disabled + span:before {
  content: none;
}

.checkbox.block span,.radio.block span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid transparent;
  color: var(--text-color-gray);
  background-color: var(--background-color);
  border-radius: 6px;
  padding: 12px;
  font-size: 1.7rem;
  font-weight: 600;
}

.checkbox.block span b,.radio.block span b {
  letter-spacing: -0.3px;
  font-weight: 600;
  color: #494949;
}

.checkbox.block span:before,.radio.block span:before {
  position: static;
  margin: 0;
  min-width: 14px;
  height: 12px;
  background: url("../images/app-crudCheck.png") no-repeat center;
  background-size: contain;
  margin-right: 4px;
}

.checkbox + .checkbox,.checkbox + .radio,.radio + .checkbox,.radio + .radio {
  margin-left: 8px;
}

.checkbox input,.radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.checkbox input:checked + span,.radio input:checked + span {
  color: var(--text-color);
  font-weight: 700;
}

.checkbox span,.radio span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: -1px;
  padding-left: 24px;
  line-height: 24px;
  color: var(--text-color-gray);
  font-weight: 500;
}

.checkbox span a:hover em,.radio span a:hover em {
  text-decoration: underline;
}

.checkbox span:before,.radio span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}

.checkbox.block span {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.checkbox input:checked + span:before {
  background: url("../images/app-crud-check-on.png") no-repeat center;
  background-size: contain;
}

.checkbox input:disabled + span:before {
  background: url("../images/app-crud-check-dis.png") no-repeat center;
  background-size: contain;
}

.checkbox input.indeterminate + span:before {
  background: url("../images/app-crud-check-indeterminate.png") no-repeat center;
  background-size: contain;
}

.checkbox span:before {
  background: url("../images/app-crud-check-off.png") no-repeat center;
  background-size: contain;
}

.radio.block.min span::before {
  content: none;
}

.radio input:checked + span:before {
  background: url("../images/app-crud-radio-on.png") no-repeat center;
  background-size: contain;
}

.radio input:disabled + span:before {
  background: url("../images/app-crud-radio-dis.png") no-repeat center;
  background-size: contain;
}

.radio span:before {
  background: url("../images/app-crud-radio-off.png") no-repeat center;
  background-size: contain;
}

input[disabled],select[disabled],option[disabled],textarea[disabled],button[disabled] {
  background: #e3e3e3;
  color: #a2a5b7;
  pointer-events: none;
  background-image: none;
  padding: 0 14px;
}

input[readonly],select[readonly],option[readonly],textarea[readonly] {
  font-weight: 600;
  color: var(--text-color);
  background-color: #dcdcdc;
  pointer-events: none;
  background-image: none;
  padding: 0 14px;
}

.switch {
  display: inline-block;
  position: relative;
  width: 108px;
  height: 32px;
}

.switch input {
  display: none;
}

.switch .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #ececec;
  cursor: pointer;
  padding: 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch .slider:after {
  content: attr(data-default);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #848484;
  font-weight: 700;
  font-size: 1.4rem;
}

.switch .slider:before {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  border-radius: 50%;
  overflow: hidden;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(5%, #fff));
  background-image: -o-linear-gradient(top, #fff 100%, rgba(255, 255, 255, 0.8) 50%, #fff 5%);
  background-image: linear-gradient(to bottom, #fff 100%, rgba(255, 255, 255, 0.8) 50%, #fff 5%);
}

.switch.on .slider {
  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.switch.on .slider:after {
  -webkit-transform: translateX(-14px);
  -ms-transform: translateX(-14px);
  transform: translateX(-14px);
  content: attr(data-active);
  color: var(--text-color);
}

.switch.on .slider:before {
  -webkit-transform: translateX(72px);
  -ms-transform: translateX(72px);
  transform: translateX(72px);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #3c78fd), color-stop(50%, rgba(60, 120, 253, 0.8)), color-stop(5%, #3c78fd));
  background-image: -o-linear-gradient(top, #3c78fd 100%, rgba(60, 120, 253, 0.8) 50%, #3c78fd 5%);
  background-image: linear-gradient(to bottom, #3c78fd 100%, rgba(60, 120, 253, 0.8) 50%, #3c78fd 5%);
  -webkit-animation: ballShadow 1s alternate infinite;
  animation: ballShadow 1s alternate infinite;
}

.switch.on.error .slider:after {
  content: attr(data-wating);
}

.switch.on.error .slider:before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #f55), color-stop(50%, rgba(255, 85, 85, 0.8)), color-stop(5%, #f55));
  background-image: -o-linear-gradient(top, #f55 100%, rgba(255, 85, 85, 0.8) 50%, #f55 5%);
  background-image: linear-gradient(to bottom, #f55 100%, rgba(255, 85, 85, 0.8) 50%, #f55 5%);
}

.switch.on.wating .slider:after {
  content: attr(data-wating);
}

.switch.on.wating .slider:before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #e68621), color-stop(51%, rgba(230, 134, 33, 0.8)), color-stop(5%, #e68621));
  background-image: -o-linear-gradient(top, #e68621 100%, rgba(230, 134, 33, 0.8) 51%, #e68621 5%);
  background-image: linear-gradient(to bottom, #e68621 100%, rgba(230, 134, 33, 0.8) 51%, #e68621 5%);
}

@-webkit-keyframes ballShadow {
  0% {
    -webkit-box-shadow: inset 0px 0px 5px 2px rgba(255, 255, 255, 0);
    box-shadow: inset 0px 0px 5px 2px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: inset 0px 0px 10px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0px 0px 10px 0 rgba(255, 255, 255, 0.4);
  }
}

@keyframes ballShadow {
  0% {
    -webkit-box-shadow: inset 0px 0px 5px 2px rgba(255, 255, 255, 0);
    box-shadow: inset 0px 0px 5px 2px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: inset 0px 0px 10px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0px 0px 10px 0 rgba(255, 255, 255, 0.4);
  }
}

.MSG {
  display: block;
  background-color: #e8efff;
  color: var(--rec-primary);
  font-size: 1.3rem;
  letter-spacing: -1px;
  font-weight: 500;
  width: 100%;
  line-height: 1.2;
  padding: 10px 10px;
  border-radius: 6px;
}

.MSG.center {
  text-align: center;
}

.MSG.negative {
  background-color: #ffecec;
  color: #ff5555;
}

.input-item .desc {
  width: 100%;
  color: #7c8089;
}

.input-item .eventInput {
  position: relative;
  width: 100%;
}

.input-item .eventInput .remove {
  display: none;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}

.input-item .eventInput input,.input-item .eventInput textarea {
  padding-right: 30px;
}

.input-item .input-type-ico {
  position: relative;
  width: 100%;
}

.input-item .input-type-ico input {
  padding-right: 40px;
}

.input-item .input-type-ico .ico {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
}

.input-item.auto {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.input-item .unit {
  font-size: 1.6rem;
  font-weight: 600;
}

.input-item .unit.in {
  position: absolute;
  left: 16px;
  font-size: 1.5rem;
  color: #7c8089;
  font-weight: 700;
}

.input-item .unit.in + input {
  padding-left: 36px;
}

.input-item .unit.in + select {
  padding-left: 88px;
}

.input-item.center {
  text-align: center;
}

.input-item-inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-item-inner + .input-item-inner {
  margin-top: 10px;
}

.input-item .like-label {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #000333;
  text-align: left;
  margin-bottom: 10px;
}

.input-item + .input-item {
  margin-top: 30px;
}

.upload-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  width: 100%;
}

.upload-list.type-viewer > li {
  border-style: solid;
}

.upload-list > li {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: dashed 1px var(--line-color);
}

.upload-list > li .fileName {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 10px;
  margin: auto;
  display: block;
  width: 90%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 1.3rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-list > li .btn-del {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-top: 0;
  border-right: 0;
  background-color: rgba(56, 60, 69, 0.7);
  border-radius: 0 0 0 6px;
}

.upload-list > li .btn-del:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: url("../images/app-file-remove.png") no-repeat;
  background-size: contain;
}

.upload-list > li img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.upload-list > li img,.upload-list > li .btn-upload {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.btn-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
  color: #131313;
}

.btn-upload .custom-file-label .custom-file-input {
  display: none;
}

.btn-upload .custom-file-label:before {
  content: "";
  display: block;
  margin: auto auto auto;
  background: url("../images/app-ico-file.png") no-repeat;
  width: 29px;
  height: 25px;
  background-size: contain;
}

.upload-list > li:not(:last-child) {
  margin-right: 10px;
}

.upload-list > li:nth-child(6n) {
  margin-right: 0;
}

.video-ratio {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-ratio .video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ico {
  text-indent: -999rem;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  vertical-align: middle;
}

.ico + .ico {
  margin-left: 4px;
}

.ico:active,.ico:hover {
  opacity: 0.9;
}

.ico:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.ico.gnb:before {
  background: url("../images/app-ico-gnb.png") no-repeat;
  background-size: contain;
}

.ico.back:before {
  background: url("../images/app-ico-back.png") no-repeat;
  background-size: contain;
}

.ico.close:before {
  background: url("../images/app-ico-close.png") no-repeat;
  background-size: contain;
}

.ico.arrowRight:before {
  background: url("../images/app-ico-arrow-right.png") no-repeat;
  background-size: contain;
}

.ico.added:before {
  background: url("../images/app-crud-added.png") no-repeat;
  background-size: contain;
}

.ico.remove:before {
  background: url("../images/app-crud-remove.png") no-repeat;
  background-size: contain;
}

.ico.visibility:before {
  width: 24px;
  height: 24px;
  background: url("../images/app-ico-visibility-off.png") no-repeat;
  background-size: contain;
}

.ico.visibility.off:before {
  background: url("../images/app-ico-visibility.png") no-repeat;
  background-size: contain;
}

.ico.modify:before {
  width: 20px;
  height: 20px;
  background: url("../images/app-ico-modify.png") no-repeat;
  background-size: contain;
}

.ico.modify.on:before {
  background: url("../images/app-ico-modify-on.png") no-repeat;
  background-size: contain;
}

.ico.cal:before {
  width: 24px;
  height: 24px;
  background: url("../images/app-ico-date.png") no-repeat;
  background-size: contain;
}

.ico.tooltip {
  position: relative;
}

.ico.tooltip:hover:after {
  display: block;
}

.ico.tooltip:after {
  display: none;
  content: attr(text-tooltip);
  position: absolute;
  left: 17px;
  bottom: 17px;
  font-size: 1.1rem;
  text-indent: 0;
  line-height: 1.4;
  color: #b7bcd0;
  background: rgba(40, 48, 76, 0.7);
  padding: 16px;
  width: 240px;
  border-radius: 6px;
}

.ico.tooltip:before {
  width: 14px;
  height: 14px;
  background: url("../images/admin-ico-tooltip.png") no-repeat;
  background-size: contain;
}

.ico.check:before {
  width: 20px;
  height: 20px;
  background: url("../images/app-crudCheck.png") no-repeat;
  background-size: contain;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
  border-radius: 6px;
  background: var(--text-color);
  color: #fff;
  border: 1px solid var(--text-color);
  height: 50px;
  width: 100%;
}

.btn:hover,.btn:active {
  background-color: #2a2a2a;
}

.btn span {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
}

.btn span img {
  width: 20px;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  margin-left: -10px;
}

.btn.medium {
  width: 84px;
}

.btn.natural {
  background: #b5b5b5;
  color: #fff;
  border: 1px solid #b5b5b5;
  -webkit-box-shadow: 0 16px 43px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 16px 43px -20px rgba(0, 0, 0, 0.25);
}

.btn.natural:hover,.btn.natural:active {
  background-color: #bbb;
}

.btn.negative {
  background-color: #ff5555;
  border-color: #ff5555;
}

.btn.negative:hover,.btn.negative:active {
  border-color: #ffc6c6;
}

.btn.normal {
  background-color: transparent;
  color: var(--rec-primary);
  border-color: var(--rec-primary);
}

.btn.normal:hover,.btn.normal:active {
  border-color: #91ace6;
}

.btn.normal.gray {
  border-color: #cacaca;
}

.btn.normal.gray span {
  color: #494949;
}

.btn.positive {
  background-image: -o-linear-gradient(342deg, #275ac6 19%, #3c78fd 79%);
  background-image: linear-gradient(108deg, #275ac6 19%, #3c78fd 79%);
  border: solid 1px var(--rec-primary);
  color: #fff;
}

.btn.positive:hover,.btn.positive:active {
  background-image: -o-linear-gradient(342deg, #2754b3 19%, #306bec 79%);
  background-image: linear-gradient(108deg, #2754b3 19%, #306bec 79%);
}

.btn.white {
  background-color: #fff;
  color: var(--text-color);
}

.btn.white:hover,.btn.white:active {
  background-color: rgba(255, 255, 255, 0.9);
}

.btn.video {
  border: 2px solid #cacaca;
  color: #999999;
  background-color: transparent;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
}

.btn.video span {
  text-align: left;
  letter-spacing: -0.7px;
}

.btn.video:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/app-ico-videoPlay.png") no-repeat;
  background-size: contain;
}

.btn.more {
  border: 2px solid #cacaca;
  color: #999999;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Layout  :: 
  Event */

html.layoutVh .gradient-frame + .btmbar {
  position: fixed;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

html.layoutVh header {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

html.layoutVh header .ico.gnb:before {
  background: url("../images/app-ico-gnb-white.png") no-repeat;
  background-size: contain;
}

html.intro .viewport {
  position: relative;
}

html.intro .viewport .intro-video {
  max-width: 768px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

html.intro .viewport .container {
  /*background: url("../images/admin-bg-intro.png") no-repeat center;*/
  background: url("../images/mobile_safety_background.jpg") no-repeat center;
  background-size: cover;
  position: relative;

  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.6);
}

html.intro .viewport .intro-video video {
  height: 100%;
}

html.intro .viewport .container .contents {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 0;
}

html.intro .viewport .container footer {
  border-top: 0;
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

html.intro .viewport .container footer .copyright {
  color: rgba(255, 255, 255, 0.5);
}

html.intro .viewport .container footer .list-info li {
  color: rgba(255, 255, 255, 0.5);
}

html.intro .viewport .container:after,html.intro .viewport .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

html.intro .viewport .container:before {
  background-color: rgba(0, 0, 0, 0.6);
}

html.intro .viewport .container:after {
  background-image: -o-linear-gradient(273deg, rgba(0, 26, 255, 0) 4%, rgba(0, 26, 255, 0.2) 51%, #275ac6 96%);
  background-image: linear-gradient(177deg, rgba(0, 26, 255, 0) 4%, rgba(0, 26, 255, 0.2) 51%, #275ac6 96%);
}

html.background .viewport .container {
  background-color: var(--background-color);
}

header {
  position: fixed;
  top: 0;
  height: 70px;
  z-index: 2;
  background: white;
  width: 100%;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
  max-width: 768px;
}

header .command {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

header .command .title {
  font-size: 2rem;
  color: #81878c;
  font-weight: 800;
  width: 100%;
  text-align: center;
}

header .command .control {
  position: absolute;
  z-index: 2;
}

header .command .control.left {
  left: 20px;
}

header .command .control.right {
  right: 20px;
}

.menu-group .menu-group-depth1 .menu-item {
  background-color: #fff;
}

.menu-group .menu-group-depth1 .menu-item.open > a {
  color: var(--rec-primary);
  font-weight: 700;
}

.menu-group .menu-group-depth1 .menu-item.open > a.arrow:after {
  background: url("../images/app-ico-arrow-down-active.png") no-repeat;
  background-size: contain;
}

.menu-group .menu-group-depth1 .menu-item.open .menu-group-depth2 {
  display: block;
}

.menu-group .menu-group-depth1 .menu-item > a {
  font-size: 2rem;
  display: block;
  color: var(--text-color);
  line-height: 70px;
  position: relative;
  padding: 0 30px;
  font-weight: 600;
}

.menu-group .menu-group-depth1 .menu-item > a.active {
  color: #fff;
}

.menu-group .menu-group-depth1 .menu-item > a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 12px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url("../images/app-ico-arrow-right.png") no-repeat;
  background-size: contain;
}

.menu-group .menu-group-depth1 .menu-item > a.arrow:after {
  background: url("../images/app-ico-arrow-down.png") no-repeat;
  background-size: contain;
}

.menu-group .menu-group-depth1 .menu-item + .menu-item {
  border-top: 1px solid #f1f1f1;
}

.menu-group .menu-group-depth2 {
  display: none;
  margin: 14px;
  background-color: var(--background-color);
}

.menu-group .menu-group-depth2 .menu-item {
  background-color: transparent;
}

.menu-group .menu-group-depth2 .menu-item + .menu-item {
  border-top: 1px solid #fff;
}

.menu-group .menu-group-depth2 .menu-item > a {
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 60px;
  font-weight: 500;
  color: var(--text-color);
}

.menu-group .menu-group-depth2 .menu-item > a:after {
  opacity: 0.5;
}

.gnb-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100vw;
  max-width: 768px;
  height: 100vh;
  z-index: 9999;
  right: -100vw;
  top: 0;
  opacity: 0;
  margin: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-transition: right 0.4s, opacity 0.2s;
  -o-transition: right 0.4s, opacity 0.2s;
  transition: right 0.4s, opacity 0.2s;
}

.gnb-container.active {
  right: 0;
  left: 0;
  opacity: 1;
}

.gnb-container #gnb {
  position: relative;
  z-index: 2;
  width: 85%;
  max-width: 300px;
  height: 100%;
  background-color: #fff;
}

.gnb-container #gnb .gnb-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnb-container #gnb .gnb-head .util {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnb-container #gnb .gnb-head .util .name {
  margin-right: 10px;
  letter-spacing: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnb-container #gnb .gnb-head .util .name .grade {
  color: var(--rec-primary);
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 50px;
  background-color: #e8efff;
  padding: 4px 10px;
  margin-right: 4px;
}

.gnb-container #gnb .gnb-head .util .name b {
  font-size: 1.6rem;
  margin-right: 4px;
}

.gnb-container #gnb .gnb-head .util .name .btn-text {
  font-size: 1.5rem;
  color: #81878c;
}

.gnb-container #gnb .gnb-head .util .language {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.gnb-container #gnb .gnb-head .util .language:hover:before {
  opacity: 0.8;
}

.gnb-container #gnb .gnb-head .util .language::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/app-snbico-lang.png") no-repeat;
  background-size: contain;
}

.gnb-container #gnb .gnb-head .util .language select {
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 10px 0 20px;
  position: relative;
  z-index: 2;
  background: none;
}

.gnb-container #gnb .gnb-head .util .language img {
  width: 10px;
  margin-right: 6px;
}

.gnb-container #gnb .gnb-head .ico:before {
  width: 26px;
  height: 26px;
}

.gnb-container #gnb .gnb-body .top {
  height: 450px;
  background-color: var(--background-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  -webkit-box-shadow: inset 0 -6px 14px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -6px 14px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px var(--line-color);
}

.gnb-container #gnb .gnb-body .btm .tab-list {
  position: static;
  margin-left: 0;
  margin-right: 0;
}

.gnb-container #gnb .gnb-body .btm .tab-list ul li a {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  height: 50px;
}

.gnb-container #gnb .gnb-body .btm .menu-group {
  height: calc(100vh - 376px);
  overflow: auto;
}

.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  max-width: 768px;
  margin: auto;
}

.stickyY .filter-list {
  padding: 20px 0;
}

.stickyY .content-header {
  padding: 0 0 20px 0;
  margin-bottom: 0;
}

.stickyY.stickyY-2depth {
  top: 121px;
}

.stickyY.stickyY-2depth .content-header {
  padding: 20px 0 20px 0;
}

.tab-list {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 2;
  border-bottom: 1px solid var(--line-color);
}

.tab-list.type-scroll {
  overflow: auto;
}

.tab-list.type-scroll ul li a {
  padding: 0 20px;
}

.tab-list.type-paper {
  overflow: hidden;
  border-bottom: none;
}

.tab-list.type-paper ul li {
  background-color: #fafafa;
}

.tab-list.type-paper ul li.active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.tab-list.type-paper ul li.active::after {
  content: none;
}

.tab-list.type-paper ul li.active a span {
  color: #81878c;
}

.tab-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-list ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.tab-list ul li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #303e53;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.tab-list ul li.active a span {
  color: #303e53;
}

.tab-list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
}

.tab-list ul li a span {
  font-size: 1.8rem;
  color: #999999;
  font-weight: 800;
}

.area-alram + .calendar-week {
  margin-top: 20px;
}

.btmbar {
  max-width: 768px;
  height: 70px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  -webkit-box-shadow: 0 -4px 14px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -4px 14px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.btmbar .MSG {
  position: fixed;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  bottom: 90px;
}

.btmbar.static {
  position: static;
}

.btmbar.type-btn {
  height: auto;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background-color: transparent;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 2;
}

.btmbar.type-btn .btn {
  height: 50px;
}

.btmbar.type-btn .btn span {
  font-size: 1.7rem;
  font-weight: bold;
}

.btmbar.type-btn.white {
  background-color: #fff;
}

.btmbar.type-btn.gray {
  background-color: var(--background-color);
}

.btmbar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.btmbar ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.btmbar ul li.work a::before {
  background: url("../images/app-tabicon-work.png") no-repeat;
  background-size: contain;
}

.btmbar ul li.notice a::before {
  background: url("../images/app-tabicon-notice.png") no-repeat;
  background-size: contain;
}

.btmbar ul li.home a::before {
  background: url("../images/app-tabicon-home.png") no-repeat;
  background-size: contain;
}

.btmbar ul li.communication a::before {
  background: url("../images/app-tabicon-communication.png") no-repeat;
  background-size: contain;
}

.btmbar ul li.active a {
  color: var(--rec-primary);
}

.btmbar ul li.active.work a::before {
  background: url("../images/app-tabicon-work-active.png") no-repeat;
  background-size: contain;
}

.btmbar ul li.active.notice a::before {
  background: url("../images/app-tabicon-notice-active.png") no-repeat;
  background-size: contain;
}

.btmbar ul li.active.home a::before {
  background: url("../images/app-tabicon-home-active.png") no-repeat;
  background-size: contain;
}

.btmbar ul li.active.communication a::before {
  background: url("../images/app-tabicon-communication-active.png") no-repeat;
  background-size: contain;
}

.btmbar ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  color: #81878c;
  width: 100%;
}

.btmbar ul li a::before {
  content: "";
  width: 32px;
  height: 32px;
}

/* COMMON :: 
  Layout */

.viewport {
  max-width: 768px;
  width: 100vw;
  margin: auto;
}

.viewport .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: padding 0.4s;
  -o-transition: padding 0.4s;
  transition: padding 0.4s;
  min-height: 100vh;
  height: 100%;
}

.viewport .container header {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.viewport .container .contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 70px;
}

.viewport .container .contents article {
  padding-left: 20px;
  padding-right: 20px;
}

.viewport .container footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.viewport .container .gradient-frame {
  padding-top: 80px;
  -webkit-box-shadow: inset 0 -17px 43px -20px rgba(120, 56, 255, 0.6);
  box-shadow: inset 0 -17px 43px -20px rgba(120, 56, 255, 0.6);
  background-image: -o-linear-gradient(332deg, #275ac6 0%, var(--rec-primary) 97%);
  background-image: linear-gradient(118deg, #275ac6 0%, var(--rec-primary) 97%);
  border-radius: 0 0 80px 80px;
  position: relative;
  text-align: center;
}

.viewport .container .gradient-frame.type-bg {
  height: calc(100vh - 140px);
  overflow: hidden;
}

.viewport .container .gradient-frame.type-bg:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 334px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 26, 255, 0)), color-stop(93%, #135dff));
  background-image: -o-linear-gradient(top, rgba(0, 26, 255, 0) 50%, #135dff 93%);
  background-image: linear-gradient(to bottom, rgba(0, 26, 255, 0) 50%, #135dff 93%);
  opacity: 0.6;
}

.viewport .container .gradient-frame.type-bg:before {
  content: "";
  display: block;
  width: 390px;
  height: 304px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.viewport .container .gradient-frame.type-bg.tugu:before {
  background: url("../images/app-bg-smart-tugu.png") no-repeat;
  background-size: contain;
}

.viewport .container .gradient-frame.type-bg.beacon:before {
  background: url("../images/app-bg-smart-beacon.png") no-repeat;
  background-size: contain;
}

.viewport .container .gradient-frame.type-sub {
  padding-top: 100px;
}

.viewport .container .gradient-frame .desc {
  font-size: 1.8rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.viewport .container .gradient-frame .desc b {
  color: #fff;
}

.viewport .container .gradient-frame .desc + .snb-btn {
  margin-top: 40px;
}

.viewport .container .gradient-frame .snb-btn {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  padding: 10px 23px;
  border-radius: 36px;
  border: solid 1px rgba(7, 61, 181, 0.5);
}

.viewport .container .gradient-frame .snb-btn img {
  width: 20px;
}

.viewport .container .gradient-frame + .contents {
  padding-top: 10px;
}

.gradient-title {
  margin-bottom: 33px;
  width: 100%;
  /*font-size: 4.2rem;*/
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(339deg, #fff 25%, #c6d9ff 50%, #fff 79%);
  background-image: linear-gradient(111deg, #fff 25%, #c6d9ff 50%, #fff 79%);
}

.app-main .tab-content {
  height: calc(100vh - 330px);
  overflow: auto;
}

.app-main .list-icon {
  width: 100%;
}

.app-main .tab-component {
  width: 100%;
}

.app-main .layout-center {
  padding: 0 20px;
}

.app-main .layout-center .cecnterkk {
  display: flex;
  flex-direction: column; /* 세로 정렬 */
  align-items: flex-start; /* 상단 정렬 */
  justify-content: flex-start; /* 위쪽 정렬 */
  text-align: left;
  margin-top: 10px;
  gap: 10px;
  transition: all 0.4s;
}


.layout-full {
  margin-left: -20px;
  margin-right: -20px;
}

.layout-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

article {
  padding: 20px 0;
  position: relative;
}

article .content-header {
  margin-bottom: 20px;
}

article .content-header + .content-header {
  margin-top: 60px;
}

article .content-header .command {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

article .content-header .command + .input-item {
  margin-top: 10px;
}

article .content-header .company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

article .content-header .company:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/app-gnbico-safetyEdu.png") no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

article .content-header .status-ball {
  margin-top: 10px;
}

article .content-header .title {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  word-break: break-all;
}

article .content-header .title span {
  color: #81878c;
  font-size: 1.6rem;
}

article .content-header .title span b {
  color: var(--text-color);
}

article + article {
  border-top: 1px solid #f1f1f1;
}

article.white {
  background-color: #fff;
}

article.gray {
  background-color: var(--background-color);
}

article.br-btm {
  border-bottom: 8px solid #f0f0f0;
}

article.br-btm:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--line-color);
  position: absolute;
  bottom: -8px;
  left: 0;
}

article.br-top {
  border-top: 8px solid #f0f0f0;
}

article.br-top:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--line-color);
  position: absolute;
  top: -1px;
  left: 0;
}

/* UI */

.readonly-view .input-item {
  height: 80px;
  position: relative;
  border: 2px solid #e7e7e7;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

.readonly-view .input-item + .input-item {
  margin-top: 10px;
}

.readonly-view .input-item input,.readonly-view .input-item select {
  border: none;
  background: none;
  pointer-events: none;
}

.readonly-view .input-item .like-label {
  position: absolute;
  top: 10px;
  left: 14px;
  color: #7c8089;
}

.areaModify .content-header .title {
  color: var(--rec-primary);
}

.areaModify .btn-tooltip:after,.areaModify .btn-tooltip:before {
  display: none;
}

.areaModify .ico.modify {
  display: none;
}

.areaModify.readonly-view .content-header .title {
  color: var(--text-color);
}

.areaModify.readonly-view .btn-tooltip:after,.areaModify.readonly-view .btn-tooltip:before {
  display: block;
}

.areaModify.readonly-view .ico.modify {
  display: block;
}

.areaModify.readonly-view .modify-command {
  display: none;
}

.areaModify .modify-command {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.desc.center {
  text-align: center;
}

.register-title {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 40px;
}

.register-title.center {
  text-align: center;
}

.register-title.center .image {
  margin: auto;
}

.register-title .image {
  display: block;
  width: 110px;
}

.box-line {
  background-color: #fff;
  border: 3px solid #e5ebfb;
  border-radius: 20px;
  padding: 30px;
  margin: 20px 0;
}

.box-line.transparent {
  background-color: transparent;
}

.box-morphism {
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 4px 2px 10px 0 rgba(0, 44, 69, 0.13), -3px -3px 5px 0 #fff, inset 3px 4px 8px -3px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 2px 10px 0 rgba(0, 44, 69, 0.13), -3px -3px 5px 0 #fff, inset 3px 4px 8px -3px rgba(0, 0, 0, 0.05);
  background-color: #fafafa;
  border: 1px solid #fff;
  margin: 10px 0;
  font-size: 1.4rem;
  font-weight: 500;
}

.box-morphism b {
  font-size: 1.9rem;
}

.box-morphism .center {
  text-align: center;
}

.box-morphism.white {
  background-color: #fff;
}

.box-morphism.cheked {
  -webkit-box-shadow: inset 0 4px 10px 0 rgba(0, 44, 69, 0.25);
  box-shadow: inset 0 4px 10px 0 rgba(0, 44, 69, 0.25);
  background-color: #fff;
}

.box-morphism.cheked .namebox .company {
  color: #77a1fe;
}

.box-morphism.cheked .namebox .grade {
  color: #77a1fe;
}

.box-morphism.cheked .namebox .name {
  color: var(--rec-primary);
}

.box-morphism.cheked .namebox span {
  color: #77a1fe;
}

.box-morphism.cheked .namebox em.gray {
  color: #77a1fe;
}

.box-morphism.cheked .ico.check:before {
  background: url("../images/app-crudChecked.png") no-repeat;
  background-size: contain;
}

.list.dot li {
  position: relative;
  padding-left: 20px;
}

.list.dot li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #606e79;
  position: absolute;
  top: 11px;
  left: 6px;
}

.list.num {
  counter-reset: number 0;
}

.list.num li {
  position: relative;
  padding-left: 14px;
  font-size: 1.4rem;
  line-height: 24px !important;
  font-weight: 500;
}

.list.num li + li {
  margin-top: 6px;
}

.list.num li:before {
  counter-increment: number 1;
  content: counter(number) ". ";
  position: absolute;
  left: 0;
  color: #595757;
  font-weight: 500;
}

.list li {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
}

.list li .list {
  margin-top: 4px;
}

.list li .list li {
  font-weight: 400;
}

.list li .list li + li {
  margin-top: 4px;
}

.list li + li {
  margin-top: 10px;
}

.list + .tbl-sm {
  margin-top: 20px;
}

.list + .tbl-sm b {
  font-size: 1.4rem;
  font-weight: 500;
}

.term {
  text-align: left;
}

.term .termsTable table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 10px 0;
}

.term .termsTable table th,.term .termsTable table td {
  text-align: center;
}

.term .termsTable table thead th {
  background: #fafafa;
  padding: 4px;
  vertical-align: middle;
}

.term .termsTable table tbody td {
  padding: 4px;
}

.term .termsTable table th,.term .termsTable table td {
  border: 1px solid #ced4da;
}

.term .term-cnt + .term-cnt {
  margin-top: 60px;
}

.term small {
  font-size: 1.3rem;
  margin-top: 10px;
}

.term .guide-script {
  border-top: 1px solid var(--line-color);
  padding-top: 10px;
  margin-top: 10px;
}

.term .desc {
  font-size: 1.4rem;
  color: var(--text-color-gray);
}

.term .desc + .desc {
  margin-top: 14px;
}

.term > ul > li + li {
  margin-top: 10px;
}

.term .desc-term {
  color: var(--text-color-gray);
  font-size: 1.4rem;
  line-height: 1.5;
}

.term .desc-term b {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 8px;
  color: var(--text-color);
}

.term .desc-term + .box-read {
  margin-top: 10px;
}

.term .desc-term + .desc-term {
  margin-top: 15px;
}

.term .list-term {
  margin: 15px 0;
  counter-reset: list-number;
  padding-left: 10px;
}

.term .list-term li {
  position: relative;
}

.term .list-term li + li {
  margin-top: 10px;
}

.term .list-term > li {
  font-size: 1.3rem;
  counter-increment: list-number;
  padding-left: 14px;
}

.term .list-term > li:before {
  content: counter(list-number);
  position: absolute;
  left: 0;
}

.term .list-term > li > ul {
  margin-top: 14px;
}

.term .list-term > li > ul > li {
  font-size: 1.3rem;
  position: relative;
  padding-left: 14px;
}

.term .list-term > li > ul > li + li {
  margin-top: 10px;
}

.term .list-term > li > ul > li i {
  position: absolute;
  left: 0;
}

.term .list-term > li > ul > li > ul > li {
  color: var(--text-color-gray);
  position: relative;
  padding-left: 6px;
}

.term .list-term > li > ul > li > ul > li + li {
  margin-top: 4px;
}

.null-data {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.null-data .null-item {
  text-align: center;
}

.null-data img {
  width: 80px;
}

.null-data p {
  font-size: 1.8rem;
  color: #7c8089;
  font-weight: 400;
  margin: 20px 0;
}

.null-data p b {
  color: var(--text-color);
}

.snb-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 600;
  color: #81878c;
  border: 1px solid rgba(201, 202, 202, 0.5);
  border-radius: 50px;
  padding: 4px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.snb-btn img {
  width: 14px;
  margin-right: 4px;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 50%;
  padding: 0 20px;
  max-width: 768px;
  margin: auto;
  left: 0;
  right: 0;
}

.modal.screenViewer .viewer-title {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 6px;
}

.modal.screenViewer .modal-dim {
  background-color: #000 !important;
}

.modal.screenViewer .modal-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.modal.screenViewer .modal-inner .modal-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  position: relative;
}

.modal.screenViewer .modal-inner .modal-header {
  background-color: transparent;
  padding-top: 20px;
  width: 100%;
  border-bottom: 0;
  z-index: 2;
}

.modal.screenViewer .modal-inner .modal-header .modalClose {
  background: url(../images/app-ico-close-white.png) no-repeat center;
  display: block;
  position: static;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  background-size: 80%;
}

.modal.notice article .content-header .title {
  font-size: 2rem;
  color: #7c8089;
}

.modal.notice .modal-inner .modal-header {
  text-align: center;
  background-color: #eee;
  border-bottom: 1px solid var(--line-color);
  color: #7c8089;
}

.modal.notice .modal-inner .modal-header .modalClose {
  display: none;
}

.modal.notice .modal-inner .notice-header {
  text-align: center;
}

.modal.notice .modal-inner .notice-header .image {
  width: 64px;
  margin: auto;
}

.modal.notice .modal-inner .notice-header .title {
  font-size: 2.4rem;
  color: #494949;
  font-weight: 600;
}

.modal.notice .modal-inner .modal-body {
  background-color: #fafafa;
}

.modal.notice .modal-inner .modal-footer {
  background: rgba(250, 250, 250, 0.8);
}

.modal.notice .type-user th {
  background-color: #eee;
}

.modal.alert .modal-inner {
  border-radius: 6px;
  min-width: 300px;
  max-width: 300px;
}

.modal.alert .modal-inner .modal-body {
  padding: 20px;
}

.modal.alert .modal-inner .desc {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-color);
}

.modal.alert .modal-inner .alert-button {
  padding-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.modal.alert .modal-inner .alert-button a {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--rec-primary);
}

.modal.full {
  top: auto;
  bottom: 0;
  padding: 0;
}

.modal.full .visual-text {
  font-weight: 600;
  text-align: left;
  font-size: 2.2rem;
}

.modal.full.on .modal-inner {
  -webkit-animation: modalFullShow 0.4s forwards;
  animation: modalFullShow 0.4s forwards;
}

.modal.full.hide-animation .modal-inner {
  -webkit-animation: modalFullHide 0.4s forwards;
  animation: modalFullHide 0.4s forwards;
}

.modal.full .modal-dim {
  display: none;
}

.modal.full .modal-inner {
  width: 100%;
  max-width: 768px;
  top: auto;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  border-radius: 0;
}

.modal.full .modal-inner .modal-body {
  height: calc(100vh - 130px);
  max-height: calc(100vh - 130px);
  overflow: auto;
  padding: 0 0 106px;
}

.modal.full .modal-inner .modal-body article {
  padding: 20px;
}

.modal.full .modal-inner .modal-footer {
  padding: 0;
}

.modal.on {
  display: block;
}

.modal.on .modal-dim {
  -webkit-animation: modalDimShow 0.4s forwards;
  animation: modalDimShow 0.4s forwards;
}

.modal.on .modal-inner {
  -webkit-animation: modalShow 0.4s forwards;
  animation: modalShow 0.4s forwards;
}

.modal.hide-animation .modal-dim {
  -webkit-animation: modalDimHide 0.4s forwards;
  animation: modalDimHide 0.4s forwards;
}

.modal.hide-animation .modal-inner {
  -webkit-animation: modalHide 0.4s forwards;
  animation: modalHide 0.4s forwards;
}

.modal-inner {
  display: table;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 99999;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  overflow: hidden;
}

.modal-inner.on {
  opacity: 1;
  top: 0;
}

.modal .modal-header {
  background-color: #fff;
  position: relative;
  line-height: 60px;
  min-height: 60px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  padding: 0 20px;
  border-bottom: 1px solid var(--line-color);
}

.modal .modal-header .modalClose {
  display: block;
  text-indent: -999rem;
  width: 36px;
  height: 36px;
  background: url("../images/app-ico-close.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.modal .modal-header .modalClose:hover {
  opacity: 0.5;
}

.modal .modal-dim {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99998;
  opacity: 0;
}

.modal .modal-dim.on {
  opacity: 1;
}

.modal .modal-body {
  padding: 20px;
  background: #fff;
  max-height: calc(100vh - 220px);
  overflow: auto;
}

.modal .modal-body.gray {
  background-color: var(--background-color);
}

.modal .modal-body .user-form {
  width: 474px;
}

.modal .modal-body.auto {
  max-height: inherit !important;
}

.modal .modal-footer {
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}

.modal .modal-footer .grid-div {
  margin: 0;
}

.modal .modal-footer .grid-div .btn {
  min-width: 120px;
}

.modal .modal-controller {
  position: absolute;
  top: 5px;
  right: 6px;
  height: 30px;
}

.modal .modal-controller .ico {
  width: 30px;
  height: 30px;
}

.modal .modal-controller .ico:before {
  background-size: contain;
}

@-webkit-keyframes modalDimShow {
  100% {
    opacity: 1;
  }
}

@keyframes modalDimShow {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modalShow {
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes modalShow {
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes modalFullShow {
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes modalFullShow {
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes modalDimHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes modalDimHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes modalHide {
  0% {
    top: 0;
    opacity: 1;
  }

  100% {
    top: 40px;
    opacity: 0;
  }
}

@keyframes modalHide {
  0% {
    top: 0;
    opacity: 1;
  }

  100% {
    top: 40px;
    opacity: 0;
  }
}

@-webkit-keyframes modalFullHide {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes modalFullHide {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}

.tbl,.tbl-sm,.tbl-col {
  border: 1px solid var(--line-color);
}

.tbl table,.tbl-sm table,.tbl-col table {
  width: 100%;
}

.tbl table thead tr,.tbl-sm table thead tr,.tbl-col table thead tr {
  border-bottom: 1px solid var(--line-color);
}

.tbl table tfoot tr,.tbl-sm table tfoot tr,.tbl-col table tfoot tr {
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
}

.tbl table tr + tr,.tbl-sm table tr + tr,.tbl-col table tr + tr {
  border-top: 1px solid var(--line-color);
}

.tbl table tr th,.tbl-sm table tr th,.tbl-col table tr th {
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #fafafa;
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
}

.tbl table tr td,.tbl-sm table tr td,.tbl-col table tr td {
  font-size: 1.5rem;
  padding: 6px;
}

.tbl table tr th,.tbl table tr td,.tbl-sm table tr th,.tbl-sm table tr td,.tbl-col table tr th,.tbl-col table tr td {
  color: #000;
  height: 60px;
  border-left: 1px solid var(--line-color);
  line-height: 1;
}

.tbl table tr th:first-child,.tbl table tr td:first-child,.tbl-sm table tr th:first-child,.tbl-sm table tr td:first-child,.tbl-col table tr th:first-child,.tbl-col table tr td:first-child {
  border-left: none;
}

.tbl table tr th.left,.tbl table tr td.left,.tbl-sm table tr th.left,.tbl-sm table tr td.left,.tbl-col table tr th.left,.tbl-col table tr td.left {
  text-align: left;
}

.tbl table tr th.center,.tbl table tr td.center,.tbl-sm table tr th.center,.tbl-sm table tr td.center,.tbl-col table tr th.center,.tbl-col table tr td.center {
  text-align: center;
}

.tbl table tr th.right,.tbl table tr td.right,.tbl-sm table tr th.right,.tbl-sm table tr td.right,.tbl-col table tr th.right,.tbl-col table tr td.right {
  text-align: right;
}

.tbl table tr th.border-left-none,.tbl table tr td.border-left-none,.tbl-sm table tr th.border-left-none,.tbl-sm table tr td.border-left-none,.tbl-col table tr th.border-left-none,.tbl-col table tr td.border-left-none {
  border-left: none;
}

.tbl table tr th .btn span,.tbl table tr td .btn span,.tbl-sm table tr th .btn span,.tbl-sm table tr td .btn span,.tbl-col table tr th .btn span,.tbl-col table tr td .btn span {
  font-size: 1.5rem;
}

.tbl table tr th .btn,.tbl table tr th .input-type-ico,.tbl table tr th .file,.tbl table tr th .input-item,.tbl table tr td .btn,.tbl table tr td .input-type-ico,.tbl table tr td .file,.tbl table tr td .input-item,.tbl-sm table tr th .btn,.tbl-sm table tr th .input-type-ico,.tbl-sm table tr th .file,.tbl-sm table tr th .input-item,.tbl-sm table tr td .btn,.tbl-sm table tr td .input-type-ico,.tbl-sm table tr td .file,.tbl-sm table tr td .input-item,.tbl-col table tr th .btn,.tbl-col table tr th .input-type-ico,.tbl-col table tr th .file,.tbl-col table tr th .input-item,.tbl-col table tr td .btn,.tbl-col table tr td .input-type-ico,.tbl-col table tr td .file,.tbl-col table tr td .input-item {
  height: 100%;
}

.tbl table tr th .btn-inner,.tbl table tr th .input-type-ico-inner,.tbl table tr th .file-inner,.tbl table tr th .input-item-inner,.tbl table tr td .btn-inner,.tbl table tr td .input-type-ico-inner,.tbl table tr td .file-inner,.tbl table tr td .input-item-inner,.tbl-sm table tr th .btn-inner,.tbl-sm table tr th .input-type-ico-inner,.tbl-sm table tr th .file-inner,.tbl-sm table tr th .input-item-inner,.tbl-sm table tr td .btn-inner,.tbl-sm table tr td .input-type-ico-inner,.tbl-sm table tr td .file-inner,.tbl-sm table tr td .input-item-inner,.tbl-col table tr th .btn-inner,.tbl-col table tr th .input-type-ico-inner,.tbl-col table tr th .file-inner,.tbl-col table tr th .input-item-inner,.tbl-col table tr td .btn-inner,.tbl-col table tr td .input-type-ico-inner,.tbl-col table tr td .file-inner,.tbl-col table tr td .input-item-inner {
  height: 100%;
}

.tbl table tr th .ico,.tbl table tr td .ico,.tbl-sm table tr th .ico,.tbl-sm table tr td .ico,.tbl-col table tr th .ico,.tbl-col table tr td .ico {
  margin-right: 4px;
}

.tbl-sm table tr th,.tbl-sm table tr td {
  height: 30px;
  padding: 10px;
}

.border-left {
  border-left: 1px solid var(--line-color) !important;
}

.board-view-cell {
  text-align: left;
  padding: 0 20px;
}

.board-view-cell p,.board-view-cell pre,.board-view-cell .image-ratio,.board-view-cell .video-ratio {
  margin: 40px 0;
}

.board-view-cell p,.board-view-cell pre {
  word-break: break-all;
  white-space: unset;
}

.area-intro {
  width: 100%;
}

.area-intro .intro-footer {
  text-align: center;
  margin-top: 33px;
}

.area-intro .intro-footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.8rem;
  font-weight: 400;
}

.area-intro .intro-footer p a {
  color: #fff;
  font-weight: 700;
  margin-left: 4px;
}

.area-intro .intro-footer small {
  color: #76a2ff;
  opacity: 0.5;
  font-size: 1.4rem;
}

.area-intro .form-group {
  padding: 20px 20px 40px 20px;
}

.area-intro .form-group .btn {
  height: 60px;
}

.area-intro .form-group .btn span {
  font-size: 1.8rem;
}

.area-intro .form-group.white {
  background-color: #fff;
}

.area-intro .form-group.white .intro-footer p {
  color: rgba(56, 60, 69, 0.7);
}

.area-intro .form-group.white .intro-footer a {
  color: var(--text-color);
}

.area-intro .form-group.white .intro-footer small {
  opacity: 1;
  color: #c9caca;
}

.area-intro .form-group.white .btn-text {
  display: inline-block;
  margin: auto;
  font-size: 1.4rem;
  color: var(--text-color);
  opacity: 0.7;
}

.area-intro .form-group.white * {
  text-align: center;
}

.area-intro .form-group-inner {
  width: 100%;
  max-width: 340px;
  margin: auto;
}

.area-intro .form-group .setting-lang {
  width: 100%;
}

.area-intro .form-group .setting-lang select {
  padding-left: 30px;
  height: 60px;
  font-weight: 700;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 16px 43px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 16px 43px -20px rgba(0, 0, 0, 0.25);
  border: solid 3px rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: #fff;
  background-image: url("../images/selected-arrow-white.png");
  background-size: 40px;
  padding-right: 40px;
  margin-bottom: 10px;
}

.area-intro .form-group .setting-lang .btn {
  height: 60px;
}

.list-icon ul {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.list-icon ul .centerkk {
  margin-top: 10px;
}

.list-icon ul li {
  /* 정사각형 */
}

.list-icon ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: -1px;
}

.list-icon ul li a:active .icon {
  -webkit-box-shadow: inset 0 4px 10px 0 rgba(0, 44, 69, 0.25);
  box-shadow: inset 0 4px 10px 0 rgba(0, 44, 69, 0.25);
  background-color: #fff;
  border-color: transparent;
}

.list-icon ul li a.sync .icon:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/app-ico-sync.png") no-repeat center;
  background-size: contain;
}

.list-icon ul li a.sync.negative .icon {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 44, 69, 0.13), -3px -3px 5px 0 #fff, inset 1px 1px 6px -3px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 0 rgba(0, 44, 69, 0.13), -3px -3px 5px 0 #fff, inset 1px 1px 6px -3px rgba(0, 0, 0, 0.05);
  background-color: #f55;
}

.list-icon ul li a.sync.negative .icon:before {
  background: url("../images/app-ico-sync-negative.png") no-repeat center;
  background-size: contain;
}

.list-icon ul li a.sync.negative span small {
  color: #ff5555;
}

.list-icon ul li a.sync.positive .icon {
  -webkit-box-shadow: 0 16px 43px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 16px 43px -20px rgba(0, 0, 0, 0.25);
  border: solid 1px #3d78e8;
  background-image: -o-linear-gradient(319deg, #275ac6 23%, var(--rec-primary) 80%);
  background-image: linear-gradient(131deg, #275ac6 23%, var(--rec-primary) 80%);
}

.list-icon ul li a.sync.positive .icon:before {
  background: url("../images/app-ico-sync-positive.png") no-repeat center;
  background-size: contain;
}

.list-icon ul li a.sync.positive span small {
  color: var(--rec-primary);
}

.list-icon ul li a .icon {
  min-width: 65px;
  min-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-box-shadow: 4px 2px 10px 0 rgba(0, 44, 69, 0.13), -3px -3px 5px 0 #fff, inset 3px 4px 8px -3px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 2px 10px 0 rgba(0, 44, 69, 0.13), -3px -3px 5px 0 #fff, inset 3px 4px 8px -3px rgba(0, 0, 0, 0.05);
  background-color: #fafafa;
  border: 1px solid #fff;
}

.list-icon ul li a .icon img {
  width: 50px;
}

.list-icon ul li a span {
  margin-top: 7px;
  font-size: 1.6rem;
  color: #606e79;
  font-weight: 600;
  text-align: center;
}

.list-icon ul li a span small {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #c9caca;
}

.addFields .addButton {
  width: 100%;
  border-radius: 6px;
  border: dashed 2px #e7e7e7;
  padding: 20px;
}

.addFields .addBlock {
  background: #fff;
  border: 2px dashed #e7e7e7;
  border-radius: 6px;
  padding: 20px;
}

.addFields .addBlock .unit.in {
  z-index: 1;
}

.addFields .addBlock select {
  font-size: 1.6rem;
  font-weight: 500;
}

.addFields .addBlock .input-type-ico input,.addFields .addBlock select,.addFields .addBlock .unit.in + input {
  padding-left: 100px !important;
}

.addFields .addBlock.addedComplite {
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 2px 10px 0 rgba(0, 44, 69, 0.13), -3px -3px 5px 0 #fff, inset 3px 4px 8px -3px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 2px 10px 0 rgba(0, 44, 69, 0.13), -3px -3px 5px 0 #fff, inset 3px 4px 8px -3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid #fff;
}

.addFields .addBlock.addedComplite .unit.in {
  left: 0;
}

.addFields .addBlock.addedComplite .input-item-inner {
  margin: 0;
}

.addFields .addBlock.addedComplite .input-item-inner .btn {
  margin-top: 10px;
}

.addFields .addBlock.addedComplite .input-item-inner .input-type-ico .ico {
  display: none;
}

.addFields .addBlock.addedComplite .input-item-inner input,.addFields .addBlock.addedComplite .input-item-inner select {
  height: 34px;
  background: transparent;
  font-weight: 600;
}

.list-board.type-view > ul .list-board-item .board-head .title {
  font-size: 2.4rem;
  font-weight: 700;
}

.list-board.type-link > ul .list-board-item {
  padding: 0;
}

.list-board.type-link > ul .list-board-item > a {
  display: block;
  padding: 16px 20px;
}

.list-board.type-link > ul .list-board-item + .list-board-item {
  border-top: 1px solid var(--line-color);
}

.list-board.type-link > ul .list-board-item .board-head .title {
  font-weight: 600;
}

.list-board > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -20px;
  margin-right: -20px;
}

.list-board > ul .list-board-item {
  position: relative;
  padding: 20px;
}

.list-board > ul .list-board-item.ing .board-head .title {
  color: var(--rec-primary);
}

.list-board > ul .list-board-item.complite {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}

.list-board > ul .list-board-item:first-child {
  padding-top: 0;
}

.list-board > ul .list-board-item + .list-board-item {
  border-top: 8px solid #f0f0f0;
}

.list-board > ul .list-board-item + .list-board-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--line-color);
  position: absolute;
  top: -1px;
  left: 0;
}

.list-board > ul .list-board-item .board-head .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.2;
  word-wrap: break-word;
  color: var(--text-color);
}

.list-board > ul .list-board-item .board-head .title .edge {
  position: relative;
  bottom: 3px;
  margin: 0 4px;
}

.list-board > ul .list-board-item .board-head .title .board-ico {
  width: 20px;
  position: relative;
  bottom: 1px;
  margin: 0 4px;
}

.list-board > ul .list-board-item .board-head .date {
  color: #7c8089;
  line-height: 1;
}

.list-board > ul .list-board-item .board-head .viewbox {
  margin-top: 14px;
}

.list-board > ul .list-board-item .board-head .viewbox + .viewbox {
  margin-top: 4px;
}

.list-board > ul .list-board-item .board-head .viewbox dt,.list-board > ul .list-board-item .board-head .viewbox dd {
  font-size: 1.5rem;
  height: auto;
}

.list-board > ul .list-board-item .board-head .viewbox dt {
  width: 70px;
}

.list-board > ul .list-board-item .board-head .viewbox dd {
  font-weight: 500;
  color: var(--text-color-gray);
}

.list-board > ul .list-board-item .board-body .media-item {
  margin: 10px 0;
}

.list-board > ul .list-board-item .board-body .status {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--rec-primary);
}

.list-board > ul .list-board-item .board-body p,.list-board > ul .list-board-item .board-body pre {
  font-size: 1.8rem;
  color: #494949;
  font-weight: 500;
  word-wrap: break-word;
  margin: 16px 0;
}

.list-board > ul .list-board-item .board-body .command {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.list-board > ul .list-board-item .board-body .command + .command {
  margin-top: 20px;
}

.list-board > ul .list-board-item .board-body .command .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.list-block.type-select .namebox {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.list-block > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.list-block > ul .list-block-item {
  margin: 0;
  border-radius: 20px;
  position: relative;
}

.list-block > ul .list-block-item .box-crudico {
  position: absolute;
  right: 10px;
  top: 10px;
}

.list-block > ul .list-block-item .date {
  font-size: 1.5rem;
  line-height: 1;
}

.list-block > ul .list-block-item .list-info {
  gap: 0;
  display: block;
}

.list-block > ul .list-block-item .list-info li + li {
  margin-top: 14px;
}

.list-block > ul .list-block-item .block-head {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-block > ul .list-block-item .block-head .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-block > ul .list-block-item .block-body {
  padding-top: 16px;
}

.list-block > ul .list-block-item .block-body .command {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

dl.viewbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

dl.viewbox .status-ball {
  margin-top: 5px;
}

dl.viewbox dt {
  color: #7c8089;
  font-weight: 700;
  width: 100px;
}

dl.viewbox dd {
  font-weight: 600;
}

dl.viewbox dt,dl.viewbox dd {
  text-align: left;
  font-size: 1.6rem;
  height: 34px;
}

dl.viewbox.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #e7e7e7;
  border-radius: 6px;
  padding: 10px 14px;
}

dl.viewbox.vertical + .vertical {
  margin-top: 10px;
}

dl.viewbox.vertical dt,dl.viewbox.vertical dd {
  width: 100%;
  height: auto;
}

dl.viewbox.vertical dt + dd {
  margin-top: 4px;
}

.status-ball {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-color);
  line-height: 1;
  color: #bbb;
}

.status-ball:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.3px;
  -webkit-box-shadow: 0 0 8px 0 rgba(21, 79, 112, 0.15);
  box-shadow: 0 0 8px 0 rgba(21, 79, 112, 0.15);
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, rgba(225, 253, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #d8d8d8), color-stop(50%, rgba(216, 216, 216, 0.8)), color-stop(5%, #d8d8d8));
  background-image: -o-linear-gradient(top, #d8d8d8 100%, rgba(216, 216, 216, 0.8) 50%, #d8d8d8 5%);
  background-image: linear-gradient(to bottom, #d8d8d8 100%, rgba(216, 216, 216, 0.8) 50%, #d8d8d8 5%);
}

.status-ball.positive {
  color: var(--rec-primary);
}

.status-ball.positive:before {
  border-image-source: linear-gradient(to bottom, rgba(225, 253, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, var(--rec-primary)), color-stop(50%, rgba(60, 120, 253, 0.8)), color-stop(5%, var(--rec-primary)));
  background-image: -o-linear-gradient(top, var(--rec-primary) 100%, rgba(60, 120, 253, 0.8) 50%, var(--rec-primary) 5%);
  background-image: linear-gradient(to bottom, var(--rec-primary) 100%, rgba(60, 120, 253, 0.8) 50%, var(--rec-primary) 5%);
}

.status-ball.negative {
  color: #f55;
}

.status-ball.negative:before {
  border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #f55), color-stop(50%, rgba(255, 85, 85, 0.8)), color-stop(5%, #f55));
  background-image: -o-linear-gradient(top, #f55 100%, rgba(255, 85, 85, 0.8) 50%, #f55 5%);
  background-image: linear-gradient(to bottom, #f55 100%, rgba(255, 85, 85, 0.8) 50%, #f55 5%);
}

.status-ball.wating {
  color: #e6ae21;
}

.status-ball.wating:before {
  border-image-source: linear-gradient(to bottom, rgba(255, 245, 225, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #e68621), color-stop(51%, rgba(230, 134, 33, 0.8)), color-stop(5%, #e68621));
  background-image: -o-linear-gradient(top, #e68621 100%, rgba(230, 134, 33, 0.8) 51%, #e68621 5%);
  background-image: linear-gradient(to bottom, #e68621 100%, rgba(230, 134, 33, 0.8) 51%, #e68621 5%);
}

.input-item-inner.clear {
  display: block;
}

.previewImg {
  width: 50px;
  height: 50px;
  border-radius: 20px;
  border: solid 1px #bbb;
  background-color: rgba(187, 187, 187, 0.2);
  overflow: hidden;
}

.previewImg img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stickyY {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 2;
  padding: 0;
  border: none;
}

.stickyY .area-alram {
  margin-bottom: 20px;
}

.stickyY .tab-list {
  background-color: #fff;
  margin-left: -20px;
  margin-right: -20px;
}

.grayPage,.vhPage {
  font-size: 0;
  text-indent: -999rem;
  position: absolute;
}

.edge {
  display: inline-block;
  color: #e68621;
  background-color: #fff2e3;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(255, 155, 50, 0.3);
  box-shadow: 0 1px 1px 0 rgba(255, 155, 50, 0.3);
  letter-spacing: -1px;
}

.btn-tooltip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-tooltip:after,.btn-tooltip:before {
  -webkit-animation: shakeLeft 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  animation: shakeLeft 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.btn-tooltip:after {
  color: var(--rec-primary);
  content: attr(data-guide);
  font-size: 1.2rem;
  position: absolute;
  right: 32px;
  padding: 5px 8px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(60, 120, 253, 0.3);
  box-shadow: 0 1px 1px 0 rgba(60, 120, 253, 0.3);
  background-color: #e8efff;
  white-space: nowrap;
}

.btn-tooltip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 8px solid #e8efff;
  border-right: 5px solid transparent;
  position: absolute;
  left: 0;
}

.area-alram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.area-alram .alram-list {
  padding: 0;
  margin: 0;
}

.area-alram .alram-list .list-more {
  padding: 20px;
}

.area-alram .alram-list.active .alram-head .title {
  color: var(--text-color);
}

.area-alram .alram-list.active .alram-body {
  display: block;
}

.area-alram .alram-list .alram-head {
  padding: 20px;
  width: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #81878c;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 6px;
}

.area-alram .alram-list .alram-head .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.area-alram .alram-list .alram-head .title b {
  font-size: 1.8rem;
  color: var(--text-color);
}

.area-alram .alram-list .alram-head .btn-tooltip {
  position: absolute;
  right: 6px;
}

.area-alram .alram-list .alram-head.notice:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/app-gnbico-notice.png") no-repeat;
  background-size: contain;
}

.area-alram .alram-list .alram-head.work:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/app-gnbico-work.png") no-repeat;
  background-size: contain;
}

.area-alram .alram-list .alram-body {
  display: none;
}

.area-alram .alram-list .alram-body .status {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--rec-primary);
}

.area-alram .alram-list .alram-body .subject {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}

.area-alram .alram-list .alram-body .desc {
  font-size: 1.8rem;
  color: #494949;
}

.area-alram .alram-list .alram-body .command {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.area-alram .alram-list .alram-body .command .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.area-alram .alram-list .alram-group-item {
  padding: 20px;
  padding-top: 0;
}

.area-alram .alram-list .alram-group-item.yet .subject {
  padding-left: 10px;
}

.area-alram .alram-list .alram-group-item.yet .subject:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e68621;
  position: absolute;
  left: 0;
  top: 0;
}

.area-alram .alram-list .alram-group-item.ing .subject {
  color: var(--rec-primary);
}

.area-alram .alram-list .alram-group-item.complite {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}

.area-alram .alram-list .alram-group-item + .alram-group-item {
  border-top: 5px solid #f0f0f0;
  padding-top: 20px;
}

.area-alram .alram-list .alram-view {
  padding: 0 20px 20px;
}

.area-alram .alram-list .alram-view-grid {
  *zoom: 1;
  display: block;
}

.area-alram .alram-list .alram-view-grid:after {
  content: "";
  display: block;
  clear: both;
}

.area-alram .alram-list .alram-view-grid .img {
  float: left;
  width: 60px;
}

.area-alram .alram-list .alram-view-grid .side {
  float: right;
  width: calc(100% - 70px);
}

.area-alram .alram-list .alram-view-grid .side dl + dl {
  margin-top: 4px;
}

.area-alram .alram-list .alram-view-grid .side dl dt {
  width: 70px;
}

.area-alram .alram-list .alram-view-grid .side dl dt,.area-alram .alram-list .alram-view-grid .side dl dd {
  font-size: 1.6rem;
  font-weight: 600;
}

.area-alram .alram-list .alram-view-grid .side dl dd {
  width: calc(100% - 70px);
  color: var(--text-color);
  text-align: right;
}

.area-alram .alram-list .side {
  margin-bottom: 10px;
  color: #7c8089;
}

.area-alram .alram-list .side dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.area-alram .alram-list .side dl dt {
  font-weight: 600;
  margin-right: 14px;
}

.down-slide-cont {
  display: none;
  background-color: var(--background-color);
  margin-top: 20px;
  padding: 20px;
}

.list-board.type-link > ul .list-board-item > a.down-slide-btn {
  display: block;
  padding-right: 50px;
  position: relative;
}

.list-board.type-link > ul .list-board-item > a.down-slide-btn:after {
  content: "";
  display: bock;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/app-ico-arrow-down.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.list-board.type-link > ul .list-board-item > a.down-slide-btn.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-info {
  margin-bottom: 30px;
}

.page-info img {
  width: 100px;
  margin: 40px auto 10px;
  display: block;
}

.page-info p {
  text-align: center;
  font-size: 3rem;
  color: #494949;
  font-weight: 500;
  padding: 0 16px;
  letter-spacing: -1px;
}

.page-info + .area-score {
  margin-top: -20px;
}

.btn-text {
  color: var(--text-color);
  font-size: 1.5rem;
  font-weight: 600;
}

.btn-text.check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-text.check:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url("../images/app-ico-btntextCheck.png") no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.input-item-inner .list-icon {
  width: 100%;
}

.input-item-inner.merge {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--background-color);
  border: 2px solid transparent;
  border-radius: 6px;
  gap: 0;
}

.input-item-inner.merge.style-checked {
  background: #fff;
  border-color: #98b9ff;
}

.input-item-inner.merge .checkbox.block span,.input-item-inner.merge .radio.block span {
  border-color: transparent;
  background: transparent;
}

.input-item-inner.merge .checkbox.block input:checked + span,.input-item-inner.merge .radio.block input:checked + span {
  border-color: transparent;
  background: transparent;
}

.input-item-inner.merge .checkbox.block.single + .single,.input-item-inner.merge .radio.block.single + .single {
  margin-top: 0 !important;
}

.text-date {
  font-size: 1.4rem;
  color: #7c8089;
}

.namebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.namebox .company {
  font-size: 1.6rem;
  color: #7c8089;
  font-weight: 700;
  line-height: 1;
}

.namebox .grade {
  font-size: 1.6rem;
  color: #7c8089;
  line-height: 1;
}

.namebox .name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.namebox .name b {
  font-size: 1.6rem;
}

.namebox + .namebox {
  margin-top: 6px;
}

.text-today {
  text-align: center;
  color: #74777d;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  padding: 20px 0;
}

.text-today b {
  font-weight: 700;
  color: var(--text-color);
}

.text-call {
  font-size: 1.6rem;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-call:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/app-ico-call.png") no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.area-score {
  text-align: center;
  margin-bottom: 36px;
}

.area-score.negative .range-item .rangeslider__fill {
  background: #ff5555;
}

.area-score.negative .score-text-val {
  color: #ff5555;
}

.area-score.negative .score-progress-val {
  background-color: #ff5555;
}

.area-score .score-text {
  color: #c9caca;
  font-size: 5rem;
  position: relative;
  margin-bottom: 20px;
}

.area-score .score-text .score-plus,.area-score .score-text .score-minus {
  margin: 0 20px;
  position: relative;
  color: #c9caca;
  background-color: #c9caca;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-indent: -999rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.area-score .score-text .score-plus:after,.area-score .score-text .score-plus:before,.area-score .score-text .score-minus:after,.area-score .score-text .score-minus:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.area-score .score-text .score-plus:after,.area-score .score-text .score-minus:after {
  width: 20px;
  height: 3px;
  background-color: #fff;
}

.area-score .score-text .score-plus {
  right: 0;
  left: auto;
}

.area-score .score-text .score-plus:before {
  height: 20px;
  width: 3px;
  background-color: #fff;
}

.area-score .score-text-val {
  color: var(--rec-primary);
  font-weight: 700;
}

.area-score .score-progress {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background-color: #c9caca;
  border-radius: 100px;
  overflow: hidden;
}

.area-score .score-progress-val {
  position: absolute;
  height: 100%;
  width: 0%;
  background-color: var(--rec-primary);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.area-score .score-progress-val li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: var(--rec-primary);
}

.area-score .score-progress .score-btn {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: var(--text-color-gray);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-indent: -999rem;
  margin: 0 10px;
}

.area-score .score-progress .score-btn.added:before {
  content: "";
  display: block;
  width: 3px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.area-score .score-progress .score-btn:after {
  content: "";
  display: block;
  height: 3px;
  width: 14px;
  background-color: #fff;
}

.move-on {
  position: relative;
  -webkit-animation: ani-moveup 0.5s linear forwards;
  animation: ani-moveup 0.5s linear forwards;
}

@-webkit-keyframes ani-moveup {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ani-moveup {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.triangle-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 50px;
  height: 50px;
  right: 0;
  left: 0;
  margin: auto;
}

.triangle-container + .contents {
  -webkit-box-shadow: 0 -24px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -24px 24px 0 rgba(0, 0, 0, 0.15);
  padding-top: 0 !important;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--rec-primary);
  -webkit-animation: fade 1s infinite;
  animation: fade 1s infinite;
  margin: auto;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.triangle:nth-child(1) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.triangle:nth-child(2) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border-top: 6px solid #e8efff;
}

.triangle:nth-child(3) {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  border-top: 6px solid #fff;
}

@-webkit-keyframes shakeLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes shakeLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.legend li {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legend li + li {
  margin-left: 20px;
}

.legend li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #313437;
  margin-right: 5px;
}

.legend li.today::before {
  background-color: var(--rec-primary);
}

/* CUSTOM :: 
datatables */

/* CUSTOM :: 
jquery ui */

.ui-widget {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
}

.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:last-child a {
  color: #ff6b6b;
}

.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:last-child a.ui-state-active {
  color: #fff;
}

.datepicker:-moz-read-only + label {
  pointer-events: none;
}

.datepicker:read-only + label {
  pointer-events: none;
}

.ui-datepicker {
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.ui-datepicker .ui-widget-header {
  background-color: #313437;
  border: none;
  padding: 10px;
  color: #fff;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title {
  margin: 0;
  *zoom: 1;
  display: block;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title:after {
  content: "";
  display: block;
  clear: both;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title,.ui-datepicker .ui-widget-header .ui-datepicker-title span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next,.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  top: 9px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next span,.ui-datepicker .ui-widget-header .ui-datepicker-prev span {
  background: url("../images/cal-arrow-l.png") no-repeat;
  background-size: contain;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  left: 6px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next {
  right: 6px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next span {
  background: url("../images/cal-arrow-r.png") no-repeat;
  background-size: contain;
}

.ui-datepicker td {
  color: var(--text-color);
  padding: 6px 0;
  text-align: center;
}

.ui-datepicker th {
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 0.8;
  background: var(--background-color);
}

.ui-datepicker .ui-state-default {
  display: inline-block;
  padding: 0;
  font-size: 1.5rem;
  width: 30px;
  height: 30px;
  line-height: 23px;
  border: 3px solid transparent;
  background: none;
  text-align: center;
  border-radius: 6px;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
  color: var(--text-color);
  font-weight: 700;
  background-color: var(--background-color);
}

.ui-datepicker .ui-state-default.ui-state-highlight.ui-state-hover {
  opacity: 1;
}

.ui-datepicker .ui-state-default.ui-state-active {
  border-radius: 6px;
  background-color: var(--rec-primary);
  color: #fff;
  font-weight: 700;
}

.ui-datepicker .ui-state-default.ui-state-active.ui-state-hover {
  opacity: 1;
}

.ui-datepicker .ui-state-default.ui-state-hover {
  opacity: 0.5;
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
  color: #fff;
  font-weight: 700;
  border: none;
  float: left;
  padding-left: 0;
  padding-right: 30px;
  margin-right: 10px;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}

.ui-datepicker select.ui-datepicker-year {
  width: 104px;
}

.ui-datepicker select.ui-datepicker-month {
  width: 70px;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
  border: none;
  background: none;
}

.datepicker-page {
  margin-top: -16px;
}

.datepicker-page .datepicker {
  width: 100%;
}

.datepicker-page .datepicker.readonly {
  pointer-events: none;
}

.datepicker-page .datepicker .ui-datepicker-inline {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
}

.ui-widget.ui-widget-content {
  border: none;
}

/* CUSTOM :: 
CKEDITOT */

/* range Item */

.range-item {
  border-radius: 100px;
  overflow: hidden;
}

.range-item input[type=range] {
  width: 100%;
}

.range-item input[type=range] {
  -webkit-appearance: none;
}

.range-item .rangeslider,.range-item .rangeslider__fill {
  display: block;
  border-radius: 100px;
}

.range-item .rangeslider {
  background: #c9caca;
  position: relative;
}

.range-item .rangeslider--horizontal {
  height: 60px;
  width: 100%;
}

.range-item .rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.range-item .rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.range-item .rangeslider__fill {
  background: var(--rec-primary);
  position: absolute;
}

.range-item .rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.range-item .rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.range-item .rangeslider__handle {
  background: #fff;
  cursor: pointer;
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 50%;
}

.range-item .rangeslider__handle:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--rec-primary);
  background: url("../images/rangeSliderIcon.png") no-repeat;
  background-size: contain;
  border-radius: 50%;
}

.range-item .rangeslider__handle:active,.range-item .rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.12)));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.range-item .rangeslider--horizontal .rangeslider__handle {
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.range-item .rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

.range-item input[type=range]:focus + .rangeslider .rangeslider__handle {
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/* full cal */

.fc .fc-toolbar-title {
  letter-spacing: -1px;
}

.fc .fc-daygrid-day-top,.fc .fc-toolbar.fc-header-toolbar {
  position: relative;
}

.fc .fc-daygrid-day-top .fc-today-button,.fc .fc-toolbar.fc-header-toolbar .fc-today-button {
  display: none;
  /* 오늘 버튼 제거 */
}

.fc .fc-daygrid-day-top .fc-button-group,.fc .fc-toolbar.fc-header-toolbar .fc-button-group {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}

.fc .fc-daygrid-day-top .fc-button-group .fc-button,.fc .fc-toolbar.fc-header-toolbar .fc-button-group .fc-button {
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  border-radius: 50%;
  position: relative;
}

.fc .fc-daygrid-day-top .fc-button-group .fc-button .fc-icon,.fc .fc-toolbar.fc-header-toolbar .fc-button-group .fc-button .fc-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
}

.fc .fc-daygrid-day-top .fc-button-group .fc-button .fc-icon:before,.fc .fc-toolbar.fc-header-toolbar .fc-button-group .fc-button .fc-icon:before {
  content: none;
}

.fc .fc-daygrid-day-top .fc-button-group .fc-button.fc-prev-button,.fc .fc-toolbar.fc-header-toolbar .fc-button-group .fc-button.fc-prev-button {
  position: absolute;
  left: -10px;
}

.fc .fc-daygrid-day-top .fc-button-group .fc-button.fc-prev-button .fc-icon,.fc .fc-toolbar.fc-header-toolbar .fc-button-group .fc-button.fc-prev-button .fc-icon {
  background: url("../images/app-pagingArrow.png") no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fc .fc-daygrid-day-top .fc-button-group .fc-button.fc-prev-button .fc-icon:before,.fc .fc-toolbar.fc-header-toolbar .fc-button-group .fc-button.fc-prev-button .fc-icon:before {
  content: none;
}

.fc .fc-daygrid-day-top .fc-button-group .fc-button.fc-next-button,.fc .fc-toolbar.fc-header-toolbar .fc-button-group .fc-button.fc-next-button {
  position: absolute;
  right: -10px;
}

.fc .fc-daygrid-day-top .fc-button-group .fc-button.fc-next-button .fc-icon,.fc .fc-toolbar.fc-header-toolbar .fc-button-group .fc-button.fc-next-button .fc-icon {
  background: url("../images/app-pagingArrow.png") no-repeat center;
  background-size: contain;
}

.fc .fc-daygrid-day-top .fc-button-group .fc-button.fc-next-button .fc-icon:before,.fc .fc-toolbar.fc-header-toolbar .fc-button-group .fc-button.fc-next-button .fc-icon:before {
  content: none;
}

@media all and (max-height: 830px) and (max-width: 380px) {
  /* iPhone SE > */

  .viewport .container .gradient-frame.type-bg:before {
    width: 340px;
    height: 264px;
    bottom: -70px;
  }

  .viewport .container .gradient-frame .desc + .snb-btn {
    margin-top: 30px;
  }

  .app-main .list-icon ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .app-main .list-icon2 ul {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }


  .app-main .list-icon ul li a .icon {
    min-width: 55px;
    min-height: 55px;
  }

  .app-main .list-icon ul li a .icon img {
    width: 40px;
  }

  .app-main .list-icon ul li a span {
    margin-top: 4px;
    font-size: 1.5rem;
  }

  .btn.video span {
    font-size: 1.6rem !important;
    letter-spacing: -1px;
  }

  .addFields .addBlock .unit.in {
    letter-spacing: -1px;
  }

  .addFields .addBlock .input-type-ico input,  .addFields .addBlock select,  .addFields .addBlock .unit.in + input {
    font-size: 1.5rem;
    letter-spacing: -1px;
    padding-left: 90px;
  }
}

@media (min-width: 800px) {
  .viewport .container .gradient-frame.type-bg:before {
    width: 390px;
    height: 304px;
    bottom: 0;
  }

  .layout-center {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    margin-top: 40px;
  }

  .layout-center .list-icon ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
  }

}

@media (min-width: 1024px) {
  .tbl {
    border-top: none;
  }

  .tbl table {
    display: block;
  }

  .tbl table tbody {
    display: block;
  }

  .tbl table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tbl table tr.use-colspan td {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tbl table tr.use-colspan td + th {
    border-left: 1px solid var(--line-color);
  }

  .tbl table tr + tr {
    border: none;
  }

  .tbl table tr th {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 160px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding-left: 16px;
    font-size: 1.4rem;
  }

  .tbl table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: calc(100% - 160px);
  }

  .tbl table tr td.null {
    display: none;
  }

  .tbl table tr td .input-item {
    width: 100% !important;
  }

  .tbl table tr th,  .tbl table tr td {
    vertical-align: middle;
    border-top: 1px solid var(--line-color);
  }
}