@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@charset "utf-8";

/* 기본 */

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
}

body,
code {
  font: 0.75em 'Nanum Gothic', 'NanumGothic', AppleGothic, sans-serif;
  color: #313942;
  background: #fff;
}

body {
  min-width: 1280px;
  background: #197DC2;
}

ul,
li {
  list-style: none;
}

img,
fieldset {
  border: none;
  vertical-align: top;
}

table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  display: none;
}

th,
td {
  border: 0;
  vertical-align: top;
}

input,
select,
textarea {
  font-size: 100%;
  color: #353535;
  vertical-align: middle;
}

input[type=radio],
input[type=checkbox] {
  width: 13px;
  height: 13px;
  border: 0;
}

input[type=text],
input[type=password] {
  height: 18px;
  line-height: 20px;
  padding: 2px 4px;
  border: 1px solid #d5d5d5;
  color: #353535;
  font-size: 12px;
}

input[type=radio]+label,
input[type=checkbox]+label {
  margin: 0 4px 0 2px;
}

select {
  height: 24px;
  border: 1px solid #d5d5d5;
}

textarea {
  padding: 5px 6px;
  border: 1px solid #d5d5d5;
  line-height: 1.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c1c1c1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c1c1c1;
  opacity: 1;
}

legend {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  line-height: 0;
}

button {
  overflow: visible;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #313942;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


/* 레이아웃 */

header {
  position: relative;
  width: 100%;
  min-width: 1280px;
  height: 80px;
  background: #25272A;
}

nav {
  clear: both;
  position: absolute;
  left: 0px;
  top: 80px;
  float: left;
  width: 100px;
  min-height: 740px;
  background: #313942;
  z-index: 20;
  opacity: 0.9;
  overflow: hidden;
}

nav:hover {
  width: 300px;
  transition: all 0.2s ease-in-out;
}

section {
  width: 100%;
  position: absolute;
  overflow: hidden;
  /* min-width: 1200px; */
  padding-bottom: 1%;
}

.section:after {
  display: block;
  content: "";
  clear: both;
}

h3 {
  padding: 34px 0 34px 9%;
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

h4 {
  line-height: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}


/* 헤더 */

header h1 {
  float: left;
  padding: 25px 36px;
  cursor: pointer;
}


/* header #menu_btn {position:absolute; left:36px; top:26px;} */

header .hd_menu {
  float: right;
}

header .hd_menu li {
  float: left;
}

header .hd_menu li a {
  display: block;
  padding: 28px 20px;
  border-left: 0px solid #666;
}

header .hd_menu li a:hover {
  background: #404040;
  transition: all 0.1s ease-in-out;
}


/* 좌측 메뉴 */

nav ul.nav_s {
  padding-top: 30px;
}

nav ul.nav_s li {
  height: 40px;
  line-height: 40px;
  width: 300px;
  margin-bottom: 40px;
  text-indent: 100px;
  font-size: 22px;
}

nav ul.nav_s li#Nav01 {
  background: url('./img/nav_bg.png') no-repeat 26px 6px;
}

nav ul.nav_s li#Nav02 {
  background: url('./img/nav_bg.png') no-repeat 26px -68px;
}

nav ul.nav_s li#Nav03 {
  background: url('./img/nav_bg.png') no-repeat 26px -146px;
}

nav ul.nav_s li#Nav04 {
  background: url('./img/nav_bg.png') no-repeat 26px -222px;
}

nav ul.nav_s li#Nav05 {
  background: url('./img/nav_bg.png') no-repeat 26px -300px;
}

nav ul.nav_s li a {
  display: block;
  color: #fff;
}

nav ul.nav_s li a:hover {
  color: #ffe353;
}

nav .copy {
  position: absolute;
  left: 36px;
  bottom: 40px;
  width: 0px;
  color: #777;
  font-size: 10px;
  line-height: 1.4;
  z-index: 12;
  overflow: hidden;
}

nav:hover .copy {
  width: 300px;
}


/* index.html */

.index h1 {
  text-align: center;
  margin-top: 100px;
}

