@charset "utf-8";
@import url("./scrollbar.css");

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans Light"), local("Noto Sans Light"),
    local("Noto Sans Light");
  src: url(../fonts/NotoSans-Light.eot);
  src: url(../fonts/NotoSans-Light.eot?#iefix) format("embedded-opentype"),
    url(../fonts/NotoSans-Light.woff) format("woff"),
    url(../fonts/NotoSans-Light.otf) format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Regular"), local("Noto Sans Regular"),
    local("Noto Sans Regular");
  src: url(../fonts/NotoSans-Regular.eot);
  src: url(../fonts/NotoSans-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/NotoSans-Regular.woff) format("woff"),
    url(../fonts/NotoSans-Regular.otf) format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Medium"), local("Noto Sans Medium"),
    local("Noto Sans Medium");
  src: url(../fonts/NotoSans-Medium.eot);
  src: url(../fonts/NotoSans-Medium.eot?#iefix) format("embedded-opentype"),
    url(../fonts/NotoSans-Medium.woff) format("woff"),
    url(../fonts/NotoSans-Medium.otf) format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("Noto Sans Bold"), local("Noto Sans Bold");
  src: url(../fonts/NotoSans-Bold.eot);
  src: url(../fonts/NotoSans-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/NotoSans-Bold.woff) format("woff"),
    url(../fonts/NotoSans-Bold.otf) format("truetype");
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-break: break-all;
}

body,
html {
  width: 100%;
  height: 100%;
}
body {
  font-size: 14px;
  font-family: "Noto Sans", "Malgun Gothic", Dotum, Helvetica,
    "Apple SD Gothic Neo", Sans-serif;
  font-weight: 400;
  color: #535353;
  letter-spacing: -0.5px;
  word-break: normal;
  -webkit-text-size-adjust: none;
  vertical-align: baseline;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  vertical-align: top;
}
input[type="text"]::-ms-clear {
  display: none;
}
caption,
legend,
.offscr {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}
input[type="text"]::-ms-clear {
  display: none;
}
textarea {
  resize: none;
}
select,
input[type="text"],
input[type="number"],
input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
}

#wrap {
  height: 100%;
}
.lock,
.lock body {
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: none;
}
.lock #wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.login_wrap {
  width: 100%;
  height: 100%;
}
.log_box {
  width: 300px;
  padding-top: 230px;
  margin: 0 auto;
}
.log_box h1 {
  width: 100%;
  height: 67px;
  background: url(../images/logo_login2.png) center no-repeat;
  color: transparent;
}
/* .log_box h2 {color:#333; margin-top:60px;}
.log_box h2 span {display:block; font-size:16px; line-height: 22px;}
.log_box h2 strong {display:block; font-weight: 700;font-size:28px; line-height: 38px; } */
.log_box .btn_login {
  width: 100%;
  height: 50px;
  margin-top: 55px;
  background: #da5d3b;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.log_box .error_txt {
  text-align: right;
}
/* .log_sub {margin-top:20px; padding-bottom:32px; display:flex; justify-content: space-between; font-size:14px; line-height: 20px;}
.log_sub input[type="checkbox"] + label {position:relative; padding-left:28px;}
.log_sub input[type="checkbox"] + label:before {position:absolute; content:''; left:0; top:2px; width:16px; height:16px; background:url(../images/check_circle.png) no-repeat;}
.log_sub input[type="checkbox"]:checked + label:before {background-image: url(../images/check_circle_ck.png);} */
input[type="text"],
input[type="number"],
input[type="password"] {
  width: 100%;
  height: 50px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 14px;
}
input[type="text"].sm,
input[type="number"].sm,
input[type="date"].sm,
input[type="time"].sm {
  width: 100%;
  height: 30px;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  padding: 0 12px;
  font-size: 12px;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus {
  outline: 0;
  border-color: #da5d3b;
}
input.error {
  border: 2px solid #ff4c4c;
}
.select {
  width: 100%;
  height: 46px;
  padding: 0 48px 0 14px;
  color: #949494;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
}
select.sm {
  height: 30px;
  font-size: 12px;
  padding: 0 48px 0 12px;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  background: url(../images/ico_select.png) no-repeat calc(100% - 12px) center;
}
select:focus {
  border-color: #da5d3b;
  outline: 0;
}

.quantity {
  position: relative;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.quantity_nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
}
.quantity_button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #e8e8e8;
  width: 25px;
  color: transparent;
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
}
.quantity_button:hover {
  background-color: #e5e4e4;
}
.quantity_button.quantity_up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #e8e8e8;
  background-image: url(../images/arr_up.png);
}
.quantity_button.quantity_down {
  position: absolute;
  bottom: 0;
  height: 50%;
  background-image: url(../images/arr_down.png);
}

