/*! style.css | MIT License | github.com/necolas/normalize.css */
body {
  background: #fff;
  display: table;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  width: 100%;
}

div[class*="col-"] {
  float: left; }

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

p:focus {
  border: none;
  outline: 0; }

a, button {
  text-decoration: none;
  outline: none !important;
  color: #242424;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; 
}

a:hover, button:hover {
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0; }

ul,
ol {
  padding-left: 0; }

.btn:focus,
button:focus {
  box-shadow: none !important;
  outline: 0; }

img {
  max-width: 100%; }


  

/* Global Styles */
/* Main Styles */
.basix-container {
  display: table;
  min-height: 100vh;
  position: relative;
  width: 100%; }

aside.left-panel {
  background-image: linear-gradient(115deg, #5fa35a, #60a763, #196e07);
  background-repeat: no-repeat;
  background-position: top left;
  box-shadow: 0px 0px 6px rgba(7, 14, 42, 0.6);
  display: table-cell;
  height: 100vh;
  min-height: 100%;
  padding: 0;
  vertical-align: top;
  width: 160px;
  transition: width 0.3s ease;
}
  
.navbar {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: none;
  display: block;
  margin: 0;
  margin-bottom: 100px;
  padding: 0; 
}
#main-menu {
  padding: 0; 
  width: 160px;
}
.open #main-menu {
  padding: 0; 
  width: 60px;
}
.navbar .navbar-header {
  float: none;
  text-align: center;
  width: 100%; }
.navbar .navbar-brand {
  background-color: #fff;
  color: #242424 !important;
  font-family: 'Noto Sans KR';
  font-size: 22px;
  float: none;
  line-height: 50px;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  display: block;
  min-height: 70px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; 
}
.navbar .navbar-brand img {width: 132px;}
.navbar .navbar-brand span {
  font-weight: 600;
}
.navbar .navbar-brand.hidden {
  display: none; }