.index p.index_txt {
  text-align: center;
  color: #9299A2;
  height: 50px;
  line-height: 50px;
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 3px;
  word-spacing: 2px;
  font-weight: 200;
}

.index .login_wrap {
  width: 524px;
  margin: 0 auto 14px;
  background: #F2F2F2;
  padding: 30px 0;
}

@media all and (max-width: 768px) {
  .index .login_wrap {
    width: 90%;
  }
}

.index .login_wrap .lang_wrap {
  width: 300px;
  height: 34px;
  line-height: 34px;
  margin: 10px auto;
  padding: 0;
  font-size: 16px;
}

.index .login_wrap .lang_wrap label {
  padding: 0 12px;
}

.index .login_wrap .lang_wrap select {
  width: 176px;
  height: 34px;
  padding: 4px;
  margin-left: 2px;
  float: right;
}

.index .login_wrap input[type="text"] {
  display: block;
  width: 300px;
  height: 34px;
  line-height: 34px;
  margin: 10px auto;
  padding: 0;
  text-indent: 10px;
  border: 1px solid #CFCFCF;
  font-size: 16px;
  color: #CFCFCF;
  border-radius: 2px;
}

.index .login_wrap input[type="password"] {
  display: block;
  width: 300px;
  height: 34px;
  line-height: 34px;
  margin: 10px auto;
  padding: 0;
  text-indent: 10px;
  border: 1px solid #CFCFCF;
  font-size: 16px;
  color: #CFCFCF;
  border-radius: 2px;
}

.index #login_btn {
  display: block;
  width: 300px;
  height: 34px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 0 none;
  background: #197DC2;
  cursor: pointer;
  margin: 20px auto;
  border-radius: 2px;
}

.index .login_wrap .login_util {
  width: 300px;
  margin: 0 auto;
  color: #95989A;
}

.index .login_wrap .login_util input[type="checkbox"] {}

.index .login_wrap .login_util p {
  display: inline-block;
  float: right;
}

.index .login_wrap .login_util p input[type="button"] {
  border: 0 none;
  background: none;
  cursor: pointer;
  color: #95989A;
}

.index p.index_copy {
  text-align: center;
  color: #C2C2C2;
  line-height: 16px;
  font-size: 8px;
}


/* index.html_End */


/* dashboard.html */


/* 대시보드_상단 메뉴 */

ul.dashboard_nav {
  float: left;
  padding: 30px 0 0 9%;
  font-size: 18px;
}

ul.dashboard_nav li {
  float: left;
  margin-right: 10px;
}

ul.dashboard_nav li:first-child {
  font-weight: bold;
  font-size: 28px;
}

ul.dashboard_nav li a {
  display: block;
  padding: 9px;
  color: #fff;
  opacity: 0.7;
}

ul.dashboard_nav li a:hover {
  opacity: 1;
}

ul.dashboard_nav li:first-child {
  padding: 2px 50px 2px 0px;
  color: #fff;
  background: url('./img/ico_v.png') no-repeat 150px 16px;
}


/* 대시보드_최종 업데이트 시각 */

div.update_time_wrap {
  float: right;
  padding: 30px 30px 0 0;
  font-size: 14px;
}

div.update_time_wrap p {
  display: inline-block;
  color: #fff;
  padding-top: 10px;
  font-size: 18px;
  opacity: 0.8;
}

div.update_time_wrap select {
  width: 68px;
  margin: -6px 0px 0 14px;
}

div.update_time_wrap input {
  margin-top: -6px;
}


/* 대시보드_헬맷대수 */

.helmet_info_wrap {
  clear: both;
  float: left;
  width: 416px;
  padding: 10px 0 0 9%;
  margin-right: 16px;
}

.helmet_info_wrap ul {
  position: relative;
  width: 100%;
  background: #fff;
  height: 200px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin-top: 16px;
}

.helmet_info_wrap ul li {
  position: absolute;
  width: 84%;
  top: 0px;
  left: 0px;
  height: 152px;
  padding: 24px 8%;
}

.helmet_info_wrap ul li:first-child {
  background: #fff;
}

.helmet_info_wrap ul li:last-child {
  background: #313942;
}