.form_wrap {
  margin-top: 40px;
}
.mode_box .form_wrap {
  margin-top: 0;
}
.form_wrap .form_item label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
.form_wrap .form_item {
  height: 110px;
}
.form_wrap .error_txt {
  font-size: 12px;
  line-height: 16px;
  margin-top: 6px;
  color: #ff4c4c;
}
.form_wrap .form_row {
  position: relative;
  padding-left: 25%;
  min-height: 46px;
}
.form_wrap.sm .form_row {
  padding-left: 120px;
  min-height: 30px;
}
.form_wrap .form_row:not(:first-child) {
  margin-top: 25px;
}
.form_wrap .form_row.inline {
  min-height: 24px;
}
.form_wrap .form_row.inline .label {
  line-height: 24px;
}
.form_wrap .form_row .label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 46px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.form_wrap .form_row .label.sm {
  font-size: 12px;
  line-height: 30px;
}
.form_wrap .form_row .label.m {
  line-height: 32px;
}
.form_wrap .form_row .radio_box > span {
  display: inline-block;
  width: 90px;
}
.form_wrap .form_row .description {
  width: 100%;
  border: 1px solid #9b9b9b;
  padding: 5px 10px;
  height: 110px;
  line-height: 30px;
}

/* dialog */
.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.dialog.show {
  display: block;
}
.dialog_table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.dialog_cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.dialog_guide {
  position: relative;
  width: 732px;
  margin: 0 auto;
  padding: 32px 16px;
  background-color: #fff;
  text-align: left;
  overflow: hidden;
}
.dialog_wrap {
  position: relative;
  width: 432px;
  margin: 0 auto;
  padding: 46px 36px 40px 36px;
  text-align: left;
  background-color: #fff;
  overflow: hidden;
}
.dialog_wrap.basic {
  width: 429px;
  padding: 60px 50px 50px 50px;
}
.dialog_wrap.cam {
  width: 544px;
}
.dialog_wrap.basemap {
  width: 568px;
  height: 470px;
}
.dialog_wrap.basemap .radio_box {
  line-height: 32px;
}
.dialog_wrap.basemap input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-appearance: none;
  opacity: 0;
}
.dialog_wrap.basemap input[type="radio"] + label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding-left: 32px;
  color: #333;
  cursor: pointer;
}
.dialog_wrap.basemap input[type="radio"] + label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/radio_off.png) no-repeat;
}
.dialog_wrap.basemap input[type="radio"]:checked + label:before {
  background-image: url(../images/radio_on.png);
}
.dialog .ui_dialog_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 1px;
  color: transparent;
  background: url(../images/ico_close.png) no-repeat;
}
.dialog h2 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 37px;
  font-weight: 700;
  color: #333;
  padding-bottom: 16px;
  border-bottom: 1px solid #333;
}
.dialog_guide h1 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  padding-bottom: 19px;
  border-bottom: 1px solid #000;
  text-align: center;
  color: #000;
}
.guide_conts {
  padding-top: 40px;
  text-align: center;
}
.guide_conts p:first-child {
  margin-bottom: 25px;
}
.dialog .btns {
  width: 268px;
  margin: 40px auto 0 auto;
}

.basic p.txt {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.basic div.txt {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333;
}
.basic div.txt h1 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}
.basic .btn_box {
  width: 279px;
  margin: 46px auto 0 auto;
}
.basic .btn_box > .btn:not(:first-child) {
  margin-top: 12px;
}
.basic .btn_box > span {
  display: block;
  margin-top: 32px;
}
.btns {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
}
.basic .btns {
  margin-top: 40px;
}
.dialog_wrap .btns .btn {
  width: 104px;
  height: 36px;
}
.dialog_wrap.cam .img_box {
  margin-top: 24px;
}
.dialog_wrap.cam .img_box img {
  max-width: 100%;
}

