
#lnb_1ul{
  /* position: fixed;
  top: 20px;
  left: auto; */
}
/* li 안보이게 */
.lnb_1dli{
  display: none;
}

/* 사이드 lnb */
.lnb_1dli {text-align: center;}
.lnb .lnb_1da{
  display: block;
  color: #242424;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.lnb .lnb_2dli{
  width: 100%;
  max-width: 180px;
  margin-bottom: 12px;
  line-height: 1.6;
}
.lnb .lnb_1dli:nth-child(3) .lnb_2da{
  margin-bottom: 10px;
}
.lnb_2dul_box{display: flex; align-items: center; justify-content: center;}
.lnb .lnb_2dli .lnb_2da{
  color: #242424;
  padding: 11px 0 10px 2px;
}

.lnb_2dli.active .lnb_2da{
  display: block;
  color: #704a06;
  font-size: 17px;
  font-weight: 600;
  border-top: 1px solid #704a06;
  border-bottom: 1px solid #704a06;
}

.lnb_3dul_box .lnb_3dli.active a{
  color: #704a06;
  font-weight: 700;
  padding: 6px 0;
  display: block;
}

@media screen and (max-width:1240px){
  .lnb .lnb_1da{margin-bottom: 10px;}
  .lnb_2dli.active .lnb_2da{border: none; text-align: center;}
}

@media screen and (max-width:768px){
  .lnb .lnb_1da{font-size: 2rem;}
  .lnb_2dul_box{flex-wrap: wrap;}
  .lnb .lnb_2dli{width: 33%;}
  #lnb_1ul .lnb_1dli:nth-child(2) .lnb_2dli{width: 50%;}
}
