@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100;
  src: local("※"), url(../fonts/Pretendard-Thin.woff2) format("woff2"), url(../fonts/Pretendard-Thin.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: local("※"), url(../fonts/Pretendard-Light.woff2) format("woff2"), url(../fonts/Pretendard-Light.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: local("※"), url(../fonts/Pretendard-Regular.woff2) format("woff2"), url(../fonts/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: local("※"), url(../fonts/Pretendard-Medium.woff2) format("woff2"), url(../fonts/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: local("※"), url(../fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../fonts/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: local("※"), url(../fonts/Pretendard-Bold.woff2) format("woff2"), url(../fonts/Pretendard-Bold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 800;
  src: local("※"), url(../fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(../fonts/Pretendard-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 900;
  src: local("※"), url(../fonts/Pretendard-Black.woff2) format("woff2"), url(../fonts/Pretendard-Black.woff) format("woff");
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body {
  font-size: 1em;
  line-height: 19px;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", sans-serif;
  height: 100%;
}
body {
  overflow: hidden;
}
/* margin */
.m_auto {
  margin: auto !important;
}
.mx_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my_auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt_auto {
  margin-top: auto !important;
}
.mr_auto {
  margin-right: auto !important;
}
.mb_auto {
  margin-bottom: auto !important;
}
.ml_auto {
  margin-left: auto !important;
}
.m0 {
  margin: 0 !important;
}
.mx0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mpx {
  margin: 1px !important;
}
.mxpx {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.mypx {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.mtpx {
  margin-top: 1px !important;
}
.mrpx {
  margin-right: 1px !important;
}
.mbpx {
  margin-bottom: 1px !important;
}
.mlpx {
  margin-left: 1px !important;
}
.m5 {
  margin: 5px !important;
}
.mx5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.mx10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.mx15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.mx20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.mx25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
/* padding */
.p0 {
  padding: 0 !important;
}
.px0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.ppx {
  padding: 1px !important;
}
.pxpx {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.pypx {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.ptpx {
  padding-top: 1px !important;
}
.prpx {
  padding-right: 1px !important;
}
.pbpx {
  padding-bottom: 1px !important;
}
.plpx {
  padding-left: 1px !important;
}
.p5 {
  padding: 5px !important;
}
.px5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.px15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.px25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.round-tl0 {
  border-top-left-radius: 0 !important;
}
.round-tr0 {
  border-top-right-radius: 0 !important;
}
.round-bl0 {
  border-bottom-left-radius: 0 !important;
}
.round-br0 {
  border-bottom-right-radius: 0 !important;
}
.round-tl3 {
  border-top-left-radius: 3px !important;
}
.round-tr3 {
  border-top-right-radius: 3px !important;
}
.round-bl3 {
  border-bottom-left-radius: 3px !important;
}
.round-br3 {
  border-bottom-right-radius: 3px !important;
}
.round-tl6 {
  border-top-left-radius: 6px !important;
}
.round-tr6 {
  border-top-right-radius: 6px !important;
}
.round-bl6 {
  border-bottom-left-radius: 6px !important;
}
.round-br6 {
  border-bottom-right-radius: 6px !important;
}
.border0 {
  border: 0 !important;
}
.bold {
  font-weight: 600 !important;
}
.bold8 {
  font-weight: 800 !important;
}
.bold9 {
  font-weight: 900 !important;
}
.text-center {
  text-align: center !important;
}
.fa-stack.fa-regular {
  color: #5CC5FF;
}
.fa-stack.small {
  font-size: .5em;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
hr {
  margin-top: .7rem;
  margin-bottom: 1.2rem;
  border: 0;
  border-top: 1px solid #DDD;
}
ul {
  list-style: none;
}
fieldset, img {
  border: 0 none;
}
a {
  color: #000;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: none;
}
img {
  vertical-align: top;
}
input {
  outline: none;
}
input[type="text"], input[type="password"] {
  height: 40px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 5px 10px;
  color: #545454;
  font-size: .9em;
}
.form-search {
  display: flex;
  flex-direction: row; 
}
.form-search > input {
  flex: 1 0 90%;
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
.form-search > button {
  flex: 1 0 10%;
  border: 1px solid #DDDDDD;
  border-left: 0;
  border-radius: 0 5px 5px 0;
}
input[type="checkbox"] {
  box-sizing: border-box;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none !important;
  border: 1px solid #B8B8B8;
  border-radius: 2px;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
}
input[type="checkbox"]::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: scale(0) translate(-50%, -50%);
  line-height: 1;
}
input[type="checkbox"]:checked {
  background-color: #5CC5FF;
  border-color: #5CC5FF; 
  color: white;
}
input[type="checkbox"]:checked::before {
  border-radius: 2px;
  transform: scale(1) translate(-50%, -50%)
}
input[type="checkbox"]:checked + label {
  color: #5CC5FF;
}
input::placeholder,textarea::placeholder {
  color: #545454;
  opacity: .51;
}
select {
  width: 100%;
  height: 40px;
  padding: 10px 45px 10px 15px;
  border: 1px solid #DDD;
  border-radius: 5px;
  color: #545454;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3e%3c/svg%3e") no-repeat 96% 50%; 
  background-size: 16px 16px;
  font-size: .9em;
}
.toggle_switch {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 24px;
}
.toggle_switch input[type="checkbox"] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: initial;
  clip: rect(0 0 0 0);
}
.toggle_switch .slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  border-radius: 34px;
  cursor: pointer;
  transition: 0.3s;
}
.toggle_switch input[type="checkbox"]:checked + .slider {
  background-color: #007bff;
}
.toggle_switch .slider::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.toggle_switch input[type="checkbox"]:checked + .slider::before {
  transform:translateX(24px);
}
.blind, legend, caption {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
legend.show {
  position: unset;
  width: 100%;
  height: auto;
  clip: auto;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
}
.btn {
  width: 100%;
  height: 46px;
  border-radius: 6px;
  font-size: 1.1em;
  font-weight: 600;
}
.btn-sm {
  width: 100%;
  height: auto;
  border-radius: 6px;
  font-size: .8em;
  font-weight: 600;
  padding: 7px 0 6px;
}
.btn-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.btn-inline button {
  flex: 1 0 45%;
}
.btn.btn1 {
  color: #FFF;
  background-color: #5CC5FF;
}
.btn.btn2 {
  color: #FFF;
  background-color: #545454;
}
.btn.btn3 {
  color: #FFF;
  background-color: #B8B8B8;
}
.layer-comm {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.layer-comm.on {
  opacity: 1;
  visibility: visible;
}
.layer-comm .layer-inner {
  overflow: auto;
  position: relative;
  max-width: 400px;
  max-height: calc(100dvh - 50px);
  background: #fff;
  margin: 0 30px;
  border-radius: 10px;
}
.layer-comm .layer-inner h2 {
  font-size: 1.1em;
  font-weight: 600;
  padding: 15px 0 14px 18px;
  background-color: #EEE;
}
.layer-comm .layer-inner p {
  padding: 20px 30px;
  overflow-y: auto;
  max-height: 400px;
  font-size: .9em;
  line-height: 1.4em;
  color: #545454;
}
.layer-comm .layer-inner img {
  width: 100%;
}
.layer-comm .layer-inner .layer-btn {
  padding: 20px 30px;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.layer-comm .layer-inner .btn {
  width: 30%;
}
.layer-comm .layer-inner .btn.btn2 {
  margin-left: 10px;
}
.layer-comm .layer-inner .layer-close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 1.5em;
  color: #000;
}
.list-group {
  text-align: left;
}
.list-group .list-group-item {
  margin: 5px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DDD;
}
.list-group .list-group-item p {
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 4px;
}
.list-group .list-group-item span {
  font-size: .8em;
}
.list-group .list-group-item span.text-body {
  color: #B8B8B8;
}
.list-group .list-group-item a {
  padding: 0 15px 0 20px;
}
.list-group .list-group-item a.link {
  color: #545454;
  padding: 5px 0 5px 5px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 16px;
  background-color: #FFF;
}
header h1 {
  font-size: 1.2em;
}
header button {
  font-size: 1.4em;
  color: #000;
}
.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.menu-wrap .close {
  position: absolute;
  top: 33px;
  right: 28px;
  font-size: 1.1em;
  color: #000;
}
.menu-wrap .logout {
  position: absolute;
  left: 30px;
  bottom: 95px;
  font-size: 1em;
  color: #545454;
}


/* 작은 화면 (모바일) */
@media (min-width: 767px) {
  .menu-wrap .logout {
    position: absolute;
    left: 5px; /* 화면 좌측에서 5px */
    bottom: 10px; /* 화면 하단에서 10px */
    font-size: 0.8em; /* 작은 화면에 맞게 글자 크기 축소 */
    color: #333333; /* 색상 조정 */
  }
}

.menu-wrap .logout i {
  font-size: 1.1em;
  color: #000;
}
.menu-wrap .menu-content {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  max-width: 270px;
  padding: 28px;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.4s;
}
.menu-content h2 img {
  width: 164px;
}
.menu-content nav {
  margin-top: 54px;
}
.menu-content li {
  padding: 15px 0 14px 10px; /* 기본 스타일 */
  border-bottom: 1px solid #DDD;
}

/* 작은 화면용 (767px 이하) */
@media (max-width: 767px) {
  .menu-content li {
    padding: 10px 0 10px 5px; /* 내부 여백 축소 */
    border-bottom: 1px dashed #CCC; /* 선 스타일 변경 */
  }
}

.menu-content li a {
  font-size: 0.9em;
  font-weight: 600;
}
button.menu[aria-expanded=true] + .menu-wrap {
  opacity: 1;
  visibility: visible;
}
button.menu[aria-expanded=true] + .menu-wrap .menu-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
footer {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #B8B8B8;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 8px;
  padding: 10px 0 6px;
  position: fixed;
  bottom: 0;
}
footer a {
  font-size: .8em;
  color: #BEBEBE;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer a i {
  padding-bottom: 7px;
  font-size: 1.5em;
  color: #545454;
}
footer ul {
  display:flex;
}
footer li {
  display: inline-block;
  width: 62px;
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  width: 100%;
  height: 80%;
  overflow-y: auto;
}
main .container {
  max-width: 400px;
  width: 100%;
  text-align: center;
  padding: 0 28px;
}
main.non-menu {
  margin-top: 0;
  height: 100dvh;
}
main.non-header {
  margin-top: 0;
  height: calc(100dvh - 60px);
}
main.non-footer {
  height: calc(100dvh - 90px);
}
/* index */
.index-wrap {
  height: 100dvh;
  display: grid;
  align-content: center;
}
.index-content {
  margin: 0 auto;
  width: 304px;
  text-align: center;
}
.index-content img {
  width: 192px;
}
.index-content .index-bg {
  margin-top: 25px;
  width: 100%;
  height: 200px;
  background-image: url('../images/banner_01.png');
	background-repeat: no-repeat;
  background-size: 304px 150px;
  display: flex;
  justify-content: center;
}
.index-content p {
  align-self: flex-end;
  font-size: 1.1em;
  font-weight: 500;
  color: #5CC5FF;
}
/* login */
.login-content {
  margin-top: 15px;
  height: 250px;
  background: url('../images/banner_01.png') center bottom/100% no-repeat;
}
.login-content img {
  width: 80px;
}
.emergency-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 19px 0 10px;
}
.emergency-content p {
  width: 100%;
  font-size: 1.1em;
  font-weight: 600;
}
.emergency-content div {
  margin-top: 10px;
  flex: 0 0 50%;
  border: 1px solid #DDDDDD;
}
.emergency-content div.alarm {
  border-radius: 6px 0 0 6px;
}
.emergency-content div.call {
  border-radius: 0 6px 6px 0;
}
.emergency-content div a {
  display: inline-block;
  margin: 15px 0;
  font-weight: 600;
  padding-top: 35px;
}
.emergency-content div.alarm a {
  background: url('../images/ico_alarm.png') top center/40px no-repeat;
}
.emergency-content div.call a {
  background: url('../images/ico_call.png') top center/30px no-repeat;
}
.login-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.login-form label {
  flex: 0 0 20%;
  color: #B8B8B8;
}
.login-form input {
  flex: 0 0 70%;
  border-width: 0 0 1px;
  border-color: #DDD;
  height: 50px;
  border-radius: 0;
}

/* 작은 화면 (767px 이하) */
@media (max-width: 767px) {
  .login-form label {
    flex: 0 0 100%; /* 라벨이 전체 너비를 차지 */
    text-align: left; /* 작은 화면에서 정렬 */
    margin-bottom: 5px; /* 라벨과 입력 필드 간격 */
    color: #A0A0A0; /* 더 부드러운 색상 */
  }

  .login-form input {
    flex: 0 0 100%; /* 입력 필드가 전체 너비를 차지 */
    height: 40px; /* 입력 필드 높이 축소 */
    font-size: 14px; /* 작은 화면에 맞게 글자 크기 조정 */
  }
}

.check-form {
  margin: 25px 0 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.check-form label {
  padding: 0 30px 0 5px;
  font-size: .9em;
  color: #B8B8B8;
  cursor: pointer;
}
.join-link {
  margin: 20px 0 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.join-link a {
  flex: 0 0 40%;
  color: #545454;
  font-size: 0.8em;
}
.join-link a:last-child {
  flex: 0 0 60%;
} 
.join-link a i {
  padding-right: 8px;
  font-size: 1.1em;
  color: #B8B8B8;
}
/* 폼 */
.form-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.form-content input,.form-content select {
  margin-bottom: 20px;
}
.form-content label {
  margin-bottom: 8px;
  align-self: flex-start;
  font-weight: 500;
}
.input-group {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.form-content .input-group > input {
  flex: 1 0 73%;
}
.form-content .input-group > select {
  flex: 1 0 48%;
}
.form-content .input-group.col4 > input {
  flex: 1 0 20%;
  width: 20%;
}
.form-content .input-group > input.input-bg {
  background-color: #F4F4F4;
}
.form-content .cert-btn {
  flex: 1 0 23%;
  height: 40px;
  font-size: 1em;
}
.form-line {
  border: 1px solid #DDD;
}
.terms-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
}
.terms-form dt {
  width: 100%;
  font-weight: 500;
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
}
.terms-form dd {
  padding: 5px 0 30px 10px;
}
.terms-form ul {
  margin-top: 5px;
  padding-left: 20px
}
.terms-form li {
  padding: 5px 0;
}
.terms-form label {
  color: #545454;
}
.board-header {
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  color: #545454;
}
.board-header span {
  display: block;
  font-size: .8em;
  font-weight: normal;
  color: #BEBEBE;
  padding-top: 5px;
}
.board-desc {
  font-size: 1em;
  text-align: left;
  color: #545454;
  line-height: 140%;
}
/* map */
.map-area {
  width: 100%;
  height: calc(100dvh - 200px);
  background-color: #545454;
  color: #FFF;
  display: grid;
  align-items: center;
  font-size: 5em;
}
/* content */
.state-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.state-box dl {
  flex: 1 0 50%;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
}
.state-box dl:first-child {
  border-radius: 6px 0 0 6px;
}
.state-box dl:last-child {
  border-radius: 0 6px 6px 0;
}
.state-box dt {
  color: #545454;
  padding: 20px 0 0;
  font-size: 1em;
  font-weight: 500;
}
.state-box dd {
  font-size: 1.5em;
  font-weight: 800;
  color: #000;
  padding: 20px 0;
}
.state-box dl.active {
  border-color: #5CC5FF;
  background-color: #F5FBFF;
}
.state-box dl.active dd {
  color: #5CC5FF;
}
.state-box.bg-white dl {
  background-color: #FFF;
}
.state-box.bg-white dt {
  font-weight: normal;
}
.state-box.bg-white dd {
  font-weight: 600;
  color: #545454;
}
.charge-area .list-group-item {
  color: #545454;
  padding-bottom: 15px;
}
.charge-area .list-group-item p {
  font-size: 1em;
  font-weight: normal;
}
.charge-area .list-group-item span {
  font-size: 1.3em;
  font-weight: 600;
}
.charge-area .list-group-item em {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}
.charge-area .list-group-item.active {
  color: #5CC5FF;
}
.charge-area .list-group-item.active p {
  font-weight: 600;
}
.charge-area .list-group-item.active span {
  font-size: 1.4em;
}
.charge-area .list-group-item.active em {
  font-size: .6em;
  color: #545454;
  font-weight: 600;
}
.charge-area .list-group-item:last-child {
  border-bottom: 0;
}
.progress-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.progress-area span {
  flex: 1 0 10%;
  color: #B8B8B8;
  font-size: .9em;
}
.progress-area .progress {
  flex: 1 0 80%;
  display: flex;
  height: 6px;
  overflow: hidden;
  background-color: #EEEEEE;
  border-radius: 3px;
}
.progress-area .progress .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-color: #5CC5FF;
  transition: width 0.6s ease;
}
.graph-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  color: #545454;
}
.graph-box dl {
  width: 100%;
  margin-bottom: 20px;
}
.graph-box dt {
  font-weight: 600;
  margin-bottom: 5px;
}
.graph-box dd {
  height: 250px;
  background-color: #F8F8F8;
  color: #B8B8B8;
  font-size: 2.5em;
  font-weight: 500;
  display: grid;
  align-items: center;
  text-align: center;
}
.battery-box {
  width: 100%;
  background-color: #F2FFEF;
  border: 1px solid #28CF00;
  border-radius: 6px;
  padding: 15px 0;
}
.battery-box span {
  display: block;
  color: #545454;
  font-weight: 600;
}
.battery-box p {
  font-size: 1.5em;
  font-weight: 800;
  color: #28CF00;
  padding: 15px 0 20px 0;
}
.battery-box.danger {
  background-color: #FFFDF8;
  border: 1px solid #FF8000;
}
.battery-box.danger p,.battery-box.danger span {
  color: #FF8000;
}
.battery-box.danger2 {
  background-color: #FFF8F1;
}
.battery-box.info {
  background-color: #F6FCFF;
  border: 1px solid #5CC5FF;
}
.battery-box.info p,.battery-box.info span {
  color: #000;
}
.battery-box span.title {
  color: #545454;
}
.state-progress-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.state-progress-box dl {
  flex: 1 0 50%;
  border: 1px solid #DDDDDD;
}
.state-progress-box dl.fire-content {
  border: 1px solid #5CC5FF;
  border-radius: 6px;
}
.state-progress-box dt {
  color: #545454;
  padding: 20px 0 0;
  font-size: 1em;
}
.state-progress-box dd {
  font-size: 1.5em;
  font-weight: 600;
  color: #545454;
  padding: 20px 0;
  justify-items: center;
}
.state-progress-box .progress-area {
  margin-top: 15px;
  font-weight: normal;
  width: 100%;
}
.state-progress-box .progress-area span {
  font-size: .6em;
}
.state-progress-box .progress-area .progress {
  flex-basis: 60%;
}
.battery-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #BC0000;
  border-radius: 6px;
}
.battery-content ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 0 15px;
  width: 100%;
}
.battery-content li {
  padding:0 20px;
  border-right: 1px solid rgba(255, 255, 255, .46);
}
.battery-content li a {
  display: inline-block;
  font-weight: 600;
  padding-top: 30px;
  color: #FFFFFF;
}
.battery-content a.alarm {
  background: url('../images/ico_alarm_wh.png') top center/30px no-repeat;
}
.battery-content a.call {
  background: url('../images/ico_call_wh.png') top center/24px no-repeat;
}
.battery-content a.camera {
  background: url('../images/ico_camera_wh.png') top center/24px no-repeat;
}
.safety-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #545454;
}
.safety-box dd {
  width: 100%;
  padding-top: 10px;
}
.safety-box dd ul {
  background-color: #FAFAFA;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 15px 0;
}
.safety-box dd ul li {
  font-weight: 600;
  text-align: center;
}
.safety-box dd ul li span {
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0 auto 10px;
  align-items: center;
}
.safety-box dd ul li.active {
  color: #EC0000;
}
.safety-box dd ul li.active span {
  background-color: #FF2020;
  box-shadow: inset 0px 3px 6px #FFD500AB, 0px 3px 6px #EC000087;
  border: 1px solid #D20000;
}
.safety-box dd ul.machine-circle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 20px 30px;
}
.safety-box dd ul.machine-circle li {
  font-weight: 600;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 5px;
  padding: 10px;
}
.safety-box dd ul.machine-circle li.active {
  background-color: #28CF00;
  box-shadow: inset 0px 3px 6px #FFD500AB, 0px 3px 6px #28CF0082;
  border: 1px solid #1F9F00;
  color: #FFF; 
}
.result-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  width: 100%;
}
.result-box dt {
  padding-top: 10px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
.result-box dt span {
  background-color: #545454;
  border-radius: 5px;
  color: #FFF;
  font-size: .8em;
  font-weight: normal;
  margin: 6px auto 0;
  padding: 3px 8px;
}
.result-box dd {
  width: 100%;
}
.result-box dd ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px 0;
}
.result-box dd ul li {
  text-align: center;
  color: #545454;
}
.result-box dd ul li span {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  padding-top: 10px;
}
.result-box dd ul li:last-child {
  font-weight: 600;
}
.result-box dd ul li:last-child span {
  color: #5CC5FF;
}
.charger-form {
  padding-top: 190px;
  position: relative;
}
.charger-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/banner_01.png') center top/100% no-repeat;
  opacity: .36;
  z-index: -1;
}
.charger-label {
  width: 100%;
  font-size: 1.1em;
  font-weight: 600 !important;
  text-align: center;
}
.company-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.company-box dt {
  width: 100%;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.company-box dt h4 {
  flex: 1 0 70%;
  text-align: left;
  align-self: center;
  font-size: 1.1em;
}
.company-box dt h5 {
  text-align: left;
  font-size: 1em;
}
.company-box dt button {
  flex: 1 0 30%;
}
.company-box dd {
  width: 100%;
  background-color: #FAFAFA;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  position: relative;
}
.company-box dd.device-info {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #0000000D;
}
.company-box dd h5 {
  text-align: left;
  color: #5CC5FF;
  font-size: 1.1em;
  font-weight: 600;
  padding: 20px 20px 0;
}
.company-box dd .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #5CC5FF;
  border-radius: 5px;
  color: #FFF;
  font-size: .8em;
  font-weight: 600;
  padding: 4px 6px;
}
.company-box dd .badge.dark {
  background-color: #000;
}
.company-box dd ul {
  color: #545454;
  list-style: disc;
  padding: 16px 10px 10px 30px;
}
.company-box dd ul.none {
  list-style: none;
}
.company-box dd ul li {
  text-align: left;
  padding-bottom: 10px;
  font-weight: 300;
}
.company-box dd ul li span {
  display: inline-block;
  font-weight: 600;
  width: 20%;
}
.company-box dd ul.none li span {
  width: 25%;
}
.company-box dd ul li span.fa-stack {
  display: inline-block;
  width: 10%;
  font-size: .8em;
}
.company-box dd ul li span.fa-stack .fa-circle {
  color: #5CC5FF;
}
.company-box dd ul li span.fa-stack .fa-location-dot {
  color: #FFF;
}
h4.device-name {
  font-size: 1.2em;
  margin-bottom: 20px;
}
/* Web Camera */
.web-outline {
  width: 100%;
  height: calc(100dvh - 150px);
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.web-outline .web-area {
  width: 300px;
  height: 350px;
  background-color: #545454;
  color: #FFF;
  font-size: 3em;
  display: grid;
  align-items: center;
}