.dialog_wrap h1 {
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  font-weight: 700;
  color: #333;
}
.dialog_wrap .form_wrap {
  margin: 36px 40px 0 40px;
}
.ip_box {
  height: 50px;
  display: flex;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.ip_box span {
  position: relative;
  width: 25%;
}
.ip_box span:not(:last-child):after {
  position: absolute;
  content: ".";
  right: 0;
  bottom: 13px;
}
.ip_box input[type="text"] {
  border: 0;
  text-align: center;
  height: 48px;
}

/* button */
.btn {
  display: block;
  width: 100%;
  text-align: center;
  color: #757575;
  border-radius: 2px;
  height: 46px;
  font-size: 14px;
  line-height: 20px;
}
.btn.primary {
  background: #da5d3b;
  color: #fff;
}
.btn.primary.sm {
  display: inline-block;
  height: 30px;
  width: 160px;
  font-size: 12px;
}
.btn.primary.sm .add {
  display: inline-block;
  padding-left: 24px;
  background: url(../images/ico_add_schedule.svg) no-repeat 0 center;
}
.btn.base {
  background: #ececec;
  border: 1px solid #757575;
}
.btn.line {
  border: 1px solid #757575;
}
.btn_add_wrap {
  display: flex;
}
.btn_add_wrap span {
  margin-left: 8px;
  line-height: 26px;
  font-size: 12px;
  font-weight: 500;
  color: #da5d3b;
}
.btn_add_data,
.btn_add,
.btn_del {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #8e98a8;
}
.btn_add_data {
  background: url(../images/ico_add_data.svg) no-repeat center center;
}

.btn_focus {
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 0.25;
}
.btn_focus {
  background: url(../images/ic_focus.png) no-repeat center center;
}

.btn_add {
  background: url(../images/ico_add.svg) no-repeat center center;
}
.btn_del {
  margin-left: 8px;
  background: url(../images/ico_trash.svg) no-repeat center center;
}

.header {
  position: relative;
  z-index: 10;
}
.top_head {
  height: 72px;
  background: #d3dddc;
  display: flex;
  justify-content: space-between;
  padding: 19px 36px 0 36px;
}
.top_head h1 span {
  display: inline-block;
  vertical-align: top;
  color: transparent;
}
.top_head h1.logo {
  width: 202px;
  height: 20px;
  margin-top: 7px;
  background: url(../images/logo2.png) no-repeat;
  background-size: 100%;
}
/* .top_head h1 .sub {width:64px; height:24px; background:url(../images/logo_reagle.png) no-repeat; margin:5px 0 0 12px;} */
.top_head .log_info a {
  display: inline-block;
  line-height: 34px;
  margin-left: 24px;
}
.top_head .log_info strong {
  font-weight: 500;
}
.top_head .log_info .btn_join {
  border: 2px solid #da5d3b;
  border-radius: 2px;
  line-height: 30px;
  padding: 0 8px;
  font-weight: 700;
  color: #da5d3b;
}

.mode_section {
  position: relative;
  height: 95px;
  display: flex;
  background: #104256;
  padding: 10px 344px 0 36px;
}
.mode_section .tit {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 8px;
}
.mode_section .connect:after {
  display: block;
  content: "";
  clear: both;
}
.mode_section .connect button {
  float: left;
  position: relative;
  margin-right: 4px;
  width: 52px;
  height: 52px;
  border-radius: 2px;
  background: #155873;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.mode_section .connect button span {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  font-size: 13px;
  color: #fff;
  padding: 6px 10px;
  line-height: 17px;
  background: #0d3545;
  border: 1px solid #979797;
  border-radius: 2px;
}
.mode_section .connect button span:before {
  position: absolute;
  content: "";
  top: -8px;
  left: 50%;
  margin-left: -22px;
  width: 45px;
  height: 8px;
  background: url(../images/arr_tip.png) no-repeat;
}
.mode_section .connect .ico_gps span {
  margin-left: -48px;
}
.mode_section .connect .ico_ctr span {
  margin-left: -34px;
}
.mode_section .connect .ico_cam span {
  margin-left: -24px;
}
.mode_section .connect .ico_gps {
  background-image: url(../images/ico_gps.png);
}
.mode_section .connect .ico_ctr {
  background-image: url(../images/ico_control.png);
}
.mode_section .connect .ico_cam {
  background-image: url(../images/ico_cam.png);
}
.mode_section .connect .ico_keyboard {
  background-image: url(/images/ico_keyboard_connect.svg);
}
.mode_section .connect .ico_keyboard span {
  margin-left: -48px;
}
.mode_section .connect button:not(.on):hover {
  background-color: #071f28;
}
.mode_section .connect button:not(.on):hover span {
  display: block;
}
.mode_section .connect button.on {
  background-color: #da5d3b;
}
.mode_section .robot_status {
  margin-left: 32px;
}
.mode_section .robot_status .status {
  overflow: hidden;
  height: 52px;
  border: 1px solid #537a8a;
  border-radius: 2px;
}
.mode_section .robot_status .status span {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.mode_section .robot_status .status .ico_wifi {
  background-image: url(../images/ico_wifi.png);
}
.mode_section .robot_status .status .battery_value {
  color: white;
  text-align: right;
  font-size: 16px;
  width: 44px;
  height: 24px;
  margin: 12px -12px 0 8px;
}
.mode_section .robot_status .status .ico_battery_0 {
  background-image: url(../images/ico_battery_0.svg);
}
.mode_section .robot_status .status .ico_battery_1 {
  background-image: url(../images/ico_battery_1.svg);
}
.mode_section .robot_status .status .ico_battery_2 {
  background-image: url(../images/ico_battery_2.svg);
}
.mode_section .robot_status .status .ico_battery_3 {
  background-image: url(../images/ico_battery_3.svg);
}
.mode_section .robot_status .status .ico_battery_4 {
  background-image: url(../images/ico_battery_full.svg);
}
.mode_section .robot_status .status .ico_charge_status {
  background-image: url(../images/ico_recharge_off.svg);
}
.mode_section .robot_status .status .ico_charge_status.on {
  background-image: url(../images/ico_recharge.svg);
}
.mode_section .robot_status .status .ico_power {
  background-image: url(../images/ico_power.svg);
}
.mode_section .robot_status .status .ico_power.on {
  background-image: url(../images/ico_power_on.svg);
}
.mode_section .robot_status .status .ico_stop {
  background-image: url(../images/ico_stop.svg);
}
.mode_section .robot_status .status .ico_stop.on {
  background-image: url(../images/ico_stop_on.svg);
}
.mode_section .robot_status .status .ico_lease {
  background-image: url(../images/ico_control.svg);
}
.mode_section .robot_status .status .ico_lease.on {
  background-image: url(../images/ico_control_on.svg);
}
.mode_section .robot_status .status .ico_flashlight {
  background-image: url(../images/ico_flashlight.svg);
}
.mode_section .robot_status .status .ico_flashlight.on {
  background-image: url(../images/ico_flashlight_on.svg);
}

.mode_section .msg_box {
  margin-left: 36px;
  position: relative;
}
.mode_section .msg_box .msg {
  height: 50px;
  min-width: 240px;
  width: 980px;
  border: 1px solid #a0b6b4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding: 12px 16px;
  background: #155873;
  color: #fff;
}

.mode_section .func {
  margin-left: auto;
  position: relative;
  z-index: 20;
}
.mode_section .func:after {
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 10px;
  content: "";
  border-left: 1px solid #537a8a;
}
.mode_section .func button {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 2px;
  background: #155873;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px;
}
.mode_section .func .map {
  position: relative;
  width: 52px;
  margin: 0 auto;
}
.mode_section .func .ico_basemap {
  background-image: url(../images/ico_basemap.svg);
}
.mode_section .func .rc:after {
  position: absolute;
  content: "";
  right: 6px;
  bottom: 6px;
  width: 4px;
  height: 4px;
  background: url(../images/ico_rect.png) no-repeat;
}
.mode_section .func .subs .on {
  background-image: url(../images/ico_selected.png);
  background-position: 12px 9px;
  background-repeat: no-repeat;
}

.mode_section .func button:hover {
  background-color: #071f28;
}
.mode_section .func button:hover span {
  display: block;
}
.mode_section .func button.on {
  background-color: #da5d3b;
}
.mode_section .btn_guide {
  position: absolute;
  top: 12px;
  right: 36px;
  width: 92px;
  height: 73px;
  font-size: 10px;
  text-align: center;
  padding-top: 38px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
}
.mode_section .btn_guide:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 8px;
  left: 50%;
  margin-left: -16px;
  background: url(../images/ico_keyboard.png) no-repeat;
  background-size: 32px 32px;
}

.mode_section .btn_network {
  position: absolute;
  top: 12px;
  right: 136px; /* 바로 왼쪽에 붙게 조정 */
  width: 92px;
  height: 73px;
  font-size: 10px;
  text-align: center;
  padding-top: 38px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
}

.mode_section .btn_network:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 8px;
  left: 50%;
  margin-left: -16px;
  background: url(../images/ico_alert.svg) no-repeat;
  background-size: 32px 32px;
}