.helmet_info_wrap ul li .helpware {
  position: absolute;
  left: 26px;
  top: 20px;
  width: 85%;
  font-weight: bold;
  font-size: 18px;
  color: #197DC2;
  z-index: 10;
}

.helmet_info_wrap ul li .helpware span {
  float: right;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.helmet_info_wrap ul li h4 {
  font-weight: normal;
  font-size: 36px;
  color: #313942;
  margin-top: 32px;
}

.helmet_info_wrap ul li:last-child h4 {
  color: #fff;
}

.helmet_info_wrap ul li .helmet_cnt {
  font-size: 36px;
  color: #313942;
  text-align: right;
}

.helmet_info_wrap ul li .helmet_cnt span {
  font-weight: bold;
  font-size: 74px;
}

.helmet_info_wrap ul li .helmet_more {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: #95989A;
  font-size: 14px;
}

.helmet_info_wrap ul li .helmet_txt {
  color: #fff;
  font-size: 16px;
  text-align: right;
  line-height: 1.6;
  margin-top: 30px;
}


/* 대시보드_우측영역 */

.dashboard_right {
  float: left;
  width: 848px;
  margin-top: 26px;
}


/* 대시보드_현재시각, 날씨 위젯 */

.wiget_wrap {}

.wiget_wrap div {
  float: left;
  width: 160px;
  height: 160px;
  padding: 20px;
  font-size: 16px;
  margin-right: 13px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}


/* 대시보드_현재시각 위젯 */

.wiget_wrap div.time_wiget {
  background: #00365B;
  color: #fff;
}

.wiget_wrap div.time_wiget h4 {
  background: url('./img/ico_clock.png') no-repeat right top;
  margin-bottom: 50px;
}

.wiget_wrap div.time_wiget #now_time {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
}

.wiget_wrap div.time_wiget #now_time span {
  font-size: 20px;
}

.wiget_wrap div.time_wiget #now_date {
  font-size: 15px;
  padding-left: 2px;
}


/* 대시보드_날씨 위젯 */

.wiget_wrap div.weather_wiget {
  position: relative;
  background: #fff;
}

.wiget_wrap div.weather_wiget h4 {
  color: #313942;
  margin-bottom: 10px;
}

.wiget_wrap div.weather_wiget ul {
  font-size: 11px;
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 30px;
}

.wiget_wrap div.weather_wiget p {
  line-height: 1.6;
  font-weight: bold;
}

.wiget_wrap div.weather_wiget p span {
  display: inline-block;
  width: 100px;
}

.wiget_wrap div.weather_wiget .weather_ico {
  position: absolute;
  right: 14px;
  top: 14px;
}


/* 대시보드_월사용량 */

.monthly_wrap {
  clear: both;
  position: relative;
  float: left;
  width: 43%;
  height: 378px;
  padding: 24px 24px 14px;
  background: #fff;
  margin-top: 16px;
  margin-right: 16px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.monthly_wrap h4 {
  color: #313942;
  margin-bottom: 10px;
}


/* 대시보드_배터리 사용량 */

.battery_wrap {
  position: relative;
  float: left;
  width: 43%;
  height: 378px;
  padding: 24px 24px 14px;
  background: #fff;
  margin-top: 16px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.battery_wrap h4 {
  color: #313942;
  margin-bottom: 10px;
}


/* 대시보드_사용량 표 */

.tbl_wrap {
  height: 344px;
  overflow-y: scroll;
  border: 1px solid #95989A;
  margin-top: 10px;
}

.tbl_wrap table {
  width: 100%;
  font-size: 13px;
  text-align: center;
}

.tbl_wrap table th {
  height: 34px;
  background: #197DC2;
  color: #fff;
  vertical-align: middle;
  border-right: 1px solid #fff;
}

.tbl_wrap table th:last-child {
  border-right: 0px none;
}

.tbl_wrap table td {
  height: 34px;
  vertical-align: middle;
  line-height: 1.2;
  border-bottom: 1px solid #95989A;
  border-right: 1px solid #95989A;
}

.tbl_wrap table tr td:last-child {
  border-right: 0px none;
}

.tbl_wrap table tr:last-child td {
  border-bottom: 0px none;
}

.more_btn {
  position: absolute;
  right: 26px;
  top: 28px;
}


/* dashboard.html_End */


/* helmet.html */


/* 헬멧영상보기_왼쪽_My Group */

aside.sub_menu_wrap {
  position: relative;
  float: left;
  width: 300px;
  min-height: 740px;
  padding-left: 100px;
  background: #fff;
  overflow-y: auto;
}

aside h2 {
  color: #197DC2;
  font-size: 25px;
  padding: 36px 24px;
}

#mic_mode {
  position: absolute;
  right: 26px;
  top: 28px;
  display: block;
  width: 50px;
  height: 50px;
}

#mic_mode:hover {
  background: url('./img/mic_over_bg.png') no-repeat 0px 0px;
}

