/*@import '../fonts/NanumGothic/fonts.css';*/
/*@import 'fonts.css';*/
html,
body {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
li,
dd {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
em,
var,
dfn,
cite {
  font-style: normal;
}
img {
  border: 0px;
}
fieldset {
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Forms**/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  border: none;
  background: none;
  cursor: pointer;
  *overflow: visible;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
legend,
caption {
  height: 1px;
  margin-top: -1px;
  opacity: 0;
  overflow: hidden;
}
label,
button,
a {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}
a,
span,
li,
img,
div {
  -webkit-touch-callout: none !important;
/*   -ms-user-select: none; */
/*   -moz-user-select: -moz-none; */
/*   -khtml-user-select: none; */
/*   -webkit-user-select: none; */
/*   user-select: none; */
}
b,
strong {
  font-weight: bold;
  font-size: inherit;
  color: inherit;
}
span {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
button:focus,
input:focus,
a:focus,
button:active,
input:active,
a:active {
  outline: 0;
  box-shadow: none;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  font-family: 'NanumGothic', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /*"Gaegu", */
  background-color: #f5f5f5;
  font-size: 12px;
  font-weight: 400;
  color: #6a6c6f;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
a {
  cursor: pointer;
}
/* Sidebar Hide */
body.hide-sidebar #wrapper {
  width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
}
body.hide-sidebar #menu {
  margin-left: -200px;
}
body.hide-sidebar #wrapper,
body.hide-sidebar #header {
  margin-left: 0;
}
/*왼쪽 메뉴*/
#menu {
  width: 200px;
  bottom: 0;
  float: left;
  left: 0;
  position: absolute;
  top: 0;
  background-color: #445c7e;
  transition: all 0.4s ease 0s;
  /*메뉴 리스트*/
}
#menu .profile {
  height: 40px;
  background-color: #2d3d54;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
#menu .profile a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
#menu ul#side-menu {
  background-color: transparent;
}
#menu ul#side-menu > li > a {
  border-bottom: 1px solid #64738a;
  display: block;
  color: #c3c8d1;
  width: 100%;
  height: 38px;
  display: flex;
  padding-left: 20px;
  align-items: center;
}
#menu ul#side-menu > li > a::after {
  margin-right: 10px;
  font-family: 'FontAwesome';
  content: ' \f106 ';
  display: inline-block;
  margin-left: auto;
  font-weight: 300;
  transform: rotate(180deg);
}

#menu ul#side-menu > li > a[href="/admin/dashboard"]::after {
  display: none;
  content: none;
}

#menu ul#side-menu > li > a:hover,
#menu ul#side-menu > li > a:focus {
  background-color: #384c69 !important;
}
#menu ul#side-menu > li > .nav-second-level {
  height: 0;
  overflow: hidden;
}
#menu ul#side-menu > li.active {
  background-color: #384c69 !important;
}
#menu ul#side-menu > li.active > a {
  color: #fff;
  font-weight: bold;
  background-color: #384c69 !important;
}
#menu ul#side-menu > li.active > a::after {
  transform: rotate(0deg);
}
#menu ul#side-menu > li.active .nav-second-level {
  transition: all 0.3s ease 0s;
  height: auto;
  border-bottom: 1px solid #64738a;
}
#menu ul#side-menu > li.active .nav-second-level li:first-child {
  margin-top: 10px;
}
#menu ul#side-menu > li.active .nav-second-level li:last-child {
  margin-bottom: 10px;
}
#menu ul#side-menu > li.active .nav-second-level li a {
  display: block;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  padding: 8px 8px 8px 20px;
}
#menu ul#side-menu > li.active .nav-second-level li a:hover {
  background-color: #445c7e !important;
}
#menu ul#side-menu > li.active .nav-second-level li.active a {
  font-weight: bold;
  text-decoration: underline;
}
#menu ul#side-menu > li.active .nav-second-level li.active a:hover {
  background-color: #384c69 !important;
}
#menu .btn-down {
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: 160px;
}
#menu .btn-down .fa {
  margin-right: 10px;
}
/*공통헤더 */
#header {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #2d3d54;
  height: 40px;
  margin-left: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease 0s;
}
#header .header-link {
  flex: 0 1 20px;
  margin-right: auto;
  height: 24px;
  width: 20px;
  background-color: #151d28;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-link:hover {
  background-color: #445c7e;
}
#header .header-link::before {
  width: 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: 'FontAwesome';
  content: ' \f106 ';
  display: block;
  margin-left: auto;
  font-weight: 300;
  transform: rotate(-90deg);
}
#header .header-link.hide-menu.open::before {
  transform: rotate(90deg);
}
#header .navbar-right {
  display: flex;
  align-items: center;
}
#header .navbar-right .text {
  font-weight: 200;
  font-size: 12px;
  color: #898f99;
}
#header .navbar-right .text b {
  color: #fff;
}
#header .navbar-right .text span {
  color: #fff;
}
#header .navbar-right a {
  margin: 0 20px;
  font-size: 11px;
  color: #fff;
  background-color: #151d28;
  display: inline-block;
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: 24px;
}
#header .navbar-right a:hover {
  background-color: #445c7e;
}
#wrapper {
  margin: 0 0 0 200px;
  transition: all 0.4s ease 0s;
  position: relative;
  max-height: 100%;
  height: calc(100% - 40px);
  width: calc(100% - 200px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
#wrapper .page-title {
  flex: 0 1 60px;
  padding: 10px 0 5px;
  display: flex;
}
#wrapper .page-title .client-name {
  font-size: 16px;
  font-weight: bold;
  color: #3095f8;
  margin-left: auto;
  display: flex;
  align-items: center;
  line-height: 1;
}
#wrapper .page-title .title {
  display: flex;
  align-items: center;
  line-height: 1;
  padding-right: 10px;
}
#wrapper .page-title .title h2 {
  font-size: 19px;
  font-weight: bold;
  color: #333;
  letter-spacing: -1px;
  margin-right: 10px;
  white-space: nowrap;
}
#wrapper .page-title .title span {
  font-size: 12px;
  color: #6a6c6f;
  margin-top: 5px;
  letter-spacing: -0.75px;
}
#wrapper .page-title .breadcrumb {
  padding: 0;
  margin: 5px 0 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}