.mode_section .btn_tempMode {
  position: absolute;
  top: 20px;
  right: 120px;
  width: 92px;
  height: 73px;
  font-size: 10px;
  text-align: center;
  padding-top: 38px;
  color: #fff;
  border-radius: 2px;
}
.mode_section .btn_tempMode:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 8px;
  left: 50%;
  margin-left: -16px;
  background: url(../images/ico_flashlight.svg) no-repeat;
  background-size: 32px 32px;
}

.panels {
  position: relative;
  height: calc(100% - 167px);
  z-index: 2;
}
.panels .fold_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 304px;
  height: 100%;
  border-right: 2px solid #8e9ca6;
  z-index: 100;
  background: #fff;
  transition-duration: 0.2s;
  transform: translateX(-100%);
}
.panels .fold_wrap.expand {
  transform: translateX(0);
}
.panels .fold_wrap .btn_fold {
  position: absolute;
  right: -26px;
  top: 50%;
  width: 24px;
  height: 48px;
  margin-top: -24px;
  border: 1px solid #dbdbdb;
  border-left: 0;
  background: #e8ebed url(../images/ico_fold_open.png) center center no-repeat;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-size: 16px 16px;
}
.panels .fold_wrap.expand .btn_fold {
  background: #e8ebed url(../images/ico_fold_arr.png) center center no-repeat;
  background-size: 16px 16px;
}

