@charset "UTF-8";
/* -----------------------------------------------------------------------------

  custom_gray

----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

TABS COMPONENT

----------------------------------------------------------------------------- */
/**
* Tab
*/
.ib-tab-tabs.ib-custom_gray {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 20px 0 20px;
  border-radius:10px 10px 0px 0px;
  height: auto;
  width: 100%;
  visibility: visible;
  background-color: #5b6268;
  border-bottom: #5b6268 0px solid; }
  .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item {
    margin: 0;
    padding: 0; }
    .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item::-webkit-scrollbar {
      width: 0 !important;
      height: 0 !important;
      background: transparent !important; }
    .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item::-webkit-scrollbar-thumb {
      background: rgba(33, 33, 33, 0.8); }
    .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link {
      margin-left: 0px;
      margin-right: 0px;
      padding: 6px 6px 6px 6px;
      color: #f1f1f1;
      border: #5b6268 0px solid;
      border-bottom: #5b6268 3px solid;
      background-color: #5b6268;
      text-align: center;
      -webkit-transition: z-index 0.3s, opacity 0.3s ease-in-out, color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.2s;
      -moz-transition: z-index 0.3s, opacity 0.3s ease-in-out, color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.2s;
      -o-transition: z-index 0.3s, opacity 0.3s ease-in-out, color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.2s;
      transition: z-index 0.3s, opacity 0.3s ease-in-out, color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.2s;
      border-radius: 0px;
      cursor: pointer;
      z-index: 1; }
      .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link:hover {
        color: white;
        border-bottom-color: #5ac3e1;
        background-color: #5ac3e1;
        z-index: 1; }
      .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link.is-active {
        color: #5ac3e1;
        border-bottom-color: #5ac3e1;
        background-color: #5b6268;
        z-index: 1; }
      .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link.is-disable {
        color: #b3b3b3 !important;
        background-color: #231e44 !important;
        border-bottom-color: #231e44 !important; }
      .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link.is-hidden {
        display: none; }
      .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link.is-over {
        opacity: 0;
        visibility: hidden; }
      .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link.is-flow {
        opacity: 1;
        visibility: visible; }
    .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-shadow {
      position: absolute;
      visibility: hidden;
      top: 0px;
      bottom: 0px;
      width: 10px;
      height: auto;
      z-index: 0;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out, z-index 0.5s, color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.2s;
      -moz-transition: opacity 0.3s ease-in-out, z-index 0.5s, color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.2s;
      -o-transition: opacity 0.3s ease-in-out, z-index 0.5s, color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.2s;
      transition: opacity 0.3s ease-in-out, z-index 0.5s, color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.2s; }
      .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-shadow.left {
        left: 0px;
        background: -moz-linear-gradient(left, #5b6268 0%, rgba(72, 61, 139, 0.15) 70%, rgba(72, 61, 139, 0) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(left top, right top, color-stop(0%, #5b6268), color-stop(70%, rgba(72, 61, 139, 0.15)), color-stop(100%, rgba(72, 61, 139, 0)));
        /* Chrome, Safari4+ */
        background: -webkit-linear-gradient(left, #5b6268 0%, rgba(72, 61, 139, 0.15) 70%, rgba(72, 61, 139, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #5b6268 0%, rgba(72, 61, 139, 0.15) 70%, rgba(72, 61, 139, 0) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #5b6268 0%, rgba(72, 61, 139, 0.15) 70%, rgba(72, 61, 139, 0) 100%);
        /* IE 10+ */
        background: linear-gradient(to right, #5b6268 0%, rgba(72, 61, 139, 0.15) 70%, rgba(72, 61, 139, 0) 100%);
        /* W3C */ }
      .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-shadow.right {
        left: 0px;
        background: -moz-linear-gradient(left, rgba(72, 61, 139, 0) 0%, rgba(72, 61, 139, 0.15) 30%, #5b6268 100%);
        /* FF3.6+ */
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(72, 61, 139, 0)), color-stop(30%, rgba(72, 61, 139, 0.15)), color-stop(100%, #5b6268));
        /* Chrome, Safari4+ */
        background: -webkit-linear-gradient(left, rgba(72, 61, 139, 0) 0%, rgba(72, 61, 139, 0.15) 30%, #5b6268 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(72, 61, 139, 0) 0%, rgba(72, 61, 139, 0.15) 30%, #5b6268 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(72, 61, 139, 0) 0%, rgba(72, 61, 139, 0.15) 30%, #5b6268 100%);
        /* IE 10+ */
        background: linear-gradient(to right, rgba(72, 61, 139, 0) 0%, rgba(72, 61, 139, 0.15) 30%, #5b6268 100%);
        /* W3C */ }
      .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-shadow.is-active {
        visibility: visible;
        z-index: 5;
        opacity: 1; }

/**
* Contents
*/
.ib-tab-contents.ib-custom_gray {
  position: relative;
  top: 0px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 10px 0px rgba(105, 105, 188, 0.16);

  visibility: visible; }
  .ib-tab-contents.ib-custom_gray .ib-tab-contents__item {
    padding: 0;
    border: 0; }
  .ib-tab-contents.ib-custom_gray.animated {
    -webkit-transition: color 0.4s, border-color 0.4s, background-color 0.4s, border-radius 0.2s, width 0.4s, height 0.4s;
    -moz-transition: color 0.4s, border-color 0.4s, background-color 0.4s, border-radius 0.2s, width 0.4s, height 0.4s;
    -o-transition: color 0.4s, border-color 0.4s, background-color 0.4s, border-radius 0.2s, width 0.4s, height 0.4s;
    transition: color 0.4s, border-color 0.4s, background-color 0.4s, border-radius 0.2s, width 0.4s, height 0.4s; }

/**
 * customZone
 */
.ib-tab-tabs.ib-custom_gray .ib-tab-cus {
  padding: 6px 0px 6px 0px;
  width: 200px;
  color: white; }
  .ib-tab-tabs.ib-custom_gray .ib-tab-cus.to-big {
    min-width: 10px; }

/**
* Context Menu
*/
.ib-context-menu.ib-custom_gray {
  padding: 3px 0;
  width: 200px;
  background-color: #5b6268;
  border: solid 1px #5b6268;
  -webkit-box-shadow: 1px 1px 2px #b3b3b3;
  -moz-box-shadow: 1px 1px 2px #b3b3b3;
  box-shadow: 1px 1px 2px #b3b3b3; }

.ib-context-menu.ib-custom_gray .ib-context-menu__items {
  list-style: none;
  margin: 0;
  padding: 0; }
  .ib-context-menu.ib-custom_gray .ib-context-menu__items .ib-context-menu__item {
    margin-bottom: 2px; }
    .ib-context-menu.ib-custom_gray .ib-context-menu__items .ib-context-menu__item:last-child {
      margin-bottom: 0; }
    .ib-context-menu.ib-custom_gray .ib-context-menu__items .ib-context-menu__item .ib-context-menu__link {
      padding: 0px 4px;
      color: #f1f1f1;
      text-decoration: none; }
      .ib-context-menu.ib-custom_gray .ib-context-menu__items .ib-context-menu__item .ib-context-menu__link:hover {
        color: #f1f1f1;
        background-color: #5ac3e1; }

/**
* DropDown Menu
*/
.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-dropdown-wrapBtn .ib-tab-tabs-arrow {
  opacity: 0;
  margin-left: 2px;
  padding: 5px 1.5px 5px 1.5px;
  color: #e7e7e7;
  border-bottom: #5b6268 solid 0px;
  background-color: #5b6268;
  pointer-events: none;
  cursor: default;
  text-align: center;
  font-size: 14px;
  -webkit-transition: opacity 0.4s ease-in-out, color 0.4s, border-color 0.4s, background-color 0.4s, border-radius 0.2s;
  -moz-transition: opacity 0.4s ease-in-out, color 0.4s, border-color 0.4s, background-color 0.4s, border-radius 0.2s;
  -o-transition: opacity 0.4s ease-in-out, color 0.4s, border-color 0.4s, background-color 0.4s, border-radius 0.2s;
  transition: opacity 0.4s ease-in-out, color 0.4s, border-color 0.4s, background-color 0.4s, border-radius 0.2s;
  z-index: 2; }
  .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-dropdown-wrapBtn .ib-tab-tabs-arrow.is-active {
    opacity: 1;
    color: #e7e7e7;
    background-color: #5b6268;
    pointer-events: auto;
    cursor: pointer; }
  .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-dropdown-wrapBtn .ib-tab-tabs-arrow.is-active:hover {
    color: white;
    background-color: #5ac3e1; }
  .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-dropdown-wrapBtn .ib-tab-tabs-arrow.left {
    border-radius: 0px 0px 0px 0px; }
  .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-dropdown-wrapBtn .ib-tab-tabs-arrow.right {
    border-radius: 0px 0px 0px 0px;
    margin-left: 0px; }

.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-dropdown-wrapBtn .ib-tab-tabs-dropbtn {
  margin-left: 2px;
  margin-right: 2px;
  padding: 6px 6px 6px 6px;
  color: #f1f1f1;
  border-bottom: #5b6268 solid 0px;
  background-color: #5b6268;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out, color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.3s;
  -o-transition: opacity 0.3s ease-in-out, color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.3s;
  transition: opacity 0.3s ease-in-out, color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.3s;
  border-radius: 0px;
  font-size: 14px;
  cursor: pointer; }
  .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-dropdown-wrapBtn .ib-tab-tabs-dropbtn.is-active {
    color: #f1f1f1;
    background-color: #5b6268; }
  .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-dropdown-wrapBtn .ib-tab-tabs-dropbtn:hover {
    color: white;
    background-color: #5ac3e1; }

.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-dropdown-contents {
  color: #f1f1f1;
  overflow: auto;
  background-color: #5b6268;
  border: solid 1px #5b6268;
  -webkit-box-shadow: 1px 1px 2px #b3b3b3;
  -moz-box-shadow: 1px 1px 2px #b3b3b3;
  box-shadow: 1px 1px 2px #b3b3b3; }
  .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-dropdown-contents:last-child {
    margin-bottom: 0; }
  .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-dropdown-contents .ib-tab-tabs-item__link {
    text-align: center;
    -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.2s;
    -moz-transition: color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.2s;
    -o-transition: color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.2s;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, border-radius 0.2s;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 6px 0px 6px;
    color: #f1f1f1;
    background-color: #5b6268;
    border-radius: 0; }
    .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-dropdown-contents .ib-tab-tabs-item__link:hover {
      color: #f1f1f1;
      background-color: #5ac3e1; }
    .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-dropdown-contents .ib-tab-tabs-item__link.is-active {
      color: #f1f1f1;
      background-color: #5ac3e1; }

/* -----------------------------------------------------------------------------

  ROOT ELEMENTS

----------------------------------------------------------------------------- */
.ib-tab-tabs.ib-custom_gray,
.ib-tab-contents.ib-custom_gray,
.ib-context-menu.ib-custom_gray {
  color: #6d6d6d;
  font-family: "나눔고딕", NanumGothic, "Lucida Grande", "Lucida Sans Unicode", Helvetica, "애플고딕", AppleGothic, MalgunGothic, "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 12px;
  line-height: 1.5; }

/* -----------------------------------------------------------------------------

  HEADING ELEMENTS

----------------------------------------------------------------------------- */
.ib-tab-contents.ib-custom_gray h1,
.ib-tab-contents.ib-custom_gray h2,
.ib-tab-contents.ib-custom_gray h3,
.ib-tab-contents.ib-custom_gray h4,
.ib-tab-contents.ib-custom_gray h5,
.ib-tab-contents.ib-custom_gray h6 {
  color: #f1f1f1; }

/* -----------------------------------------------------------------------------

  TEXT ELEMENTS

----------------------------------------------------------------------------- */
.ib-tab-tabs.ib-custom_gray a,
.ib-context-menu.ib-custom_gray a {
  color: #5ac3e1;
  text-decoration: none; }

.ib-tab-tabs.ib-custom_gray a:hover,
.ib-context-menu.ib-custom_gray a:hover {
  color: #5b6268; }

.ib-tab-tabs.ib-custom_gray b,
.ib-tab-tabs.ib-custom_gray strong,
.ib-context-menu.ib-custom_gray b,
.ib-context-menu.ib-custom_gray strong {
  font-weight: 700; }

.ib-tab-tabs.ib-custom_gray em,
.ib-context-menu.ib-custom_gray em {
  font-style: italic; }

.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link i,
.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link span {
  margin: 0;
  padding: 5px 2px 5px 2px;
  line-height: 1.2; }

.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link i {
  font-size: 12px; }

.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link i.fa-close {
  font-size: 16px; }

.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link span.ib-tab-tabs-item__title {
  font-size: 16px; }

.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-item__link i,
.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-item__link span {
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  font-size: 14px; }

.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-item__link i.fa-close {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 12px; }

.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-item__link i.fa-lock {
  display: none; }

.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-item__link.is-hold i.fa-lock {
  display: block !important; }

@media all and (min-width: 720px) {
  .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link i {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 16px; }
  .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link i.fa-close {
    font-size: 14px; }
  .ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link span.ib-tab-tabs-item__title {
    margin-left: 2px;
    margin-right: 2px; } }

/* -----------------------------------------------------------------------------

  MEDIA ELEMENTS

  ----------------------------------------------------------------------------- */
.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-item .ib-tab-tabs-item__link img {
  width: auto;
  height: 25px;
  margin: 0;
  padding: 0;
  line-height: 1.2; }

.ib-tab-tabs.ib-custom_gray .ib-tab-tabs-dropdown .ib-tab-tabs-item__link img {
  width: auto;
  height: 25px;
  margin: 0;
  padding: 0;
  line-height: 1.2; }

.ib-tab-tabs.ib-custom_gray .ib-tab-cus img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0; }

.ib-tab-contents.ib-custom_gray .ib-tab-contents__item.iframes {
  padding: 0rem; }

.ib-tab-contents.ib-custom_gray .ib-tab-contents__item iframe {
  padding: 0rem; }
