.tab-menu {
  margin-top: 60px;
  font-family: 'NanumBarunGothic', sans-serif;
  display: flex; }
  .tab-menu a {
    flex: 1;
    display: inline-block;
    font-size: 16px;
    color: #888888;
    background-color: #ffffff;
    position: relative;
    height: 57px;
    border: 1px solid #c5c5c5;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    transition: all .3s ease 0s;
    margin-right: -1px; }
    .tab-menu a::after {
      transition: all .3s ease 0s;
      position: absolute;
      display: inline-block;
      content: '';
      width: 100%;
      height: 100%;
      border: 1px solid transparent;
      left: -1px;
      top: -1px;
      z-index: 10; }
    .tab-menu a:hover, .tab-menu a.hover {
      color: #ff0000; }
      .tab-menu a:hover::after, .tab-menu a.hover::after {
        border-color: #ff0000; }

.tab-menu_g {
  margin-top: 60px;
  font-family: 'NanumBarunGothic', sans-serif;
  display: flex; }
  .tab-menu_g a {
    flex: 1;
    display: inline-block;
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    position: relative;
    height: 45px;

    text-align: center;
    line-height: 46px;
    font-weight: bold;
    transition: all .3s ease 0s;
    margin-right: -1px; }
    .tab-menu_g a::after {
      transition: all .3s ease 0s;
      position: absolute;
      display: inline-block;
      content: '';
      width: 100%;
      height: 100%;
      border: 2px solid transparent;
      left: -1px;
      top: -1px;
      z-index: 10; }
    .tab-menu_g a:hover, .tab-menu_g a.hover {
      color: #599d35; }
      .tab-menu_g a:hover::after, .tab-menu_g a.hover::after {
        border-color: #599d35; }

/*# sourceMappingURL=dbglobal.css.map */