.panels .fold_wrap_right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 304px;
  height: 100%;
  border-right: 2px solid #8e9ca6;
  z-index: 100;
  background: #fff;
  transition-duration: 0.2s;
  transform: translateX(107%);
} /* 100% is not enough */
.panels .fold_wrap_right.expand {
  transform: translateX(0);
}
.panels .fold_wrap_right .btn_fold {
  position: absolute;
  right: 322px;
  top: 50%;
  width: 24px;
  height: 48px;
  margin-top: -24px;
  border: 1px solid #dbdbdb;
  border-left: 0;
  background: #e8ebed url(../images/ico_fold_arr.png) center center no-repeat;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-size: 16px 16px;
}
.panels .fold_wrap_right.expand .btn_fold {
  background: #e8ebed url(../images/ico_fold_open.png) center center no-repeat;
  background-size: 16px 16px;
}

.layers {
  height: 100%;
}
/* .layers .tit {position:relative; padding:16px 0 0 24px; background:#E8EBED; height:50px; border-bottom:1px solid #979797; font-size:16px; line-height: 22px; font-weight: 700;}
.layers .tit .btn_add {position:absolute; top:13px; right:24px; font-weight: 400; font-size:14px; line-height: 24px; color:#DA5D3B; padding-left:32px; background:url(../images/btn_add.png) no-repeat; background-size:24px 24px;}
.layers .inner {height:calc(100% - 50px);}
/* .layers ul li:not(:first-child) {border-top:1px solid #E4E4E4;} */
input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-appearance: none;
  opacity: 0;
}
/* .layers input[type="checkbox"] + label{position:relative;display:inline-block;font-size:14px; padding:16px 24px 16px 54px;color:#333; cursor: pointer;}
.layers input[type="checkbox"] + label:before {position:absolute; content:''; top:16px; left:24px; width:20px; height:20px; background:url(../images/check.png) no-repeat;}
.layers input[type="checkbox"]:checked + label {background:#B6CBD4}
.layers input[type="checkbox"]:checked + label:before {background-image:url(../images/checked.png)} */