.navbar .menu-title {
  border-bottom: 1px solid #4e4e52;
  color: #9496a1;
  clear: both;
  display: block;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  padding: 15px 0 0 0;
  text-transform: uppercase;
  width: 100%; 
}
.navbar .navbar-nav {
  float: none;
  position: relative; 
}
.navbar .navbar-nav li {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #417444;
}
.navbar .navbar-nav li.active .menu-icon, .navbar .navbar-nav li:hover .toggle_nav_button:before,
.navbar .navbar-nav li .toggle_nav_button.nav-open:before {
  color: #fff !important; }
.navbar .navbar-nav li > a {
  background: none !important;
  color: #fff !important;
  display: inline-block;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  line-height: 30px;
  padding: 9px 15px;
  position: relative;
  width: 100%; }
.navbar .navbar-nav li > a:hover, .navbar .navbar-nav li > a:hover .menu-icon {
    color: #fff !important; }
.navbar .navbar-nav li > a .menu-icon {
  color: #cfe9d8;
  float: left;
  margin-top: 8px;
  width: 20px;
  text-align: left;
  z-index: 9; 
}
.navbar .navbar-nav li > a .menu-title-text {
  font-size: 14px; }
.navbar .navbar-nav li > a .badge {
  border-radius: 0;
  font-family: 'Noto Sans KR';
  font-weight: 600;
  float: right;
  margin: 6px 0 0 0;
  padding: 0.4em 0.5em; }
.navbar .navbar-nav li.menu-item-has-children {
position: relative; }
.navbar .navbar-nav li.menu-item-has-children > a {
  line-height: 30px;
}
.navbar .navbar-nav li.menu-item-has-children a:before {
  content: "\f105";
  color: #c8c9ce;
  font-family: 'Fontawesome';
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 20px;
  text-align: right;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.navbar .navbar-nav li.menu-item-has-children a:hover:before {
    color: #fff;
}
  
.navbar .navbar-nav li.menu-item-has-children .sub-menu {
  background: #3d7140;
  border: none;
  box-shadow: none;
  overflow-y: hidden;
  padding: 0;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu li {
  position: relative; 
  padding: 0 0 0 20px;
  border-top: 1px solid #598a5c;
  border-bottom: 1px solid #336036;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li.active {
  background-color: #306241;
}
.form-group + .form-group {margin-top: 5px;}
.navbar .navbar-nav li.menu-item-has-children .sub-menu i {
  color: #cfe9d8;
  float: left;
  padding: 0;
  position: absolute;
  left: 20px;
  font-size: 14px;
  top: 12px; }
.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
  padding: 4px 0 4px 20px; }
.navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
  content: '';
  display: none; }
.navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
  top: 13px;
  text-align: left;
  width: 25px;
}
.navbar .navbar-nav li.menu-item-has-children.show a:before {
  content: "\f107"; }
.navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
  max-height: 1000px;
  opacity: 1;
  position: static !important;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
  color: #d7d9e3 !important; }

.navbar-nav li span.count {
  background: #a9d86e;
  border-radius: 50%;
  color: #fff;
  font-family: 'Noto Sans KR';
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-right: 15px;
  text-align: center;
}

body.open .navbar .navbar-brand.hidden {
  display: block;
}

.open aside.left-panel {
  max-width: 60px;
  width: 60px;
}
.open aside.left-panel .navbar .navbar-brand {
  display: none; }
.open aside.left-panel .navbar .navbar-brand.hidden {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.open aside.left-panel .navbar .navbar-brand.hidden img {
  max-width: 45px;
  margin: 0 auto; 
}
.open aside.left-panel .navbar .navbar-brand.d-md-none {
  display: block !important;
  margin: 13px 0 0;
  min-height: 67px;
  padding: 0;
  text-align: center;
}
.open aside.left-panel .navbar .navbar-nav:before {
  display: none !important; }
.open aside.left-panel .navbar .navbar-nav li {
  position: relative; }
.open aside.left-panel .navbar .navbar-nav li a {
  font-size: 0;
  z-index: 0;
  transition: none; }
.open aside.left-panel .navbar .navbar-nav li a .menu-icon {
  font-size: 20px;
  z-index: -1;
  width: inherit; }
.open aside.left-panel .navbar .navbar-nav li a .menu-title-text {
  font-size: 0; }
.open aside.left-panel .navbar .navbar-nav li a .badge {
  display: none; }
.open aside.left-panel .navbar .navbar-nav li > a {
  max-width: 60px;
  padding-left: 20px; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
  overflow: hidden; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
  content: '';
  display: none; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
  display: block;
  left: inherit;
  right: -112px;
  top: 0; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  font-size: 14px;
  max-width: inherit;
  padding: 2px 15px 2px 25px;
  width: 100%; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a .menu-icon {
  text-align: center; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
  overflow: visible; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
  position: absolute !important; }
.open aside.left-panel .navbar .navbar-nav li span.count {
  display: none;
  margin-right: 5px;
  z-index: 1; }
.open aside.left-panel .navbar .navbar-nav li.active a:after {
  content: '';
  display: none; }
.open aside.left-panel .navbar .navbar-nav .menu-title {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  padding: 0;
}



/* Right panel */
.right-panel {
  position: relative;
  display: table-cell;
  width: 100%;
  padding-left: 0 !important;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.right-panel header.header {
  background: #fff;
  clear: both;
  padding: 15px 20px 13px 20px;
  width: 100%;
  height: 70px
}

.open .right-panel {
  margin-left: -210px; }

header.fixed-top {
  background: #fff;
  padding: 20px; }

.header-menu .col-sm-7 {
  position: inherit; }

.menutoggle {
  background: #5ea056;
  border-radius: 50%;
  color: #fff !important;
  cursor: pointer;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin: 8px 20px 0 -40px;
  text-align: center;
  width: 24px; 
}

.menutoggle i:before {
  content: "\f053"; 
  padding-right: 2px;
}
.open .menutoggle i:before {
  content: "\f054"; 
  padding-left: 4px;  
}

.search-trigger {
  background: transparent;
  border: none;
  color: #272c33;
  cursor: pointer;
  font-size: 16px;
  height: 41px;
  width: 43px;
  line-height: 38px; }

header .form-inline {
  background: #263238;
  display: none;
  height: 70px;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999; }
header .form-inline .search-form {
  height: 100%;
  max-width: 1025px;
  margin: 0 auto;
  position: relative; }
header .form-inline .search-form input[type="text"] {
  background: #263238;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #d3d3d3;
  font-size: 16px;
  height: inherit;
  margin-right: 0 !important;
  padding: 10px 36px 10px 15px;
  width: 100%; }
header .form-inline .search-form input[type="text"].active,
header .form-inline .search-form input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.125);
  outline: 0; }
header .form-inline .search-form button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px !important; }
header .form-inline .search-form button:active,
header .form-inline .search-form button:focus,
header .form-inline .search-form button:visited,
header .form-inline .search-form .btn-outline-success:hover {
  background: transparent;
  border: none !important;
  box-shadow: none;
  outline: 0 !important; }
header .form-inline .search-form.close {
  display: none; }

.header-left.open .form-inline {
  display: block; }

.header-left .dropdown {
  display: inline-block; }
.header-left .dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  color: #272c33;
  font-size: 16px; }
.header-left .dropdown .dropdown-toggle:after, .left-panel .dropdown .dropdown-toggle:after {
  display: none; }
.header-left .dropdown .dropdown-toggle .count {
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  right: 0;
  top: 0;
  position: absolute; }
.header-left .dropdown .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  top: 49px !important; }
.header-left .dropdown .dropdown-menu p {
  font-size: 15px;
  margin: 0;
  padding: 5px 15px; }
.header-left .dropdown .dropdown-menu .dropdown-item {
  color: #272c33;
  font-size: 13px;
  padding: 10px 15px 3px;
  text-overflow: ellipsis; }
.header-left .dropdown .dropdown-menu .dropdown-item .photo {
  float: left;
  margin-right: 15px;
  width: 25px; }
.header-left .dropdown .dropdown-menu .dropdown-item .message .name {
  margin-top: -5px; }
.header-left .dropdown .dropdown-menu .dropdown-item .message .time {
  font-size: 11px; }
.header-left .dropdown .dropdown-menu .dropdown-item .message p {
  clear: both;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis; }
.header-left .dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent; }