.mic_on {
  display: ;
}

.mic_off {
  display: none;
}


/* 헬멧영상보기_왼쪽메뉴_Group */

aside dl.group {
  clear: both;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}

aside dl.group dt {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  background: url('./img/gt_arrow.png') no-repeat 0px 4px;
  cursor: pointer;
}

aside dl.group dt.arr_bot {
  background: url('./img/gt_arrow.png') no-repeat 0px -14px;
}

aside dl.group dd.helmet_list {
  clear: both;
  position: relative;
  padding: 0 34px 0 22px;
  font-size: 16px;
  margin-top: 14px;
  height: 20px;
}

aside dl.group dd.helmet_list p {
  float: left;
  padding-top: 3px;
}

aside dl.group dd.helmet_list .set_btn {
  float: right;
  padding-top: 3px;
  cursor: pointer;
}

aside dl.group dd.helmet_list .set_tbl {
  position: absolute;
  right: 10px;
  top: 26px;
  text-align: center;
  font-size: 13px;
  background: #fff;
  width: 210px;
  z-index: 99;
}

aside dl.group dd.helmet_list .set_tbl th {
  background: #313942;
  border: 1px solid #313942;
  color: #fff;
  text-align: left;
  padding: 4px 4px 4px 14px;
}

aside dl.group dd.helmet_list .set_tbl th .set_tbl_close {
  float: right;
  cursor: pointer;
}

aside dl.group dd.helmet_list .set_tbl td {
  border: 1px solid #313942;
  padding: 4px 14px;
}

aside dl.group dd.helmet_list .set_tbl td .vol_num {
  padding: 4px 24px;
}

aside dl.group dd.audio_select {
  position: absolute;
  right: 14px;
  top: 0px;
  font-size: 12px;
}

aside dl.group input[type="checkbox"] {
  float: right;
  margin: 5px;
}

aside dl.group input.audio_chk_grp {
  float: none;
}


/* 헬멧영상보기 */

#cam_wrap {
  float: left;
  padding-left: 20px;
  min-width: 800px;
}

#cam_wrap .cam_menu {
  padding: 24px 0 10px;
}

#cam_wrap .cam_menu li {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  margin-right: 30px;
}

#cam_wrap .cam_menu p {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  opacity: 0.8;
}

#cam_wrap .cam_menu select {
  padding: 0 4px;
  margin-top: -4px;
  font-size: 14px;
}

#cam_wrap .cam_menu li a {
  display: block;
  width: 110px;
  height: 28px;
  color: #fff;
}

#cam_wrap .cam_menu li a:hover {
  color: #ffe353;
}

#cam_wrap .cam_menu .cam_refresh {
  background: url('./img/ico_refresh.png') no-repeat 70px -2px;
  margin-left: 10px;
}

#cam_wrap .cam_menu .cam_newwin {
  background: url('./img/ico_newwin.png') no-repeat 70px 2px;
}

#cam_wrap #slice_wrap {
  clear: both;
  position: relative;
}

#cam_wrap #slice_wrap ul {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

#cam_wrap #slice_wrap ul li {
  float: left;
  background: #fff;
  margin: 1px;
}

#cam_wrap #slice_wrap ul li h5 {
  height: 24px;
  background: #313942 url('./img/ico_cam.png') no-repeat 14px 8px;
}