.panels .mboard {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mode_box {
  border: 1px solid #979797;
  padding: 36px 46px;
  width: 544px;
}
.mode_box.small {
  width: 360px;
}
.mode_box.base {
  width: 568px;
}
.mode_box h2 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 37px;
  font-weight: 700;
  color: #333;
  padding-bottom: 16px;
  border-bottom: 1px solid #333;
}
.mode_box .btns {
  max-width: 288px;
  margin: 54px auto 0 auto;
}
.mode_box .btns .btn {
  width: 104px;
}
.mode_box .color_box {
  width: 100%;
  height: 46px;
  padding: 0 48px 0 14px;
  color: #949494;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
}
.mode_box .color_box input[type="color"] {
  width: 38px;
  height: 38px;
  border: 0;
  margin-top: 3px;
}
.panels .chart_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 323px;
  border-left: 5px solid #104256;
}
.panels .chart_wrap .iot_title {
  margin-bottom: 20px;
  padding: 12px 16px;
  border-bottom: 1px solid #155873;
}
.panels .chart_wrap .iot_title span {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.note_box {
  width: 384px;
  position: relative;
  padding: 0 0 0 64px;
  background: url(../images/ico_note.png) no-repeat;
  background-size: 48px;
}
.note_box .inner {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}
/* .note_box .inner:before {position:absolute; content:''; width:20px; height:34px; top:7px; left:-20px; background:url(../images/ico_note_arr.png) no-repeat;} */
.note_box textarea {
  width: 100%;
  height: 125px;
  vertical-align: top;
}
.note_box .inner .bottom {
  border-top: 1px solid #8e9ca6;
  margin-top: 16px;
  text-align: right;
  padding-top: 14px;
}
.note_box .inner .bottom .btn_write {
  width: 24px;
  height: 24px;
  font-size: 1px;
  color: transparent;
  background: url(../images/ico_write.png) no-repeat;
  background-size: 100%;
}

.status_box {
  border: 1px solid #155873;
  border-radius: 4px;
  font-size: 13px;
  background: #e8ebed;
  line-height: 17px;
  padding: 8px 14px;
  color: #000;
}
.status_box li.first {
  display: flex;
  padding-bottom: 8px;
  border-bottom: 1px solid #8e98a8;
  margin-bottom: 8px;
}
.status_box li.first .time {
  margin-left: auto;
  padding-left: 18px;
  background: url(../images/ico_time.png) no-repeat 0 center;
}
.status_box li.first .tt {
  color: #da5d3b;
}
.status_box li.first strong {
  font-weight: 700;
  margin-right: 12px;
}

.tab_wrap {
  background-color: #104256;
  height: 100%;
}
.tab_wrap > .tab_list {
  display: flex;
  width: 100%;
  border-radius: 10px;
  justify-content: flex-start;
}
.tab_wrap > .tab_list li {
  position: relative;
  flex: 1;
  box-sizing: border-box;
}
.tab_wrap > .tab_list li a {
  display: block;
  height: 100%;
  padding: 6px 0;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 18px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  background: #e7e7e7;
}
.tab_wrap > .tab_list li.active a {
  color: #333;
  background-color: #fff;
  font-weight: 700;
  position: relative;
}

.tab_wrap .tab_conts {
  background-color: #fff;
  height: calc(100% - 30px);
}
.tab_wrap .tab_conts .tab_panel {
  display: none;
  height: 100%;
}
.tab_wrap .tab_conts .tab_panel.active {
  display: block;
}
.tab_wrap .tab_conts .tab_panel .inner {
  padding: 22px 16px 25px 16px;
}
.tab_wrap .tab_conts .btn_cont {
  margin-top: 36px;
  text-align: center;
}

.list_top {
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_top strong {
  font-weight: 700;
  color: #000;
}

.walk_list {
  position: relative;
}
.walk_list li {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  padding: 12px 0;
  border-top: 1px solid #e3e3e3;
}
.walk_list li.selected {
  font-weight: 700;
}
.walk_list .walk_item_wrap {
  display: flex;
}
.btn_record {
  background: url(/images/ico_record.svg) no-repeat;
}
.btn_record.on {
  background: url(/images/ico_record_stop.svg) no-repeat;
}
.record_running_time {
  margin-left: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.safety_alert {
  width: 456px;
  height: 336px;
  padding: 0;
  text-align: center;
}
.safety_alert .top {
  height: 140px;
  font-size: 24px;
  background-color: #d12d00;
  padding-top: 20px;
}
.safety_alert .top img {
  margin: 0 auto;
}
.safety_alert .top .title {
  margin: 0 auto;
  color: white;
  font-weight: 800;
}
.safety_alert .message {
  margin: 40px auto 0;
  font-size: 16px;
  font-weight: 600;
}
.safety_alert .btns {
  justify-content: center;
}
.safety_alert .btns .btn {
  background-color: #d12d00;
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.scenario_item {
  border-bottom: 1px solid #8e98a8;
  margin: 16px;
  padding-bottom: 16px;
}
.scenario_item .file_name {
  font-size: 10px;
  font-weight: 300;
}
.scenario_item .name {
  font-size: 20px;
  font-weight: 600;
}
.scenario_item .description {
  margin-top: 10px;
  font-size: 14px;
  color: #6b6b6b;
}
.scenario_item .when {
  margin-top: 8px;
}
.scenario_item .when span {
  color: #155873;
  font-size: 16px;
  font-weight: 500;
}
/* .scenario_item .date { font-size:20px; font-weight: 600; } */
.scenario_item .time {
  margin-left: 8px;
}

.toggleSwitch {
  position: absolute;
  right: 0;
  width: 32px;
  height: 16px;
  display: block;
  border-radius: 2rem;
  background-color: #b7bcbf;
  cursor: pointer;
}

.toggleSwitch .toggleButton {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ededed;
}

/* 체크박스가 체크되면 변경 이벤트 */
.toggleSwitch.active {
  background: #da5d3b;
}

.toggleSwitch.active .toggleButton {
  left: calc(100% - 16px);
  background: #fff;
}

.toggleSwitch,
.toggleButton {
  transition: all 0.2s ease-in;
}

.irControl {
  padding: 20px;
}
.irControl .item {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
}
.irControl .item .label {
  width: 160px;
}
.irControl .item .input {
  margin: -2px 4px 0 4px;
  width: 32px;
  height: 24px;
  padding: 0 4px;
  text-align: right;
}
.irControl .btn_apply {
  position: absolute;
  width: 96px;
  height: 32px;
  background: #da5d3b;
  color: white;
  right: 20px;
  bottom: 30px;
  border-radius: 2px;
}

.activeScenarioWrap {
  margin: 20px 16px;
  padding: 8px 14px;
  border: solid 1px #155873;
  border-radius: 4px;
  height: 68px;
}
.activeScenarioWrap span {
  line-height: 18px;
  font-size: 13px;
  color: #000;
}
.activeScenarioWrap .statusWrap {
  position: relative;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #8e98a8;
  padding-bottom: 8px;
}
.activeScenarioWrap .statusWrap .title {
  font-weight: 600;
}
.activeScenarioWrap .statusWrap .currentStatus {
  margin-left: 12px;
  font-weight: 600;
}
.activeScenarioWrap .statusWrap .running {
  color: #da5d3b;
}
.activeScenarioWrap .statusWrap .error {
  color: red;
}

.activeScenarioWrap .statusWrap .done {
  color: #7cfc00;
}

.activeScenarioWrap .statusWrap .runningTime {
  position: absolute;
  right: 0;
}
.activeScenarioWrap .statusWrap .runningTime::before {
  width: 12px;
  height: 12px;
  background: url(../images/ico_clock.svg) no-repeat;
}
.activeScenarioWrap .scenarioWrap {
  padding-top: 4px;
}
.scenario_list_top {
  padding: 0 16px 8px;
  border-bottom: 1px solid #c8c8c8;
}

.camera_title {
  font-size: 20px;
  font-weight: 600;
}

.project-list {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  margin: 64px;
  overflow-y: auto;
  height: calc(100vh - 200px);
}

.project {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  width: 480px;
  margin: 20px;
  border: #2c5b73 1px solid;
}
.project-header {
  padding: 20px;
  border-right: #2c5b73 1px solid;
}

.project-header img {
  width: 64px;
  height: 64px;
}

.project-body {
  width: 100%;
  height: 64px;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #2c5b73;
}