.dropdown-menu {
  border-radius: 0;
  transform: none !important;
  font-size: 14px;
  margin: 0;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.for-notification .dropdown-menu .dropdown-item {
  padding: 5px 15px !important;
  text-overflow: ellipsis; }
.for-notification .dropdown-menu .dropdown-item i {
  float: left;
  font-size: 14px;
  margin: 5px 5px 0 0;
  text-align: left;
  width: 20px; }
.for-notification .dropdown-menu .dropdown-item p {
  padding: 0 !important;
  text-overflow: ellipsis; }

.user-area {
  float: right;
  padding-right: 0;
  position: relative; }
.user-area .user-menu {
  background: #fff;
  border: none;
  font-family: 'Noto Sans KR';
  left: inherit !important;
  right: 0;
  top: 55px !important;
  margin: 0;
  max-width: 150px;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  z-index: 999;
  min-width: 150px; }
.user-area .user-menu .nav-link {
  color: #272c33;
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0; }
.user-area .user-avatar {
  float: right;
  margin-top: 4px;
  width: 32px; }
.user-area .user-info .name {
  color: #8c8c8c;
  font-size: 14px;
  position: relative;
  text-transform: uppercase; }
.user-area .count {
  background: #d9534f;
  border-radius: 50%;
  color: #fff;
  font-family: 'Noto Sans KR';
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center; }

#menuToggle2 {
  padding-left: 25px; }

#language-select {
  color: #f1f2f7;
  float: right;
  margin: 7px 20px 0 0;
  max-width: 80px; }
#language-select:focus, #language-select:visited {
  border: none;
  outline: 0; }
#language-select .dropdown-toggle::after {
  display: none; }
#language-select .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  left: -8px !important;
  min-width: inherit;
  padding: 0 5px;
  top: 46px !important; }
#language-select .dropdown-menu .dropdown-item {
  margin-right: 0;
  max-width: 25px;
  padding: 0; }
#language-select .dropdown-menu .dropdown-item:hover {
  background: #fff; }
#language-select .dropdown-menu .dropdown-item .flag-icon {
  margin-right: 0;
  width: 25px; }

.notification-show + .dropdown-menu,
.message-show + .dropdown-menu,
.language-show + .dropdown-menu {
  display: block; }


/* General */
.tooltip {margin-top: 10px;}
.tooltip-inner {
  text-align: left;
  word-break: keep-all;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #000 transparent; 
}

.hidden {
  display: none;
}
.text-red {
  color: #ff0000 !important;
}
.text-black {
  color: #000 !important;
}

.float-none {
  float: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.fa-2 {font-size: 1.275rem; position: relative; top:1px;}
.content-area {padding: 10px 20px;}

/* Buttons */

.btn-green {
  background: #51b848;
  color: #fff;
}
.btn-green:hover  {
  background: #37932f;
  color: #fff;
}
.btn-darkblue {
  background: #185e4c;
  color: #fff;
}
.btn-darkblue:hover, .btn-green:hover, .btn-outline-secondary:hover  {
  background: #28725f;
  color: #fff;
}
.btn-sky {
  background: #44ab49;
  color: #fff;
}
.btn-sky:hover, .btn-darkblue :hover {
  color: #fff;
}
.btn-outline-secondary {
  background-color: #ffffff;
  color: #000;
  border: 1px solid #e0e0e0;
}
.btn-confirm {
  width: 160px;
  margin: 20px 4px;
}
.btn-area {display: flex; margin: 10px 0;}
.btn-area .btn {font-size: 15px; margin:2px; padding: 0.3755rem 1rem;}
.text-blue {
  color: #3e9ffa;
}
.text-sub { display: inline-block;  padding: 10px 2px; }

.text-in { display: inline-block;  padding: 6px 0; margin-right: 6px; height: 38px;}

.filter-group select,
.filter-group input {
  height: 38px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 1.5;
}

/* Leftmenu */
.dropdown-menu {
  min-width: 6rem;
}

/* Table related */
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}


.table td, .table th {
  vertical-align: middle;
  padding: 0.5rem 0.15rem;
  text-align: center;
  min-height: 40px;
}
.table thead th {
  vertical-align: middle;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f7fb;
}
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}
.table-secondary {
  background-color: rgba(255,255,255,0.2);
}
.table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #37862d;
  padding: 10px 0;
}
.table-secondary td a, .table-secondary th a, .table-secondary thead th a {
  color: #000;
}
.table-secondary td.text-left {
  padding-left: 20px;
}
.table-secondary tr:last-child td {
  border-bottom: 1px solid #37862d;;
} 
.table a {padding: 0 2px; }
.table a.hasTip {padding: 2px; display: inline-block; }
.table a i {color:#00aced;}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}


/* Layout */
.card {
  margin-bottom: 1.5rem;
  border-radius: 0;
}

@media (min-width: 992px) {
  .col-lg-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .m-show {
    display: none;
  }
}

@media (max-width: 991px) {
  .m-hidden {
      display: none;
  }

  .m-hidden + div {margin-top: -50px;}
}

/* Right */
.content {
  float: left;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 50px;
}

.right-panel .page-header {
  min-height: 48px;
  margin: 0px;
  padding: 0px 15px;
  border-bottom: 0px;
  color: #fff;
}
.right-panel .page-header h1 {
  font-size: 18px;
  padding: 13px 0;
  display: inline-block;
}
.right-panel .page-header h4 {
  padding: 10px 0;
}
.right-panel .breadcrumbs {
  background-color: #306241;
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 0 5px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.icon-attach {
  width: 20px;
  margin-right: 4px;
  vertical-align: bottom;
}

/* Topmenu */

.header-menu .breadcrumb {
  margin: 0;
  padding: 10px 0;
  background: #fff;
  text-transform: capitalize;
}
.header-menu .breadcrumb li a {
  font-size: 13px; padding: 4px 5px 3px;
}
.header-menu .breadcrumb li .btn {
  margin-top: -2px;
}
.header-menu .breadcrumb > li + li:before {
  padding: 0 10px;
  content: '';
}
.header-menu .breadcrumb li a i {color:#44ab49; padding: 0 5px;}
.b-title-nav {
  display: flex;
  align-items: center;
  font-size: 1.175rem;
  border-bottom: 1px solid #e8e8e8;
  margin: 30px 0;
}

.b-title {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 8px 0 4px;
  font-size: 1.075rem;
}
.b-title li {
  color: #fff;
  font-weight: 500;
  line-height: 2;
}
.b-title .b-header {
  font-size: 14px;
  color: #fff;
  margin-right: 6px;
}
.b-title .b-header.first {
  margin-left: 20px;
}
.b-title select {
  display: inline-block;
  padding: 0;
  font-size: 1.075rem;
  height: 2.175rem !important;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background: none;
  border: none;
  margin-left: -10px;
}
.b-title select:focus {
  outline: none;
}
@media (max-width: 768px) {
  .b-title-nav {
      margin: 20px 0;
  }
  .b-title select {
      position: relative; top: -1px;
  }
  .b-title-nav, .b-title select {
      font-size: 1.175rem;
  }
}

#category-container {
  width: 300px;
  margin: auto;
}

#category-title {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
  border: 1px solid #ddd;
  padding: 6px 10px;
}
.category-item .c-title { width: 120px;}


/* 팝업창 관련 */


.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 1000;
}
.popup.wide {
  width: 960px;
}
@media (max-width: 768px) {
  .popup  {
      width: 360px;
  }
  .popup.wide  {
    width: 480px;
  }
}

#popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  color: #fff;
  background-color: #17633d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
}
#popup-header h2 {
  margin: 0;
  font-size: 18px;
}
#popup-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 12px; right:20px;
}
#popup-content {
  padding: 20px;
  margin-bottom: 20px;
}
#popup-content .btn-group {
  display: inline-block;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Popup & Modal */
.modal-dialog {
  max-width: 320px;
}
.modal-dialog.modal-md {
  max-width: 400px;
}
.flx-center {
  justify-content: center;
}
.flx-end {
  display: flex;
  justify-content: flex-end;
}
.flx-end .form-control {margin-right: 5px;}
.modal-body .col {padding: 0.175rem 1rem;}
.modal-header {
  padding: 0.5rem 1rem;
}
.header-tab {
  display: flex;
  padding:0 0 10px 0;
  border-bottom: 1px solid #808080;
  margin-bottom: 10px;
}
.header-tab .top-search {
  display: flex;
  justify-content: end;
}
.header-tab .top-search .form-control {
  float: left;
  width: auto; 
  height: 30px !important;
  line-height: 1;
  font-size: 13px;
  margin-right: 4px;
  padding: 0.175rem 0.375rem;
  text-align: center;
}

.tab-btns .nav-tabs {
  border-bottom: none;
}
.tab-btns .nav-tabs .nav-link {
  text-align: center;
  width: 155px;
}
.vtabs-content {
  width: 800px; padding-right:15px; height: 686px;
} 
/* 20241106 */
.vtabs-content .tab-content, #modifyCert .modal-body {
  height: 600px; overflow-x:hidden; overflow-y: auto;
} 
.vtabs-menu {
  width: 186px;
  padding: 0 15px;
  border-left: 1px solid #dee2e6;
}
.vtabs-menu .nav-tabs .nav-item.show .nav-link, .vtabs-menu .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.vtabs-menu .nav-tabs .nav-link {
  font-weight: 400;
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  margin-bottom: 4px;
  padding: 0.375rem;
  border-radius: 5px;
}

.vtabs-content .table-bordered td, .mem-table.table-bordered td  {
  text-align: left; 
  padding: 0.135rem 0.5rem;
}
.vtabs-content .table-bordered th, .mem-table.table-bordered th {
  background-color: #f7f7f7;
  min-width: 72px;
  font-weight: 500;
}
.table-bordered {
  border:none;
  border-top: 1px solid #ccc;
}
.table-bordered td, .table-bordered th {
  border: 0 solid #dee2e6;
}
.vtabs-content .table-bordered th, .vtabs-content .table-bordered td,
.mem-table.table-bordered th, .mem-table.table-bordered td {
  border-bottom: 1px solid #dee2e6;
  height: 40px;
}
.mem-table.table-bordered th {
  width: 160px;
}
input[type=text] + .checkbox {position: relative; top:3px;}
.alert {
  font-size: 1rem;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}
.alert .btn {
  position: absolute;
  top: 16px;
  margin-left: 20px;
}
.alert i {
  font-size: 24px; margin-right: 10px;
}
.vtabs-content .table-bordered .form-control, .table-bordered.mem-table .form-control {
  padding: .15rem .25rem;
  font-size: 14px;
  line-height: 1.7;
}
 .table.table-striped, .table.table-striped td, .mem-table {
  border-bottom: 1px solid #dee2e6;
} 
.table.table-striped th{
  border-bottom: 1px solid #ccc;
} 
.table.table-striped tr.notice td {
  background-color: #f2fbf8;
  border-bottom: 1px solid #adc7ba;
}
.phone-full {width: 164px;}
.phone-full > div {float: left; width: 48px; margin-right: 4px;}
.phone-full > div:first-child {width: 60px;}
.phone-full > div:last-child {margin-right: 0;}
.address-input > * {float: left; margin: 2px 15px 2px 0; max-width: 560px;}