#cam_wrap #slice_wrap ul li h5 span.cam_title {
  float: left;
  padding: 0 0 0 46px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}


/* #cam_wrap #slice_wrap ul li h5 span.cam_title_on  {float:left; padding:0 0 0 46px; line-height:24px; font-size:12px; color:#fff; opacity:1;} */

#cam_wrap #slice_wrap ul li h5 span {
  float: right;
  padding: 3px 4px 0 0;
}

#cam_wrap #slice_wrap ul li h5 span.cam_signal {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('./img/ico_signal.png') no-repeat 0px 5px;
}

#cam_wrap #slice_wrap ul li h5 span.cam_battery {
  display: inline-block;
  width: 30px;
  height: 24px;
  background: url('./img/ico_battery.png') no-repeat 0px 5px;
}

#cam_wrap #slice_wrap ul li h5 span.cam_close {
  display: inline-block;
  cursor: pointer;
  width: 21px;
  height: 24px;
  background: url('./img/cam_close.png') no-repeat 0px 3px;
}

#cam_wrap #slice_wrap ul li .video {}

#cam_wrap #slice_wrap ul li .video p {
  text-align: center;
}

#cam_wrap #slice_wrap ul#slice_1>li {
  width: 99%;
}

#cam_wrap #slice_wrap ul#slice_4>li {
  width: 49%;
}

#cam_wrap #slice_wrap ul#slice_9>li {
  width: 33%;
}


/* helmet.html_End */


/* system.html */

.info_wrap {
  clear: both;
  margin-left: 9%;
}

.info_wrap .info_wrap_left {
  float: left;
  width: 530px;
  margin-right: 2%;
}

.info_wrap .info_wrap_right {
  float: left;
  width: 530px;
}

.info_wrap .info {
  position: relative;
  width: 528px;
  border: 1px solid #95989A;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 28px;
}

.info_wrap .info h4 {
  height: 44px;
  line-height: 44px;
  color: #313942;
  font-weight: normal;
  text-indent: 5px;
  border-bottom: 2px solid #197DC2;
  margin-bottom: 0px;
}

.info_wrap .info .info_tbl_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.info_wrap .info .info_tbl_open {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.info_wrap .info .info_tbl li {
  line-height: 32px;
  font-size: 14px;
  border-bottom: 1px solid #EFEFEF;
  padding: 0 20px;
}

.info_wrap .info .info_tbl li:last-child {
  border: 0 none;
}

.info_wrap .info .info_tbl li span {
  display: inline-block;
  margin-right: 10px;
}

#system_vitals .system_vitals_tit {
  width: 60px;
}

#system_network .system_network_tit {
  margin-left: 40px;
}

#system_network .system_network_tit:first-child {
  margin-left: 0px;
}

#system_network .system_network_graph {
  height: 100px;
}

#system_memory .system_memory_tit {
  margin-left: 80px;
}

#system_memory .system_memory_tit:first-child {
  margin-left: 0px;
}

#system_memory .system_memory_bar {
  width: 100%;
  height: 24px;
  margin: 12px 0 0px;
  background: #ECECEC;
}

#system_memory .system_memory_bar span {
  display: inline-block;
  height: 24px;
  margin: 0;
}

#system_memory .system_memory_info {
  font-size: 12px;
}

.file_system {
  border-bottom: 2px solid #197DC2;
  padding-bottom: 12px;
}

.file_system:last-child {
  border-bottom: 0px solid #197DC2;
}

.file_system .file_system_tit {
  margin-left: 80px;
}

.file_system .file_system_tit:first-child {
  margin-left: 0px;
}

.file_system .file_system_bar {
  width: 100%;
  height: 24px;
  margin: 16px 0 0px;
  background: #ECECEC;
}

.file_system .file_system_bar span {
  display: inline-block;
  height: 24px;
  margin: 0;
}

.file_system .file_system_info {
  font-size: 12px;
}

.info_b_txt {
  font-weight: bold;
  color: #00579A;
}


/* system.html_End */


/* compose.html */