#wrapper .page-title .breadcrumb li {
  font-size: 11px;
  display: flex;
  align-items: center;
  font-weight: 300;
  white-space: nowrap;
}
#wrapper .page-title .breadcrumb li.active {
  font-weight: bold;
}
#wrapper .page-title .breadcrumb li + li::before {
  content: ' / ';
  display: inline-block;
  margin: 0 5px;
}
#wrapper .footer {
  display: none;
  flex: 0 1 40px;
  font-size: 12px;
  padding-top: 10px;
}
#page-wrapper {
  flex: 0 1 calc(100% - 80px);
  max-height: calc(100% - 80px);
  background-color: #fff;
}
#page-wrapper .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#page-wrapper .content-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#page-wrapper.dashboard {
  margin-top: 10px !important;
  max-height: calc(100% - 60px) !important;
}
.contents-top {
  padding: 15px 15px;
}
.contents-top h5 {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px;
}
#page-wrapper,
.page-title,
.contents-head,
.contents-body,
.contents-foot {
  min-width: 1040px;
}
.contents-head {
  background-color: #799dd2;
  padding: 6px 15px;
}
.contents-head .search_day {
  background-color: #799dd2;
  display: flex;
  align-items: flex-end;
/*  justify-content: space-between;*/
  flex-wrap: nowrap;
}
.contents-head .search_day .checkbox {
  margin: 0 auto;
  height: 22px;
  position: relative;
}
.contents-head .search_day .checkbox input {
  display: inline-block !important;
  z-index: 999;
  opacity: 0;
}
.contents-head .search_day .checkbox label {
  line-height: normal !important;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.contents-head .search_day.contents-filter {
  align-items: center !important;
}
.contents-head .search_day .form-control {
  width: 140px !important;
}
.contents-head .search_day .form-control.form-sm {
  width: 80px !important;
}
.contents-head .search_day .form-control.form-lg {
  width: 300px !important;
}
.contents-head .search_day .form-inline {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
.contents-head .search_day .form-inline > .form-control {
  margin: 5px;
}
.contents-head .search_day .form-inline .form-group {
  margin: 5px 0 5px 5px;
}
.contents-head .search_day .form-inline label {
  color: #fff;
  margin: 0 10px 0 0 !important;
  font-size: 12px;
  display: inline-block;
  width: 68px;
  text-align: center;
  line-height: 28px;
}
.contents-head .search_day .t_r {
  min-width: 458px;
  margin-left: auto;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  flex-direction: column;
}
.contents-head .search_day .t_r.text {
  font-size: 11px;
  font-weight: bold;
  padding-right: 10px;
  min-width: auto;
}
.contents-head .search_day .t_r .form-inline {
  justify-content: flex-end;
}
.contents-head .search_day .form-full {
  align-items: stretch !important;
}
.contents-head .search_day .form-full > .form-full {
  margin: 5px 0;
}
.contents-head .search_day .form-full > .form-full .input-group {
  flex: 1;
  display: flex;
}
.contents-head .search_day .form-full > .form-full .input-group > .form-control {
  flex: 1;
}
.contents-body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
.contents-foot {
  border-top: 1px solid #ccc;
  margin-top: auto;
  padding: 10px 20px;
}
/*	발송이력 조회 화면하단 코드 디자인 변경 시 반영예정 !@#!@#
.contents-foot.double {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: nowrap;
  float: left;
}
.contents-foot.double > div {
  height : 100%;
}
*/

/**
.contents-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;

  .c-filter-name {
    display: flex;
    align-items: center;

    .form-group {
      label {
        color: #fff;
      }
    }
  }

  .c-filter-date {
    margin-left: auto;
    text-align: right;
    line-height: 1.2;

    label {
      display: block;
      font-size: 12px;
      color: #fff;
    }
  }
}
**/
/*************Form***************/
.input-group .form-control {
  z-index: inherit !important;
}
.input-group-wrap .input-group {
  display: flex;
}
.input-group .input-group-addon {
  height: 28px;
  border-color: #ccc !important;
}
.input-group .input-group-btn {
  height: 28px;
  margin-left: 6px !important;
  display: inline-block;
}
.input-group .input-group-btn .btn-search {
  width: 28px;
  margin-left: 4px !important;
  border: 1px solid #ccc;
}
.input-group .input-group-btn .fa {
  font-size: 14px;
  color: #333;
}
.form-textarea {
  float: none;
  outline: 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  padding: 0 8px;
  font-size: 12px;
  color: #333;
  width: 100%;
}
.form-control {
  float: none;
  outline: 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  padding: 0 8px;
  font-size: 12px;
  color: #333;
  width: 160px !important;
  height: 28px;
  vertical-align: middle;
}
.form-control.form-sm {
  width: 80px !important;
}

.form-control.form-mm {
  width: 100px !important;
}
.form-control.form-lg {
  width: 300px !important;
}
.form-control:focus {
  border-color: #333;
}
input[disabled],
input[read-only] {
  border-color: #ccc;
  background-color: #f5f5f5;
  color: #666;
}
.input-group-addon {
  padding: 4px 12px;
}
.btn {
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 12px;
  height: 28px;
  font-size: 12px;
  font-weight: bold;
}
.btn > span {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-normal {
  background-color: #2d3d54;
  color: #fff;
  border: 1px solid #333;
}
.btn.btn-default {
  color: #333;
  border: 1px solid #333;
  background-color: #fff !important;
}
.btn.btn-default[disabled],
.btn.btn-default.disabled,
.btn.btn-default:disabled {
  color: #ccc !important;
  border-color: #ccc !important;
  background-color: #f5f5f5 !important;
}
.btn.btn-default[disabled]:hover,
.btn.btn-default.disabled:hover,
.btn.btn-default:disabled:hover {
  opacity: 1;
}
.btn.btn-primary {
  background-color: #34495e;
}
.btn.btn-primary[disabled],
.btn.btn-primary.disabled,
.btn.btn-primary:disabled {
  color: #fff;
  border-color: #ccc;
  background-color: #ccc;
}
.btn.btn-primary[disabled]:hover,
.btn.btn-primary.disabled:hover,
.btn.btn-primary:disabled:hover {
  opacity: 1;
}
.btn.btn-primary2 {
  background-color: #9b59b6;
}
.btn.btn-success {
  background-color: #62cb31;
}
.btn.btn-info {
  background-color: #3095f8;
}
.btn.btn-info2 {
  background-color: #808080;
}
.btn-info2:hover,
.btn-info2:focus,
.btn-info2:active,
.btn-info2.active,
.open .dropdown-toggle.btn-info2 {
  background-color: #808080;
  border-color: #808080;
  color: #ffffff;
}
.btn.btn-warning {
  background-color: #e67405;
}
.btn.btn-warning2 {
  background-color: #e67e22;
}
.btn.btn-danger {
  background-color: #e74c3c;
}
.btn.btn-danger2 {
  background-color: #c0392b;
}

.btn.btn-danger.btn-delete {
  background-color: #EB003B; /* Normal */
  border-color: #EB003B;
  color: white;
}

.btn.btn-danger.btn-delete:hover {
  background-color: #D50136; /* Hover */
  border-color: #D50136;
  color: white;
}

.btn.btn-danger.btn-delete:active {
  background-color: #8D0023; /* Pressed */
  border-color: #8D0023;
  color: white;
}

.btn.btn-warning.btn-edit {
  background-color: #FFB724; /* Normal */
  border-color: #FFB724;
  color: white;
}

.btn.btn-warning.btn-edit:hover {
  background-color: #98690A; /* Hover */
  border-color: #98690A;
  color: white;
}

.btn.btn-warning.btn-edit:active {
  background-color: #66490E; /* Pressed */
  border-color: #66490E;
  color: white;
}

.btn.btn-edit.btn-success {
  background-color: #2768FF; /* Normal */
  border-color: #2768FF;
  color: white;
}

.btn.btn-edit.btn-success:hover {
  background-color: #1F53CC; /* Hover */
  border-color: #1F53CC;
  color: white;
}

.btn.btn-edit.btn-success:active {
  background-color: #173E99; /* Pressed */
  border-color: #173E99;
  color: white;
}
.btn.btn-sm {
  height: 20px;
  font-size: 11px;
}
.btn.btn-lg {
  height: 36px;
  font-size: 14px;
  font-weight: bold;
}
.btn[disabled],
.btn.disabled,
.btn:disabled {
  opacity: 1;
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
}
.btn[disabled]:hover,
.btn.disabled:hover,
.btn:disabled:hover {
  opacity: 1;
}
.buttons-excel {
  background-color: #227447 !important;
  border-color: #227447 !important;
}
span.btn-sm {
  font-size: 11px !important;
  padding: 3px 6px !important;
}
.cheklist-box {
  background-color: #f5f5f5;
  padding: 20px 20px 0;
}
.cheklist-box .menuGrp {
  text-align: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.cheklist-box .menuGrp input[type="checkbox"] + label {
  margin: 5px 20px 5px 0;
}
.cheklist-box .menuGrp:last-child {
  border-bottom: 0;
}
.cheklist-box .menuGrp .in {
  text-align: left;
  padding: 6px 10px 6px 30px;
}
.radiobox label {
  margin-right: 10px;
}
.checkbox {
  margin: 0;
}
.checkbox label {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
}
th .checkbox,
td .checkbox {
  margin: 0 auto;
  width: 21px;
  height: 21px;
  position: relative;
}
th .checkbox input[type="checkbox"],
td .checkbox input[type="checkbox"] {
  display: block;
  z-index: 999;
  opacity: 0;
}
th .checkbox input[type="checkbox"] + label,
td .checkbox input[type="checkbox"] + label {
  position: absolute;
  top: 0;
  left: 0;
}
input[type="checkbox"] {
  display: none;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
}
input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
}
input[type="checkbox"] + label span {
  padding-left: 4px;
  line-height: 21px;
}
input[type="checkbox"] + label span b {
  color: #cc3333;
}
input[type="checkbox"] + label::before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
input[type="checkbox"]:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
input[type="checkbox"]:checked + label::before {
  background-color: #3095f8;
}
input[type="checkbox"]:disabled + label::before {
  background-color: #f5f5f5;
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
}
input[type="checkbox"]:checked:disabled + label::before {
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
}
.iradio_square-green {
  background-image: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}
.iradio_square-green.disabled {
  background-color: #f5f5f5;
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
}
.iradio_square-green.checked {
  background-color: #3095f8;
}
.iradio_square-green.checked::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.iradio_square-green.checked.disabled {
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
}
input[type='radio']:disabled,
input[type='checkbox']:disabled {
  cursor: not-allowed;
}
/**탭메뉴 **/
.nav-tabs {
  display: flex;
  border-bottom: 0 !important;
}
.nav-tabs li {
  margin: 0;
}
.nav-tabs li a {
  display: block;
  font-size: 14px;
  color: #384c69;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.nav-tabs li a:hover {
  background-color: #fff;
  font-weight: bold;
}
.nav-tabs li.active a {
  background-color: #799dd2;
  color: #fff;
  font-weight: bold;
}
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background-color: #799dd2;
  color: #fff;
}
/*******TABLE******/
/*데이터테이블 플러그인 관련*/
.dataTables_wrapper {
  border-top: 1px solid #666;
  position: relative;
  display: block !important;
}
.dataTables_wrapper .dataTables_paginate {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: -44px;
  left: 0;
  width: 100%;
  text-align: center;
  float: none !important;
}
.dataTables_wrapper .buttons {
  display: block;
  z-index: 999;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.dataTables_wrapper .buttons > .dt-buttons {
  display: flex;
}
.dataTables_wrapper .buttons > .dt-buttons .btn + .btn {
  margin-left: 10px;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 4px 6px !important;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
table.dataTable thead tr th .sorting_disabled {
  position: relative;
}
table.dataTable thead tr th.sorting,
table.dataTable thead tr th.sorting_asc,
table.dataTable thead tr th.sorting_desc {
  position: relative;
}
table.dataTable thead tr th.sorting::after,
table.dataTable thead tr th.sorting_asc::after,
table.dataTable thead tr th.sorting_desc::after {
  font-family: 'FontAwesome';
  content: '\f0dc';
  display: inline-block;
  font-weight: 400;
  color: #333;
  position: absolute;
  top: 10px;
  right: 4px;
}
table.dataTable thead tr th.sorting_asc::after {
  content: '\f0de';
}
table.dataTable thead tr th.sorting_desc::after {
  content: '\f0dd';
}
table.dataTable thead tr th[rowspan="2"].sorting::after,
table.dataTable thead tr th[rowspan="2"].sorting_asc::after,
table.dataTable thead tr th[rowspan="2"].sorting_desc::after {
  top: 27px;
}
table.dataTable tbody td {
  text-align: center;
}
table.dataTable tbody td.left {
  text-align: left;
}
/*기본테이블*/
.table-t-info,
.table-h-info {
  font-size: 12px;
  padding-bottom: 5px;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.table-t-info .floatR,
.table-h-info .floatR {
  margin-left: auto;
}
table.table {
  display: table;
  min-width: 100%;
}
table.table thead tr th {
  height: 28px;
  text-align: center;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  background-color: #e7ebf4 !important;
  border-bottom: 1px solid #666;
  white-space: nowrap;
  line-height: 1.1;
  padding: 2px 4px !important;
  vertical-align: middle;
  border-right: 1px solid #c1c3c8;
}
table.table thead tr th:last-child {
  border-right: 0;
}
table.table tbody tr td {
  min-height: 32px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 6px 4px !important;
  border-right: 1px solid #e5e5e5;
}
table.table tbody tr td.line-l {
  border-left: 1px solid #c1c3c8;
}
table.table tbody tr td:last-child {
  border-right: 0;
}
table.table tbody tr td > a {
  color: #2d3d54;
  text-decoration: underline;
}
table.table tbody tr td > a:hover {
  font-weight: bold;
}
table.table tbody tr td .btn {
  margin: 0 auto;
}
table.table tbody tr td.left {
  text-align: left;
}
table.table tbody tr.no-del {
  background-color: #f0f1e8 !important;
}
table.table tbody tr.selected {
  background-color: #eefae8 !important;
}
table.table.has-foot tbody tr:nth-last-child(1) th,
table.table.has-foot tbody tr:nth-last-child(1) td {
  border-top: 1px solid #666;
  background-color: aliceblue;
}
td.dataTables_empty {
  height: 20px;
  vertical-align: middle !important;
}
.dataTables_scroll .dataTables_scrollHead {
  z-index: 99;
}
.dataTables_scroll .dataTables_scrollBody {
  margin-top: -4px;
}
.contents-list-wrap table.dataTable {
  margin-top: 0 !important;
}
.pagination {
  margin: 0 auto;
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .paginate_button {
  border: 0 !important;
}
.pagination li a,
.pagination li span {
  border: 0 !important;
  color: #6a6c6f;
}
.pagination li a:hover,
.pagination li span:hover {
  border: 0 !important;
}
.pagination li.active a {
  background-color: transparent;
  color: #6a6c6f;
  text-decoration: underline;
}
.dataTables_scrollBody thead {
  visibility: hidden !important;
}
.dataTables_scrollBody th.sorting::after,
.dataTables_scrollBody th.sorting_asc::after,
.dataTables_scrollBody th.sorting_desc::after {
  display: none !important;
}
.table-btnlist {
  display: flex;
}
.table-btnlist .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*modal*/
body.modal-open {
  padding-right: 0 !important;
}
.modal.fade.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal-dialog {
  z-index: 9999;
  margin: 0 auto !important;
  width: auto !important;
  min-width: 500px;
  max-width: 90%;
}
.modal-dialog .modal-content {
  padding: 0 !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.modal-dialog .modal-content .modal-header {
  background-color: #2d3d54;
  padding: 15px 20px !important;
  border-bottom: 0 !important;
  position: relative;
}
.modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  background-color: #151d28;
  display: inline-block;
  width: 30px;
  height: 30px;
  opacity: 0.8;
}
.modal-dialog .modal-content .modal-header .modal-title {
  letter-spacing: -1px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.modal-dialog .modal-content .modal-body {
  padding: 30px !important;
  text-align: center;
  max-height: 70vh;
  overflow-y: auto;
}
.modal-dialog .modal-content .modal-body .contents-body {
  padding: 0;
  display: flex;
  min-width: 800px !important;
}
.modal-dialog .modal-content .modal-body .contents-body .c-set-wrap {
  display: block !important;
}
.modal-dialog .modal-content .modal-body .contents-body .c-preview-wrap .view-mobile {
  margin: -66px 0 -76px -35px !important;
}
.modal-dialog .modal-content .modal-footer {
  border-top: 0 !important;
  padding: 20px 20px !important;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-dialog .modal-content .modal-footer .btn + .btn {
  margin-left: 10px !important;
}








.modal-store-dialog {
  z-index: 9999;
  margin: 0 auto !important;
  width: auto !important;
  min-width: 1200px;
  max-width: 100%;
}
.modal-store-dialog .modal-store-content {
  background-color: #ffffff !important;
  padding: 0 !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.modal-store-dialog .modal-store-content .modal-store-header {
  background-color: #2d3d54;
  padding: 15px 20px !important;
  border-bottom: 0 !important;
  position: relative;
}
.modal-store-dialog .modal-store-content .modal-store-header .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  background-color: #151d28;
  display: inline-block;
  width: 30px;
  height: 30px;
  opacity: 0.8;
}
.modal-store-dialog .modal-store-content .modal-store-header .modal-title {
  letter-spacing: -1px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.modal-store-dialog .modal-store-content .modal-store-body {
  padding: 30px !important;
  text-align: center;
  max-height: 70vh;
  overflow-y: auto;
  display: flex;
}
.modal-store-dialog .modal-store-content .modal-store-body .contents-body {
  padding: 0;
  display: flex;
  min-width: 800px !important;
}


.modal-store-dialog .modal-store-content .modal-store-body .modal-set-sub {
  display: flex;
  flex-wrap: wrap; /* 요소들이 넘칠 경우 줄바꿈 되도록 설정 */
  flex:1;
  margin-left: 20px;
}

.modal-store-dialog .modal-store-content .modal-store-body .modal-set-sub .form-group {
  flex: 1;
  margin-right: 10px; /* 각 form-group 사이의 간격을 조정합니다. */
}

.modal-store-dialog .modal-store-content .modal-store-body .modal-set-sub .form-group:last-child {
  margin-right: 0; /* 마지막 form-group에는 오른쪽 여백을 제거합니다. */
}

.sub-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.sub-form-group > .control-label {
  margin-bottom: 10px; /* 설명 레이블 아래 간격 */
}

.input-description {
  font-size: 12px; /* 원하는 폰트 사이즈 */
  color: #666; /* 원하는 색상 */
  margin-top: 5px; /* 설명과 입력 필드 사이의 간격 조정 */
}





.modal-store-dialog .modal-store-content .modal-store-body .contents-body .c-set-wrap {
  display: block !important;
}
.modal-store-dialog .modal-store-content .modal-store-body .contents-body .c-preview-wrap .view-mobile {
  margin: -66px 0 -76px -35px !important;
}
.modal-store-dialog .modal-store-content .modal-store-footer {
  border-top: 0 !important;
  padding: 20px 20px !important;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-store-dialog .modal-store-content .modal-store-footer .btn + .btn {
  margin-left: 10px !important;
}

.modal.fade .modal-store-dialog {
  transform: none;
}
.fade {
  transition: none !important;
}
.modal-set {
  /*width: 450px;*/
}
.modal-set-test {
  /*width: 450px;*/
}
.modal-set .form-group {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-start;
}
.modal-set .form-group:last-child {
  margin-bottom: 0;
}
.modal-set .form-group > .control-label {
  flex: 0 1 160px;
  width: 160px;
  background-color: #e4eaf6;
  color: #333;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
  padding: 5px 20px;
  margin-right: 5px;
}
.modal-set .form-group > .control-label.label-lg {
  flex-basis: 220px;
  width: 220px;
}
.modal-set .form-group .input-group {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
}
.modal-set .form-group .input-group > label {
  font-size: 14px;
  color: #6a6c6f;
  line-height: 28px;
}
.modal-set .form-group .input-group .form-control {
  flex: 1;
}
.modal-set .form-group .input-group .form-control + .btn {
  margin-left: 4px;
}
.modal-set .form-group .input-group .btn + .btn {
  margin-left: 4px;
}

.modal-set .form-group .temp-group  {
  margin: 3px 0 0 10px;
}

.modal-preview {
  display: flex;
}
.modal-preview .c-set-wrap {
  flex: none;
  display: block;
}
.modal-search {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
.modal-search .input-group {
  display: flex !important;
}
.modal-search select + input {
  margin-left: 10px;
}
.modal-table-wrap .table {
  margin-bottom: 0px !important;
}
.modal-table-wrap .dataTable {
  margin-bottom: 30px !important;
  margin-top: 0 !important;
}
.modal-table-wrap table.modal-table {
  border-top: 1px solid #666;
}
.modal-att {
  margin-top: 20px;
  text-align: left;
  font-size: 12px;
  color: #333;
  line-height: 1.2;
}
/*대시보드 */
.box h4.r-title {
  font-size: 13px;
  font-weight: bold;
  margin: 6px;
  margin-top: 30px;
}
.box-wrap {
  display: flex;
}
.box-wrap .box {
  flex: 1;
}
.box-wrap .box + .box {
  margin-left: 30px;
}
/*등록/수정페이지들*/
.btn-group .btn + .btn {
  margin-left: 10px;
}
.foot-btn-group {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot-btn-group .btn-group .btn {
  min-width: 100px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
}
.contents-set {
  display: flex;
  overflow-y: auto;
}
.c-preview-wrap .c-preview {
  min-height: 220px;
  width: 360px;
  border: 1px solid #333;
  overflow: hidden;
}
.c-preview-wrap .c-preview-tip {
  width: 360px;
  padding: 5px 0 10px;
}
.c-set-wrap {
/*   flex: 1; 
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; */
  overflow-y: auto;
  overflow-x: hidden;
}
.c-set-wrap .c-set {
/*   flex: 0 1 640px; */
  min-width: 640px;
  padding-left: 20px;
}
.c-set-wrap .c-set-att {
  padding-left: 20px;
/*   flex: 1; */
/*   min-width: 200px; */
}
.c-set-in h4 {
  font-size: 16px;
  color: #2d3d54;
  font-weight: bold;
}
.c-set-in .form-group {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}
.c-set-in .form-group > .control-label {
  flex: 0 1 160px;
  background-color: #566c8b;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  width: 160px;
  height: 28px;
  margin-right: 5px;
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
  padding-left: 20px;
}
.c-set-in .form-group .input-group {
  flex: 0.99;
}
.c-set-in .form-group .input-group .form-control + .btn {
  margin-left: 4px;
}
.c-set-in .form-group .input-group .btn + .btn {
  margin-left: 4px;
}
.form-group-sub .in {
  margin-top: -20px;
  background-color: #fcfbf0;
  padding: 20px 20px 10px 0;
  margin-bottom: 30px;
  width: 620px;
}
.form-group-sub .in .form-group {
  margin-bottom: 10px !important;
}
.form-group-sub .in .input-group {
  display: flex !important;
  flex: 1;
}
.form-group-sub .in .input-group .form-control {
  flex: 1;
}
.form-group-sub .in .input-group .form-control.form-sm {
  width: 100px !important;
  flex: 0 1 100px;
}
.form-group-sub .in select + .form-control {
  margin-left: 10px;
}
.form-group-sub .in .btn + .form-control {
  margin-left: 10px;
}
.form-group-sub .control-label {
  background-color: transparent !important;
  color: #333 !important;
}
.input-group-auto {
  display: flex;
  width: 100%;
}
.input-group-auto .form-control {
  flex: 1;
}
.input-group-full {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.input-group-full .input-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: none;
}
.input-group-full .input-group .control-label {
  font-weight: normal;
  font-size: 11px;
  display: block;
  text-align: center;
}
.input-group-full .input-group .form-control {
  width: 90px !important;
}
.input-group-full .input-group .colorpicker-component {
  position: relative;
}
.input-group-full .input-group .colorpicker-component .form-control {
  width: 70px !important;
}
.input-group-full .input-group .btn {
  margin: 0 !important;
  font-weight: normal;
}
.input-group-full .input-group .btn.btn-default {
  border-color: #ccc !important;
  color: #333;
}
.input-group-full .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  line-height: 28px;
}
.input-group-full .dropdown-menu {
  margin: 0 !important;
  box-shadow: none;
  margin-top: -1px !important;
}
.form-group-wrap {
  background-color: #fcfbf0;
  padding: 20px 20px 0 0;
  margin-top: -20px;
  display: flex;
  flex-direction: column;
}
.form-group-wrap .control-label {
  background-color: transparent !important;
  color: #333 !important;
}
.form-group-wrap .form-textarea {
  margin: -15px 0 0 15px;
}
.form-group-wrap.wrap-sm {
  margin-top: 10px;
}
.form-group-wrap.wrap-sm .form-group {
  margin-bottom: 10px !important;
}
.form-group-wrap.wrap-sm .input-group {
  display: flex;
  align-items: center;
}
.form-group-wrap.wrap-sm .input-group .floatR {
  margin-left: auto;
}
.form-group-wrap + .form-group-wrap {
  margin-top: 20px;
}
.file-field {
  display: flex;
  align-items: center;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0px;
  bottom: 0;
  width: 100%;
  max-width: 80px;
  height: 28px;
  margin: 0 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}
.file-name {
  margin: 0 10px;
}
/* 텍스트 색상 선택  */
.color-palette {
  position: absolute !important;
  top: 27px;
  -webkit-border-radius: 10px 0 10px 10px;
  -moz-border-radius: 10px 0 10px 10px;
  border-radius: 10px 0 10px 10px;
  overflow: hidden;
  right: 0px;
  width: 151px;
  padding: 8px 8px 4px;
  border: 1px solid #ccc;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: none;
}
.color-palette > .color-item {
  width: 15px;
  height: 15px;
  margin: 0 2px;
  display: inline-block;
  border: 1px solid #ccc;
}
/* 볼드, 이탤릭, 언더라인  */
#mapping_depart_panel > div > div:nth-child(2) > div > div:nth-child(3) > div > div > div > ul > li:nth-child(1) > a > span.text .font-style-dropdown .dropdown-menu.inner > li:nth-child(1) > a > span.text {
  font-weight: bold;
}
.font-style-dropdown .dropdown-menu.inner > li:nth-child(2) > a > span.text {
  font-style: italic;
}
.font-style-dropdown .dropdown-menu.inner > li:nth-child(3) > a > span.text {
  text-decoration: underline;
}
.bootstrap-select .dropdown-toggle .filter-option {
  text-align: left;
  justify-content: flex-start;
  margin-top: 5px;
}
.form-msg {
  font-size: 13px;
  line-height: 28px;
  color: #3095f8;
}
.form-att {
  font-size: 11px;
  line-height: 1.3;
  color: #cc3333;
  margin: 5px 0 0;
  font-weight: bold;
}
.form-att.form-in {
  margin: -10px 0 10px 180px;
}
/*미리보기 화면  :: 핸드폰 형태*/
.c-preview-wrap .view-mobile {
  margin: -66px 0 -66px -25px !important;
}
.view-mobile {
  width: 380px;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
  transform: scale(0.8);
}
.view-mobile .view-m-iframe {
  border: 0;
  padding: 0;
  outline: 0;
  margin: 0;
}
.view-mobile .tbl-mobile {
  width: 100%;
}
.view-mobile .tbl-mobile tr th {
  text-align: center;
  background-color: #333;
  vertical-align: middle;
}
.view-mobile .tbl-mobile .mobile-top {
  display: inline-block;
  width: auto;
  margin: 10px auto;
}
.view-mobile .tbl-mobile .mobile-top::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.view-mobile .tbl-mobile .mobile-top::after {
  content: '';
  display: inline-block;
  width: 70px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin-left: 6px;
}
.view-mobile .tbl-mobile .mobile-bot {
  display: inline-block;
  width: auto;
  margin: 10px auto;
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}
.view-mobile .tbl-mobile .td-iframe {
  vertical-align: middle;
  background-color: #f5f5f5;
}
.view-mobile .tbl-mobile .td-iframe .m-iframe-wrap {
  display: flex;
  align-items: flex-start;
  min-height: 640px;
}
/*통화시도(프롤로그) 통화중화면*/
.m-iframe-wrap.prologue {
  background: url('../images/call_bg.png') repeat-x 0 0;
  background: auto 100%;
  align-items: center !important;
  position: relative;
  z-index: 0;
}
.m-iframe-wrap.prologue:before {
  content: '';
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  display: block;
  height: 50px;
  background: url('../images/call_top.png') no-repeat 50% 50%;
  background-size: auto 50px;
}
.m-iframe-wrap.prologue:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 155px;
  background: url('../images/call_bot.png') no-repeat 50% 50%;
  background-size: auto 155px;
}
/*템플릿관리*/
div.sec-template {
  position: relative;
  /**
  &::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    border-left: 4px solid @color-navy4;
  }
  **/
}
div.sec-template.on::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -20px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px #cc3333 dotted;
}
/*설문컨텐츠관리*/
.c-survey {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-survey p.msg {
  font-size: 12px;
  text-align: center;
  display: flex;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.c-survey p.msg:hover,
.c-survey p.msg:active {
  background-color: #3095f8;
  color: #fff;
}
.c-survey .survey-logo,
.c-survey .survey-guide,
.c-survey .survey-body,
.c-survey .survey-footer {
  display: block;
  width: 100%;
  border-bottom: 1px #ccc solid;
}
.c-survey .survey-logo.on,
.c-survey .survey-guide.on,
.c-survey .survey-body.on,
.c-survey .survey-footer.on {
  border: 2px #cc3333 dotted;
}
.c-survey .survey-logo {
  flex: 0 1 60px;
  height: 60px;
}
.c-survey .survey-guide {
  min-height: 130px;
}
.c-survey .survey-body {
  overflow-y: auto;
  padding: 20px;
  min-height: calc(100% - 270px);
}
.c-survey .survey-footer {
  flex: 1;
  border-bottom: 0;
  max-height: 80px;
  margin-top: auto;
}
 .survey-answer {
  padding-left: 15px;
}
/*공통사용*/
.text-red {
  color: #cc3333 !important;
}
ul.att {
  margin-top: 6px;
}
ul.att li {
  font-size: 12px;
  color: #333;
  line-height: 1.2;
  padding-left: 10px;
  text-indent: -10px;
  margin-bottom: 4px;
}
.inline {
  display: inline-block;
}
.float-left,
.floatL {
  float: left;
}
.float-right,
.floatR {
  float: right;
}
.labelL {
  text-align: left;
}
.labelR {
  text-align: right;
}
.nowrap {
  white-space: nowrap;
}
.word-break {
  white-space: normal;
  word-break: break-all;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search_day.c-filter-name {
	align-items:center;
}

/* switch css start */

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
  vertical-align: middle;
  margin-top: 8px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A1A6AB;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: rgb(0, 128, 255);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* switch css end */


.datagrid-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
}

.copy-icon {
  display: inline-block;
  width: 20px;
  /*height: 20px;*/
  cursor: pointer;
  margin-left: 10px;
  vertical-align: middle;
  /* SVG를 background-image로 설정 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='9' y='9' width='13' height='13' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.copy-icon:hover {
  opacity: 0.7;
}