.table-title h6 {
  padding:10px 0;
  font-weight: 700;
  color: #3b5998;
}
.vtabs-content .table {
  margin-bottom: 0.5rem;
}
.vtabs-content .pagination {
  margin: 5px 0 20px 0;
  justify-content: center;
}
.vtabs-content .page-link {
  padding: .25rem .5rem;
  font-size: 13px;
}
.col-1, .col-2, .col-3,.col-4, .col-5, .col-5,.col-7, .col-7, .col-9,.col-10, .col-11, .col-12 {
  padding: 0 5px;
}
.table-header {margin: 5px 0;}
.table-header .form-control {display: inline-block; vertical-align: bottom; }
.table-header .w-20 {min-width: 92px; }
.table-header .form-control, .table-header .btn { margin: 2px 0;}
.form-sm {padding: 5px; font-size: 0.835rem; max-height: 30px;}
.bordered {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  padding: 0.125rem;
  margin: 2px 0;
}
.bordered .datepicker { 
  width: 80px;
  border: none;
  font-size: 0.875rem;
}
.table .form-control {display: inline-block;}
@media (max-width: 1024px) {
  .table .form-control {padding: 5px; font-size: 0.735rem; max-height: 30px;}
}
.table a.btn-sm {padding: 2px 6px; font-size: 11px; margin: -2px 0;}
.btn-md {font-size: 0.875rem; padding: 5px 10px !important;}
.table a.btn + a.btn {margin-left: 5px;}
.c-status {position: relative; top: 2px;}
.vtabs-content .table-bordered textarea.form-control {
  width:540px;
  float: left;
}
.vtabs-content .table-bordered textarea.form-control + .btn {
  float: right; margin: 25px 20px 0 0;
}
.c-table {
  position: absolute;
  bottom: 10px;
  width: 769px;
}

.modal-lg {
    width: 990px;
    max-width: 990px;
}

@media (max-width: 1024px) {
  .navbar .navbar-nav li > a {
    font-size: 13px;
  }
  aside.left-panel {
    width: 140px;
  }
  .header-menu .b-title li a {
    font-size: 11px;
  }
  .content {
  padding: 0 20px;
  }
  .table td, .table th {
    padding: 0.5rem 0.15rem;
    font-size: 0.735rem;
  }
  .cert-wrap .table td, .cert-add .table td {
    font-size: 20px;
  }
  .form-control-sm {
    font-size: 0.735rem;
  }
  .table a.btn-sm {
    font-size: 0.735rem;
  }
  .btn.btn-lg {font-size: 1rem;}
}

/* Dashboard */
.social-box {
  min-height: 160px;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #fff;
}
.social-box ul {
  display: inline-block;
  margin: 7px 0 0;
  padding: 10px;
  width: 100%;
}
.social-box i {
  display: block;
  margin: -1px -1px 0;
  font-size: 40px;
  line-height: 110px;
  background: #e9ecef;
}
.social-box.facebook i {
  color: #fff;
  background: #3b5998;
}
.social-box.twitter i {
  color: #fff;
  background: #00aced;
}
.social-box.linkedin i {
  color: #fff;
  background: #4875b4;
}
.social-box.google-plus i {
  color: #fff;
  background: #d34836;
}
.social-box ul li {
  color: #949CA0;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px 0 0;
  text-align: right;
  display: block;
  float: left;
  width: 50%;
}
.social-box ul li:first-child {
  border-right: 1px solid #c2cfd6;
}
.social-box ul li:last-child {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}
.social-box ul li strong {
  display: block;
  font-size: 20px;
}
.social-box ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #949CA0;
  text-transform: uppercase;
}
.no-padding {
  padding: 0 !important;
}

/* Login */
.login-list {
  display: inline-block;
  width: 320px;
  min-height: 480px;
  margin: 100px auto;
}
.login-list input.form-control {
  margin: 10px 0;
}
.login-list input.form-control:focus {
  outline: none;
}
#id-box {
  background: url(../images/icon-p.png) no-repeat center left;
  background-size: 24px 24px;
  padding-left: 40px;
}
#pw-box {
  background: url(../images/icon-l.png) no-repeat center left;
  background-size: 24px 24px;
  padding-left: 40px;
}
.login-list img {
  width: 160px;
  margin-bottom: 30px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.w25p {
  width: 25% !important;
}
.w50p {
  width: 50% !important;
}
.w75p {
  width: 75% !important;
}
.w100p {
  width: 100% !important;
}

.m-t-10 {margin-top: 10px !important;}
.m-t-12 {margin-top: 12px !important;}
.m-t-30 {margin-top: 30px !important;}
.m-b-10 {margin-bottom: 10px !important;}
.m-b-30 {margin-bottom: 30px !important;}
.form-control.underline, .underline {
  width: 100%;
  padding: 5px 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 1rem;
}
table.no-border.underline {
  border-bottom: 1px solid #ddd !important;
}
.order-list {
  height: 280px; overflow-y: auto;
}
.product-regist {
  height:480px; overflow-y: auto;
}
.thumb-table {
  width: 64px; height:64px;
}
.option-list {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
}
.option-title, .option-detail {
  padding: 0 15px;
}
.option-title > div, .option-detail > div {
  padding: 5px 10px;
  text-align: center;
}
.bg-gray {
  background-color: #f0f0f0;
}
.mb-show {display: none;}
@media (max-width: 768px) {
  .mb-hide {display: none;}
  .mb-show {display: block;}
}
@media (max-width: 1024px) {
  .form-control.underline, .underline {font-size: 0.735rem;}
}

/* footer관련 */
#footer{background: #222222; position: fixed; bottom: 0; width: 100%; }
#footer .ftWrap{position: relative;width: 100%;margin: 0 auto;padding: 18px 0;}
#footer address {font-size: 14px;line-height: 24px;color: #b3b3b3;font-style: normal; text-align: center;}
#footer address .copyright{display: inline-block;font-size: 13px; line-height: 24px; color: #b3b3b3;}

@media (max-width: 768px) {
    #footer address {
        text-align: center;
        letter-spacing: -1px;
        font-size: 13px;
        line-height: 18px;
    }
}