.compose_h3 {
  float: left;
}

.compose_add {
  float: left;
  margin: 32px 0 0 30px;
}

.compose_add li {
  display: inline-block;
}

.compose_add li input {
  width: 90px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #00B16F;
  border-radius: 3px;
  border: 0 none;
  margin-right: 6px;
  cursor: pointer;
}

.compose_left {
  clear: both;
  float: left;
  margin-left: 9%;
  width: 55%;
}

.compose_right {
  float: left;
  margin-left: 2%;
  width: 30%;
}

.compose_left h4 {
  float: left;
  background: url('./img/ico_list.png') no-repeat 0px 5px;
  text-indent: 36px;
}

.grp_move {
  float: right;
  text-indent: 36px;
  margin-top: 2px;
  background: url('./img/ico_grp_move.png') no-repeat 0px 2px;
}

#compose_all_wrap {
  clear: both;
  overflow-y: scroll;
  border: 1px solid #9299A2;
}

.compose_all {
  clear: both;
  width: 100%;
  font-size: 14px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}

.compose_all th {
  position: relative;
  background: #00579A;
  color: #fff;
  border-right: 1px solid #197DC2;
  line-height: 48px;
}

.compose_all th img {
  padding-top: 16px;
  cursor: pointer;
}

.compose_all td {
  border-right: 1px solid #E5E5E5;
  line-height: 40px;
}

.compose_all td img {
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.5;
}

.compose_all td img:hover {
  opacity: 1;
}

.compose_all th:first-child,
.compose_all td:first-child {
  border-right: 0px solid #E5E5E5;
  padding-right: 10px;
}

.compose_all th:last-child,
.compose_all td:last-child {
  border-right: 0px solid #E5E5E5;
}

.compose_all tbody tr:nth-child(2n) {
  background: #ECF0F3;
}

.compose_all tbody tr:hover {
  background: #BED2DE;
}

.compose_all tbody tr.trbg {
  background: #BED2DE;
}

.compose_all .c_txt_b {
  color: #00579A;
  font-weight: bold;
}

.compose_all .c_txt_g {
  color: #3CA708;
  font-weight: bold;
}

.list_sort {
  position: absolute;
  left: 70px;
  top: 36px;
  width: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #E5E5E5;
  z-index: 10;
}

.list_sort li {
  font-size: 14px;
  font-weight: normal;
  color: #313942;
  padding: 0px 14px;
  line-height: 2.4;
  text-align: left;
}

.list_sort li:nth-child(2n) {
  background: #D4EBEC;
}

.list_sort li input {
  margin-right: 10px;
}


/* 조직도 */

.organize {
  width: 100%;
}

.organize h4 {
  float: left;
  background: url('./img/ico_organ_w.png') no-repeat 0px 2px;
  text-indent: 36px;
}

.organize .company_select {
  float: right;
}

.organize .company_select p {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-right: 10px;
  opacity: 0.7;
}

.organize .company_select select {
  margin-top: -2px;
}


/* 폴더트리 */

.organize .tree {
  clear: both;
  position: relative;
  padding: 20px 10px;
  background: #fff;
  overflow-y: auto;
  border: 1px solid #ABABAB;
  font-size: 15px;
  line-height: 29px;
}

.organize .tree>li {
  position: relative;
}

.organize .tree label {
  display: block;
  height: 29px;
  padding-left: 10px;
  background: #eee;
  cursor: pointer;
}

.organize .tree_2nd li {
  position: relative;
  margin-left: 2px;
  padding-left: 10px;
}

.organize .tree_2nd li a {
  padding-left: 0px;
}

.organize .tree_2nd li a.btc {
  color: #0090ff;
}

.organize input[type="checkbox"] {
  display: none;
}


/* 체크박스를 숨긴다. */

.organize input[type="checkbox"]:checked~ul {
  display: none;
}


/* 체크박스가 체크가 되어있는(checked) 속해있는(~) 모든 ul태그를 숨긴다. */

.organize input[type="checkbox"]:checked~div {
  display: none;
}


/* 체크박스가 체크가 되어있는(checked) 속해있는(~) 모든 div태그를 숨긴다. */

