.langTable .lang:not(:last-of-type) a::after {
  content: " | ";
  padding-left: 4px;
  padding-right: 4px;
}

/* 以下由 ChatGPT(gpt-4o)，配合 Prompt 產生 */
/* styles.css */
.menu-container {
  width: 185px;
}

.menu-item {
  height: 25px;
  background: url('imgs/bg_left.gif') no-repeat top left;
}

.menu-inner-left {
  width: 20px;
  height: 25px;
}

.menu-inner-right {
  width: 5px;
  height: 25px;
}

.menu-inner-center {
  width: 160px;
  height: 25px;
}

.menu-gap {
  height: 20px;
  background: url('imgs/bg_left.gif') no-repeat top left;
}

.menu-bottom {
  height: 25px;
  background: url('imgs/bg_left_bottom.gif') no-repeat top left;
}

.full-width {
  width: 100%;
}

.left-column {
  width: 185px;
}

.right-column {
  width: 715px;
}

.main-content {
  width: 700px;
}

.main-bg {
  background-color: #FFFFFF;
}


/* 以上由 ChatGPT(gpt-4o)，配合 Prompt 產生 */


.main-content {
  .w-100 {
    width: 100%;

  }

  .h-px-400 {
    height: 400px;
  }

  .w-px-30 {
    width: 30px;
  }

  .h-30 {
    height: 30px;
  }  

  .h-20 {
    height: 20px;
  }
}