@import url("notosanskr.css");
@import url("reset.css");
@charset "utf-8";

.left-menu {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
}
.left-menu h3 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #222;
  padding: 0 0 26px 0;
}
.left-menu ul {
  margin: auto;
  display:flex;
  gap: 8px;
}
.left-menu ul li {
  background: #eee;  
  margin: 2px 0;
  font-size: 18px;
  color: #222;
  font-weight: 400;
  text-align: center;
  width:100%
}
.left-menu ul li:hover {
  background: #fbcb06;
  color: #222;
  font-weight: 700;
}
.left-menu ul li a.active {
  background: #fbcb06;
  color: #222;
  font-weight: 700;
}
.left-menu ul li a {
  display: block;
  padding: 12px 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.left-menu h3 > a {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.left-menu h3 > a::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: 4px;
  left: -4px;
  z-index: -1;
  height: 8px;
  background-color: #fdbd37;
}

#mysub2 > ul {flex-wrap: wrap}
#mysub2 > ul li {width:auto;min-width:160px;}

/*#mysub1 > ul li:nth-child(3) a {width:280px;}*/
/*#mysub1 > ul li a {width:auto;max-width:280px;}*/
#mysub1 > ul li {display: table;}
#mysub1 > ul li a {vertical-align: middle;display: table-cell;}