.m-title {display: inline-block; color:#000; margin: 30px 0 20px;}
@media (min-width: 1024px) {
  .bg-green-g .modal { margin-right: -560px;}
}
@media (max-width: 1023px) {

}
@media (max-width: 575px) {

  .header-menu .col-sm-5 {display: none;}
  .navbar .navbar-brand {
    min-height: 70px;
  }
  .navbar .navbar-brand img {width: 100px;}
  .bg-green-g {
    background-position: top center;
  }
  .navbar-toggler {
    color: #fff; display: none;
  }
  .collapse {display: flex;}
  aside.left-panel {
    max-width: 105px;
    box-shadow: none;
  }
  .content.main {
    width: calc(100% - 40px);
  }
  .content.request {
    width: calc(100% - 15px);
  }

  .right-panel .page-header {padding: 0; width: 100%; font-size: 13px;}
  .right-panel .page-header h4 {margin-top: 10px;}
  .page-title.mt-3 {margin-top:5px !important; margin-right: 20px;}


  .float-menu {display: none;}

  .card-body {
    width : 100%;
    max-width: 360px;
    overflow: auto;
    padding: 15px 0;
  }
  .card-body h3 {font-size: 24px;}
  .content.main .card-body {max-width: 320px;}
  .table {width: 720px; max-width: none;}
  .bg-green-g .table {width:100%; max-width: none;}
  .bg-green-g .table.mem-table {width:100%;  max-width: none;}
  .m-auto {margin:0 auto;}
  .table td, .table th {word-break: keep-all;}
  .table td p {font-size: 11px;}
  .alert { font-size: 0.875rem;  padding: 10px 30px 20px 10px;}
  .alert i {
    font-size: 16px;
    margin-right: 5px;

  }
  .alert .btn {
    top: 34px;
  }
  .alert-dismissible .close {
    top: -10px;
    right: -15px;
  }
  .btn-confirm {width: auto;}
  .card-body .box-border {width: 100%;}
  .card-body .button-container,.card-body .box-border .submenu {display: inline-block !important;}
  .card-body .button-container .color-button, .card-body .box-border .submenu .color-button2 {margin:2px 0;}
  .right-panel .btn.w-25 {width: 92% !important; margin-top: 20px;}
  .header-menu {width: 330px}
  .data-filter {width: 296px}
  .m-title {display: block; text-align: center;}
}

.bg-green-g .login .process {
  margin: 10vh auto;
}
.bg-green-g .login-form {
  padding: 10px 20px 10px;
  border-radius: 2px;
  border: none;
}

.step-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 0 15px 40px 15px;
  border-bottom: 1px solid #e8e8e8;
}

.step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  font-size: 17px;
  font-weight: 600;
  color: #cccccc;
  position: relative;
  background-color: #fff;
}
.step::after {
  content: "";
  position: absolute;
  width: 62px; 
  height: 1px;
  background-color: #e8e8e8;
  top: 50%;
  right: -64px;
  z-index: 0;
}
.step:last-child::after {
  content: none; 
}
.step.fine {
  background-color: #51b848;
  color: white;
  border-color: #51b848;
}
.step.on {
  background-color: white;
  color: #51b848;
  border-color: #51b848;
}
.step p {
  width: 80px;
  font-size: 14px;
  word-break: keep-all;
  position: absolute;
  top: 45px;
  left: -15%;
  color: #b0b0b0;
}
.step.fine p, .step.on p {
  color: #306241;
}
.title-class {
  font-size: 17px;
  font-weight: 700;
}
input[type=checkbox], input[type=radio] {
  position: relative;
  top: 2px;
}
ul, li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.login-form .checkbox { padding: 4px;}
.form-check-input {
  position: relative;
  margin-top: 0rem;
  margin-left: 0rem;
}
.form-check-input + label {
  position: relative;
  cursor: pointer;
  padding-left: 12px;
  line-height: 25px;
}
.user-agree ul li .btn-more {
  float: right;
  height: 25px;
  line-height: 25px;
  padding: 0px 10px;
  font-size: 13px;
  font-weight: 100;
}
.stitle {
  font-size: 13px;
  color: #888;
  font-weight: 600;
  margin: 15px 10px 10px 10px;
}
.form-group.col2, .form-group.col4  {
  display: flex;
  align-items: center;
}
.form-group.col4 select {
  max-width: 120px;
}
.form-group.col2 input {
  margin-right: 5px;
}
.form-group.col4 input {
  width: 90px; 
  margin-right: 5px;
}
.form-group.col4 select {
  padding: 0 0.75rem;
}
.form-group.col2 .btn.btn-add, .form-group.col4 .btn.btn-add {
  padding: 7px 15px;
  margin-bottom: 0;
  width: 80px;
}
.form-group.col2 .btn.btn-secondary {
  width: 100px; margin-right: 5px;
}
.form-group.col2 .dash, .form-group.col4 .dash {
  margin: 0 5px;
}

