@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
body {
  min-width: 1200px;
  font-family: "s-core-dream", "InfinitySans-RegularA1", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  background-color: #e6e6e6;
}

.bg-dark {
  background-color: #313443 !important;
}

.note-editor.note-frame {
  font-family: initial;
  font-size: initial;
  font-weight: initial;
  color: initial;
  /*padding: 15px;*/
}

.note-editor.note-frame p {
  margin: 0;
}

#contents-wrap {
  padding-top: 60px;
}

#page-contents {
  padding: 1em;
}

#btn-left-col .btn {
  padding: 0;
  line-height: 50px;
}
#btn-left-col .btn:first-of-type {
  border-right: 1px solid #cde4f0;
}

.menu_section h3 {
  padding-left: 25px;
  font-size: 1.2em;
  color: #008fd3;
  text-transform: uppercase;
}
.menu_section h3 i {
  position: absolute;
  right: 15px;
  margin-top: 1.5px;
  color: #5a738e;
}
.menu_section h3:after {
  position: absolute;
  right: 20px;
  width: 38%;
  height: 1px;
  margin-top: 14px;
  margin-left: 5px;
  content: "";
  background: #999;
}

.profile_pic {
  float: left;
  width: 60px;
  height: 60px;
  padding: 4px;
  overflow: hidden;
  line-height: 1.42857143;
  text-align: center;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #e4e4e4;
          box-shadow: 0 0 0 1px #e4e4e4;
}
.profile_pic img {
  font-family: "object-fit:cover";

  -o-object-fit: cover;
     object-fit: cover;
}

.main_menu span.fa {
  float: right;
  min-width: inherit;
  margin-top: 5px;
  font-size: 10px;
  color: #c4cfda;
  text-align: center;
}

.active a span.fa {
  margin-right: 4px;
  text-align: right !important;
}

.site_title {
  display: block;
  /*font-size: 22px;*/
  width: 100%;
  margin: 0;
  margin-left: 0 !important;
  overflow: hidden;
  font-weight: 400;
  color: #ecf0f1 !important;
  text-align: center;
  text-overflow: ellipsis;
}
.site_title:hover, .site_title:focus {
  text-decoration: none;
}

#navbar.navbar-nav .open > a {
  /*border: inherit;*/
  background-color: transparent;
}
#navbar.navbar-nav .open > a:hover, #navbar.navbar-nav .open > a:focus {
  /*border: inherit;*/
  background-color: transparent;
}

.left_col .mCSB_scrollTools {
  width: 6px;
}
.left_col .mCSB_dragger {
  max-height: 400px !important;
}

.main_container .top_nav {
  position: relative;
  /*z-index: auto;*/
  z-index: 5;
  display: block;
  margin-left: 220px;
}

.page-header {
  width: 100%;
  height: 50px;
  padding-left: 2em;
  color: #494949;
  background-color: #e6e6e6;
}
.page-header h3 {
  position: relative;
  /* display: table-cell; */
  top: 50%;
  padding-left: 15px;
  font-size: 1.2em;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-header h3:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 19px;
  content: "";
  background-color: #343a40;
}

.nav-sm .container-fluid.body .col-3.left_col {
  position: fixed;
  z-index: 9999;
  width: 70px;
  min-height: 100%;
  padding: 0;
  background-color: #363a41;
  -webkit-box-shadow: 8px 0 21px rgba(0, 0, 0, .06);
          box-shadow: 8px 0 21px rgba(0, 0, 0, .06);
}
.nav-sm .container-fluid.body .col-3.left_col.menu_fixed {
  position: fixed;
  height: 100%;
}
.nav-sm .container-fluid.body .right_col {
  z-index: 2;
  margin-left: 70px;
}
.nav-sm .navbar.nav_title {
  width: 70px;
}
.nav-sm .navbar.nav_title a span {
  display: none;
}
.nav-sm .navbar.nav_title a i {
  margin: 13px 0 0 3px;
  font-size: 27px;
}
.nav-sm .main_container .top_nav {
  z-index: 2;
  display: block;
  margin-left: 70px;
}
.nav-sm .nav.side-menu li a {
  padding: 5px 5px;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}