.organize input[type="checkbox"]:checked~label {
  background-color: #fff;
}

.company_btn {
  position: absolute;
  right: 16px;
  top: 0px;
}

.company_btn button {
  font-size: 13px;
  padding: 2px 4px;
  color: #fff;
  border-radius: 2px;
  line-height: 14px;
}

.company_modify {
  background: #55951B;
}

.company_del {
  background: #9F1C1C;
}

.helmet_btn {
  float: right;
  padding-right: 16px;
}

.helmet_btn button {
  font-size: 13px;
  padding: 2px 4px;
  color: #fff;
  border-radius: 2px;
  line-height: 14px;
}

.helmet_modify {
  background: #55951B;
}

.helmet_del {
  background: #9F1C1C;
}


/* .bgc {background-color:#eee;} */


/* 그룹 구성원 정보 */

.user_info {
  clear: both;
  margin-top: 20px;
}

.user_info h4 {
  background: url('./img/ico_search.png') no-repeat 0px 2px;
  margin-bottom: 10px;
  text-indent: 30px;
}

.user_info div {
  clear: both;
  background: #fff;
  overflow-y: auto;
  border: 1px solid #ABABAB;
  padding: 6px;
}

.user_wrap {
  position: relative;
}

.user_tbl {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 96%;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.user_tbl tr:first-child th {
  border-top: 1px solid #eee;
}

.user_tbl tr:first-child td {
  border-top: 1px solid #eee;
}

.user_tbl th {
  width: 130px;
  color: #5FB6BA;
  padding-left: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.user_tbl th span {
  float: right;
}

.user_tbl td {
  padding-left: 20px;
  border-bottom: 1px solid #eee;
}


/* compose.html_End */


/* client.html */


/* 고객사명 */


/* 고객사명 등록/수정/삭제 */

.client_mod {
  clear: both;
  margin-left: 9%;
}

.client_mod h4 {
  background: url('./img/ico_set_w.png') no-repeat 0px 2px;
  text-indent: 30px;
}

#client_name {
  float: left;
  width: 330px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-indent: 10px;
  border: 1px solid #9299A2;
  margin-right: 20px;
  margin-bottom: 40px;
}

.clirnt_btn {
  float: left;
}

.clirnt_btn li {
  float: left;
  margin-right: 6px;
}

.clirnt_btn input {
  display: block;
  width: 60px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: 0 none;
  background: #97A43F;
  cursor: pointer;
}

.client {
  clear: both;
  margin-left: 9%;
}

.client h4 {
  background: url('./img/ico_organ_w.png') no-repeat 0px 2px;
  text-indent: 36px;
}

.client div.client_tbl_wrap {
  clear: both;
  position: relative;
  width: 550px;
  height: 442px;
  background: #fff;
  border: 1px solid #95989A;
}

.client_tbl {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  font-size: 15px;
}

.client_tbl tbody {
  display: block;
  height: 400px;
  overflow: auto;
  background: #fff;
}

.client_tbl th,
.client_tbl td {
  text-align: left;
  line-height: 40px;
  padding-left: 36px;
}

.client_tbl th {
  width: 550px;
  color: #fff;
  background: #283C4B;
  font-weight: normal;
}

.client_tbl th span {
  float: right;
  margin-right: 25px;
}

.client_tbl td {
  width: 531px;
}

.client_tbl tr:nth-child(2n) {
  background: #EAF7FB;
}

.client_tbl td:hover {
  background: #BED2DE;
}

.client_tbl td.tdbg {
  background: #BED2DE;
}

.client_tbl td span {
  float: right;
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url('./img/ico_set_g.png') no-repeat 0px 12px;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0.4;
}

.client_tbl td:hover span {
  opacity: 1;
}

.client_tbl th a {
  display: inline-block;
  width: 18px;
  height: 42px;
  text-indent: -9999px;
  margin-right: 5px;
}

.client_tbl th .sort_up {
  background: url('./img/ico_updown.png') no-repeat 0px 12px;
}

.client_tbl th .sort_down {
  background: url('./img/ico_updown.png') no-repeat -25px 12px;
}


/* client.html_End */


/* 팝업 레이어 */

.Pstyle {
  display: none;
  position: relative;
  width: auto;
  padding: 20px;
  background: #fff;
  opacity: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.Pstyle h4 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  line-height: 32px;
  color: #313942;
}

#popup_id h4 {
  background: url('./img/bg_bar_tit.png') no-repeat 0px 0px;
  text-indent: 22px;
  border-bottom: 1px solid #D3D7DB;
}