.guide-text {
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  color: #888;
  font-weight: 300;
}
.box-gray {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 15px;
}
.box-gray .stitle {
  font-size: 13px;
  color: #007bff;
  font-weight: 600;
  margin: 0 10px 10px;
}
.box-gray ul li {
  padding: 0 10px;
  font-size: 12px;
}
.float-menu {
  position: fixed;
  right: 40px;
  bottom: 0;
  height: 90px;
}
.float-menu .btn {
  height: 80px;
  line-height: 56px;
  border-radius: 20px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 10px rgba(17, 62, 137, 0.3);
}
.button-container {
  display: flex;
  gap: 10px;
}

.color-button, .color-button2, .color-button3 {
  background-color: grey;
  border: none;
  padding: .5rem 1.375rem;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}

.color-button.selected, .color-button2.selected, .color-button3.selected {
  background-color: #306241;
}

.r-table, .table.guide {
  width: 800px;
  margin: 0 auto;
}
.r-table th, .r-table td {
  padding: 0.275rem 0.375rem;
  border: 1px solid #808080;
}
.r-table.custom h6 {font-weight: 600;}
h4.text-center {font-weight: 600;}
.title-auth { font-weight: 600;}
.mt-24 {margin-top: -24px;}
.r-table th {
  background-color: #f7f7f7;
}
.r-table.custom th, .r-table.custom td {
  text-align: left;
  padding: 0.275rem 0.5rem;
}

.r-table.custom.modify td {
  padding: 0.375rem 0.5rem; 
}
.r-table.custom.modify td:first-child {
  border-left:none;
}
.r-table.custom.modify td:last-child {
  border-right:none;
}
.r-table.custom.modify td .form-control{
  display: inline-block; vertical-align: middle;
}
.r-table.custom.modify .text-right .form-control {
  text-align: center;
}
.r-table.custom.modify td .t-title {
  display: inline-block; min-width: 80px;
}
.r-table.custom.modify td .t-title.long {
  min-width: 105px;
}
.r-table .form-check-label {padding-right: 10px;}

.r-table table.no-border {
  width: 100%;
}
table.no-border, .table.no-border th, table.no-border td {
  border: none!important;
}

table.no-padding .checkbox {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
}
table.no-padding td.underline {
  border-bottom: 1px solid #ddd !important; 
}
table.no-padding th, table.no-padding td {padding: 3px 0;}
table.no-padding th {text-align: left; padding-left: 10px;}
.form-contrtol.no-border {
  border: none;
}

.r-table .form-control {
  padding: .175rem .375rem; 
  font-size: 14px;
}
.r-table.no-border .form-control {
  display: inline-block;
}
.r-table label, .m-table label {margin-bottom: 0;}
.m-table th {text-align: left; padding: 0 10px; width: 120px;}
.text-warning {display: inline-block; padding: 4px 0; font-size: 0.875rem;}
.ititle {
  float: left;
  display: inline-block;
  margin-right: 10px;
  min-width: 56px;
  text-align: left;
  min-height: 31px;
}
.r-table ul li {
  text-align: left;
}
.r-table .tr-border {
  border-bottom: 1px solid #ccc!important;
}
.r-table .td-border {
  border: 1px solid #ccc!important;
}
.r-day {
  display: flex;
  justify-content: end;
}
.r-day > * {
  float: left; 
  margin-right: 5px;
  text-align: right;
}
.data-filter {display: inline-block; }
.data-filter > * {
  float: left;
  margin-right: 4px;
  width: auto;
  height: 32px!important;
}
.w-5 {width: 5%!important;}
.w-10 {width: 10%!important;}
.w-15 {width: 15%!important;}
.w-20 {width: 20%!important;}
.w-40 {width: 40%!important;}

/* SMS */
.flx {
  display: flex;
  justify-content: space-between;
}
.flx.sms-area { width: 1020px;}
.flx .default-tab {width: 520px;}
.flx.sub-tab { justify-content: center;}
.flx-center {
  justify-content: center;
}
.btn-outline-secondary:not([disabled]):not(.disabled).active, .btn.active, .btn:active, .btn.focus, .btn:focus { outline: none;  box-shadow: none; }