.nav-sm .nav.side-menu li a i {
  display: block;
  width: 100% !important;
  margin-bottom: 5px;
  font-size: 15px !important;
  text-align: center;
}
.nav-sm .nav.child_menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 4000;
  display: none;
  width: 250px;
  background-color: #3e5367;
}
.nav-sm .nav.child_menu li {
  text-align: left;
}
.nav-sm .nav.child_menu li a {
  padding: 10px 5px;
  font-size: .8em;
  font-weight: 400;
  text-align: left;
}
.nav-sm .nav.child_menu li a i {
  width: 100% !important;
  margin-bottom: 5px;
  font-size: 25px !important;
  text-align: center;
}
.nav-sm .nav.child_menu li a i.toggle-up {
  display: none !important;
}
.nav-sm .menu_section {
  margin: 0;
}
.nav-sm span.fa,
.nav-sm .menu_section h3 {
  display: none;
}
.nav-sm li li span.fa {
  display: inline-block;
}
.nav-sm .site_title figure {
  width: 35px;
  height: 35px;
}
.nav-sm .site_title figure h4 {
  display: none !important;
  text-indent: -9999px;
}
.nav-sm .profile {
  display: none;
}

.nav-md .container-fluid.body .col-3.left_col {
  position: fixed;
  width: 220px;
  min-height: 100%;
  padding: 0;
  -webkit-box-shadow: 8px 0 21px rgba(0, 0, 0, .06);
          box-shadow: 8px 0 21px rgba(0, 0, 0, .06);
}
.nav-md .container-fluid.body .col-3.left_col .scroll-view {
  width: 100%;
}
.nav-md .container-fluid.body .col-3.left_col.menu_fixed {
  position: fixed;
  height: 100%;
}
.nav-md .container-fluid.body .right_col {
  position: relative;
  z-index: auto;
  margin-left: 220px;
}

.nav_menu {
  position: absolute;
  float: left;
  width: 100%;
  height: 60px;
  background-color: #313443;
  border-bottom: 1px solid #313443;
}

.nav_title {
  float: left;
  width: 100%;
  height: 60px;
  padding: 0;
  margin-bottom: 0;
  background: #161922;
  border-radius: 0;
}

/**
 *  => admin > 첨부파일명이 길어질때 input 깨지는것 수정
 */
.oldFile .text-wrap {
  word-break: break-word !important;

  overflow-wrap: break-word !important;
}

.ie .oldFile .text-wrap {
  overflow: hidden;
}
.ie .oldFile .text-wrap a {
  max-width: 400px;
  white-space: nowrap;
}

