body {
  padding-bottom: 20px;
  font-family: 'Microsoft JhengHei', DFKai-sb, serif;
}

.navbar {
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.Left_Title {
  color: #B42E23;
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 8px;
}

.Left_Item {
  color: black;
  font-size: 32px;
  border-bottom: 1px solid #D68E89;
  padding-left: 10px;
  font-weight: 500;
}

.Left_Item:hover, .Left_Item_Active {
  cursor: pointer;
  font-weight: 600;
}

.Left_Item a {
  color: inherit;
}

.Left_Item a:hover {
  text-decoration: none;
}

.Right_Title {
  color: #6E0002;
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 5px;
}

.Right_Item {
  color: black;
  font-size: 26px;
  border-bottom: 0 solid #D68E89;
  padding-left: 6px;
  text-indent: -1em;
  margin-top: 8px;
}

@media (min-width: 1200px) {

  body {
    padding-top: 30px;
  }

  #Left_Area {
    display: block;
  }

  #logo {
    width: 370px;
    height: auto;
  }

  #pc_nav {
    display: flex;
    justify-content: space-between; /* 或 center / start 根據需求 */
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #pc_nav > li {
    flex: 1;
    text-align: center;
    list-style: none;
    min-width: 80px;
  }

  #pc_nav > li > a {
    display: block;
    padding: 10px 0;
    font-size: 26px;
  }


  #mobile_nav {
    display: none;
  }

}

@media (max-width: 1199px) {

  body {
    padding-top: 15px;
  }

  #Left_Area {
    display: none;
  }

  #logo {
    width: 296px;
    height: auto;
  }

  #pc_nav {
    display: none;
  }

  #mobile_nav {
    display: block;
  }

  .dropdown-menu {
    font-size: 18px;
    margin-left: 36px;
    color: white;
  }
}