ul.titleBtn{position: relative; display: inline-block;}
ul.titleBtn li{float:left; margin-right:5px; position: relative; top: 6px;}
ul.titleBtn li a{display:inline-block; padding:2px 10px 1px; line-height:20px; border-radius:3px; border:1px solid #0096cb; font-size: 12px;  }
ul.titleBtn li a .fa{color:#0096cb}
ul.titleBtn li a:hover{background:#f3f3f3}

.pageTabMenu{height:36px; }
ul.tabMenuList{display:flex;}
ul.tabMenuList li{border-right:1px solid #d8d8d8;}
ul.tabMenuList li:first-child {border-left:1px solid #d8d8d8;}
ul.tabMenuList li a{display:block; width:104px; height:36px; line-height:36px; font-size:14px; font-weight:bold; text-align:center;}
ul.tabMenuList li.active a{background:#4a5470; color:#fff}

.searchWrap {
  font-size: 12px;
  padding:10px;background:#f8f9fa;
  margin-bottom:16px;
}
.searchWrap .btn-sm {
  padding: .2rem 0.5rem;
}
.sms-area select{
  width:inherit;
  border: 1px solid #ccc;
  line-height: 21px;
  box-sizing: border-box;
  vertical-align: middle;
  color: #313131;
  padding: 3px 0;
}
.sms-area input[type=text], .sms-area input[type=date] {
  padding: 3px 5px;
  height: 27px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 12px;
}
.login .pagination {justify-content: center; margin: 20px 0;}
.login .pagination .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: rgba(255,255,255,0.2);
  border: 1px solid #37862d;
}
.login .pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #185e4c;
  border: 1px solid #37862d;
}



.clear {
  clear: both;
  height: 3px;
}
.btnLink {
  display: inline-block;
  padding: .2rem 0.5rem;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid;
  vertical-align: middle;
  font-weight: 500;
  border-radius: 3px;
}
.smsConBox .smsWp .btnLink {
  padding: .1rem 0.4rem;
}
.table.sms th,.table.sms td {
  font-size: 13px;
  word-break: keep-all;
  padding: 0.5rem 0.25rem;
}
.table.sms td span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  padding: 0 4px;
  max-width: 240px;
}

/* Statistics */
.table.table-striped th.no-border {
  border-bottom: 1px solid #dee2e6
}
table.stat thead tr:nth-of-type(even) {
  background-color: #f2f7fb;
}
.table.stat th, .table.stat td  {
  font-size: 0.835rem; padding: 0.375rem 0.15rem;
}

/* Member */
.total-mem {
  font-weight: 600; margin: 5px 10px -5px
}

/* Request From */
.progress-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin:20px 5px;
}
.progress-title {
  width: 14%;
  height: 60px;
  background-color: #e3f2e4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #306241;
  border-radius: 10px;
}
.progress-step {
  width: 14%;
  height: 60px;
  background-color: #e3f2e4;
  clip-path: polygon(0% 0%, 80% 0, 100% 50%, 80% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 5px;
  padding-right: 10px;
  color: #306241;
}
.progress-step.on {
  background-color: #44ab49;
  color: #fff;
}


.box-submenu {height: 50px;}
.box-border {width: 400px;}
.box-border input {display: inline-block;}
.no-border {border: none !important;}
.bg-green-g .modal-body {padding: 0 1rem;}
.bg-green-g .mem-table {border-bottom: none; margin-bottom:0;}
tr.bg-green th {
  background-color: #44ab49;
  color: #fff;
  font-weight: 300;
}

.modal-lg.scroll .modal-body {max-height: 700px; overflow-y: scroll;}
.cert-wrap {
  display: block;
  margin:80px auto;
  padding: 0 50px;
  width: 800px; height: 1090px;
  background: #fff url(../images/bg-certify.png) no-repeat;
  font-size: 20px;
}
.cert-wrap h1 {
  font-size: 45px; 
  font-weight: 900; 
  margin: 0 0 30px 0; text-align: center; 
  font-family: 'Times New Roman', Times, serif;
}
.cert-wrap .guide-text {font-size: 15px; letter-spacing: -1px;}
.logo-gafi {
   text-align: center; position:relative; top: -60px; margin-bottom: -20px;
}
.logo-gafi img {
  width: 150px;
}
.stamp {
  width: 700px; height: 120px;
  text-align: right;
}
.stamp h2 {
  font-size: 36px; letter-spacing: 34px;
  font-weight: 900;
  text-align: right; font-family: 'Times New Roman', Times, serif;
  word-break: keep-all;
}
.img-stamp {position: absolute; width: 120px; margin-top: -80px; right:150px;}
.cert-add {
  display: block;
  margin:80px auto;
  padding: 0 50px;
  width: 800px; height: 1090px;
  font-size: 20px;
}
.cert-add .table td {
  text-align: left;
}
.cert-list {
  background: #fff url(../images/g-mark-gray.png) no-repeat center center;
  background-size: 50%;
  text-align: left;
  min-height: 400px;
  padding: 0 20px;
}
.cert-add .table.table-bordered td {
  border: 1px solid #b0b0b0;
}
.top-btn {
  display: flex;
  width: 100%;
  justify-content: center;
}
.top-btn .btn {margin: 0 2px;}
.btn.w-25 {min-width: 115px;}
.pagination {justify-content: center;}

@media (max-width: 991px) {
  .b-title {font-size: 0.875rem;}
  body, .btn.w-25, .pagination .page-link {font-size: 0.735rem;}
  .navbar .navbar-brand img {
    width: 100px;
  }
}

input.datepicker {
  min-width: 105px;
  padding-left: 8px;
}

.date-input {
  border: 0;        /* 기본 회색 테두리로 변경 */
  border-radius: 4px;
  height: 32px;                  /* 다른 셀렉트 박스와 높이 맞춤 */
  padding: 0 8px;
  font-size: 14px;
  box-shadow: none;             /* 검은 아웃라인 제거 */
  outline: none;                /* 포커스 테두리 제거 */
  vertical-align: middle;
}

.select-input {
  height: 38px ;          /* 브라우저별 date input 기본 높이와 맞춤 */
  padding: 0 8px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: none;
  outline: none;
}

.me-1 {
  margin-right: 0.1rem !important;
}