#popup_pw h4 {
  background: url('./img/bg_bar_tit.png') no-repeat 0px 0px;
  text-indent: 22px;
  border-bottom: 1px solid #D3D7DB;
}

#popup_grp h4 {
  background: url('./img/ico_add_group.png') no-repeat 0px 2px;
  text-indent: 42px;
}

#popup_hlm h4 {
  background: url('./img/ico_add_equip.png') no-repeat 0px 2px;
  text-indent: 50px;
}

#popup_user h4 {
  background: url('./img/ico_add_user.png') no-repeat 0px 2px;
  text-indent: 34px;
}

#modify_grp h4 {
  background: url('./img/ico_add_group.png') no-repeat 0px 2px;
  text-indent: 42px;
}

#modify_hlm h4 {
  background: url('./img/ico_add_equip.png') no-repeat 0px 2px;
  text-indent: 50px;
}

#modify_user h4 {
  background: url('./img/ico_add_user.png') no-repeat 0px 2px;
  text-indent: 34px;
}

.Pstyle ul {
  margin: 30px 0 60px 0;
  padding: 0 30px 30px 20px;
  font-size: 15px;
}

.Pstyle ul li {
  background: url('./img/bg_bar.png') no-repeat 0px 5px;
  text-indent: 10px;
  line-height: 34px;
}

.Pstyle ul li span {
  display: inline-block;
  width: 200px;
}

.Pstyle ul li input[type="text"] {
  width: 190px;
}

.Pstyle ul li:last-child input[type="text"] {
  width: 100px;
  background: #EEEEEE;
}

.Pstyle ul li:last-child input[type="button"] {
  background: #9299A2;
  border: 0 none;
  font-size: 12px;
  color: #fff;
  padding: 4px 5px;
}

.Pstyle table {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.Pstyle table tr:first-child th {
  border-top: 1px solid #eee;
}

.Pstyle table tr:first-child td {
  border-top: 1px solid #eee;
}

.Pstyle table th {
  width: 100px;
  color: #5FB6BA;
  padding: 4px 0 4px 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.Pstyle table th span {
  float: right;
}

.Pstyle table td {
  padding: 4px 10px 4px 20px;
  border-bottom: 1px solid #eee;
}

.over_chk_btn {
  background: #5FB6BA;
  color: #fff;
  border: 0 none;
  border-radius: 2px;
  font-size: 12px;
  padding: 2px 4px;
}

.over_chk_true {
  background: #5FB6BA;
  color: #fff;
  border: 0 none;
  border-radius: 2px;
  font-size: 12px;
  padding: 2px 4px;
}

.over_chk_false {
  background: #DB0000;
  color: #fff;
  border: 0 none;
  border-radius: 2px;
  font-size: 12px;
  padding: 2px 4px;
}

.Pstyle .pop_btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.Pstyle .pop_btn input {
  display: block;
  float: left;
  width: 50%;
  height: 60px;
  line-height: 60px;
  background: #00579A;
  border: 0 none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.Pstyle .pop_btn .cancel_btn {
  display: block;
  float: right;
  width: 50%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  border: 0 none;
  font-size: 16px;
  font-weight: bold;
  color: #696A6B;
  text-align: center;
  cursor: pointer;
}

.Pstyle .pop_btn input:hover {
  background: #268EDE;
  transition: all 0.1s ease-in-out;
}

.Pstyle .pop_btn .cancel_btn:hover {
  background: #c2c2c2;
  transition: all 0.1s ease-in-out;
}

.Pstyle .popclose_btn {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}

.Pstyle select {
  font-size: 12px;
  padding-right: 10px;
}