.nav.side-menu > li {
  position: relative;
  display: block;
  cursor: pointer;
}
.nav.side-menu > li > a {
  position: relative;
  display: block;
  padding: 8px 10px;
  color: #dee2e6;
  color: var(--gray300);
}
.nav.side-menu > li > a:hover {
  color: #adb5bd;
  color: var(--gray500);
  text-decoration: none;
  background: transparent;
}
.nav > li > a:focus {
  text-decoration: none;
  background: transparent;
}
.nav.child_menu {
  display: none;
}
.nav.child_menu li {
  position: relative;
  padding-left: 28px;
}
.nav.child_menu li a {
  position: relative;
  display: block;
  padding: 7px 15px;
  padding-left: 0;
  font-size: .8em;
  color: #75909d;
}
.nav.child_menu li:before {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 14px;
  z-index: 1;
  width: 6px;
  height: 6px;
  margin-top: 12px;
  content: "";
  background: #6e9bb7;
  border-radius: 50%;
}
.nav.child_menu li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  content: "";
  border-left: 1px solid #425668;
}
.nav.child_menu li:last-child::after {
  bottom: 50%;
}
.nav.child_menu li:hover, .nav.child_menu li.active {
  background: none;
}
.nav.child_menu li a:hover, .nav.child_menu li a.active {
  color: #fff;
}
.nav.child_menu li.current-page {
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
}
.nav.child_menu li.current-page a {
  font-weight: 600;
  color: #33a7e5 !important;
}
.nav.child_menu li.current-page:before {
  background: #33a7e5;
}
.nav.child_menu li .nav.child_menu {
  margin-right: .5rem;
  background-color: var(--gray900);
  border-radius: .3rem;
}
.nav.child_menu li .nav.child_menu li {
  font-size: 92%;
}
.nav.child_menu li .nav.child_menu li.current-page {
  background-color: rgba(255, 255, 255, .03);
}
.nav.child_menu li .nav.child_menu li.current-page a {
  color: #17a2b8;
  color: var(--cyan) !important;
}
.nav li li.current-page {
  background: none;
}
.nav.side-menu > li.active > a {
  display: block;
  text-shadow: rgba(0, 0, 0, .25) 0 -1px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0083c9), to(#213d48)), #173144;
  background: -webkit-linear-gradient(#0083c9, #213d48), #173144;
  background:      -o-linear-gradient(#0083c9, #213d48), #173144;
  background:         linear-gradient(#0083c9, #213d48), #173144;
  -webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 0, inset rgba(255, 255, 255, .16) 0 1px 0;
          box-shadow: rgba(0, 0, 0, .25) 0 1px 0, inset rgba(255, 255, 255, .16) 0 1px 0;
}

.toggle a {
  color: #fff;
  cursor: pointer;
}
.panel_toolbox {
  float: right;
  min-width: 20px;
}
.panel_toolbox > li {
  float: left;
  cursor: pointer;
}
.panel_toolbox > li > a {
  max-height: 32px;
  padding: 5px 15px;
}
.panel_toolbox > li > a:hover {
  background: #169db8;
}

.x_panel {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 1em;
  background: #fff;
  -webkit-box-shadow: 5px 5px 13px 1px rgba(0, 0, 0, .15);
          box-shadow: 5px 5px 13px 1px rgba(0, 0, 0, .15);
  opacity: 1;
  -webkit-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;

  column-break-inside: avoid;
}

.x_title {
  padding: 1rem 1rem .5rem 1rem;
  background-color: #fff;
  border-top: 4px solid #343a40;
}
.x_title .text-white {
  color: #343a40 !important;
}

.x_content {
  padding: .1rem 1rem 1rem;
}

.dropdown-menu.msg_list span {
  white-space: normal;
}

.navbar-nav .open .dropdown-menu {
  min-width: 250px;
}
.navbar-nav .open .dropdown-menu.msg_list {
  width: 300px;
}

.user-profile img {
  width: 29px;
  height: 29px;
  margin-right: 10px;
  border-radius: 50%;
}

#PAGE_NAVI {
  text-align: center;
}
#PAGE_NAVI a {
  display: inline-block;
  padding: 7px 13px;
  font-size: 1.05em;
  color: #0072b0;
  border: 1px solid #ddd;
  border-left: 0;
}
#PAGE_NAVI a:first-child {
  border-left: 1px solid #ddd;
}

/*-----------------------------------------------------------------------------------*/
/*  4. named upload
/*-----------------------------------------------------------------------------------*/
.filebox .upload-name {
  display: inline-block;
  -webkit-appearance: none;
  padding: .5em .75em;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
  border-radius: .25em;

     -moz-appearance: none;
          appearance: none;
}
.filebox .upload-display {
  float: left;
  margin-bottom: 5px;
}
.filebox .upload-thumb-wrap {
  display: inline-block;
  width: 54px;
  padding: 2px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.filebox .upload-display img {
  display: block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}
.filebox.bs3-primary label {
  padding: .45em .75em;
  margin-top: -3px;
  margin-left: 2px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.text-main { color: #1c5c9c !important;}
.text-sub { color: #1191d0 !important;}

.bg-main { background: #1c5c9c !important; color: #fff !important;}
.bg-sub { background: #1191d0 !important; color: #fff !important;}
.bl-none { border: none !important; }


/* imaged preview */
@media (min-width: 768px) {
  .filebox .upload-display {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
#admin-portfolio-wrap .card figure {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background-color: #f8f8f8;
}
#admin-portfolio-wrap .card figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 300px;
  height: auto;
  max-height: 300px;
  margin: auto;
}

#dataListTbody .carousel .carousel-item figure {
  position: relative;
  height: 200px;
  overflow: hidden;
  background-color: #777;
}
#dataListTbody .carousel .carousel-item figure img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";

  -o-object-fit: cover;
     object-fit: cover;
}
