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

/* 사이드 lnb */
.lnb .lnb_1da{
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 50px 10px;
  text-align: center;
  background-color: #1f243d;
  overflow: hidden;
  height: 119px;
}
.lnb .lnb_1da p{
  width: 100%;
  z-index: 99;
  font-size: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.lnb .lnb_2dli .lnb_2da{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lnb_2dli.active{background: #e7e7e7;}
.lnb_2dli.active .lnb_2da{
  color: #242424;
  font-weight: 600;
}

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


/* tnb */
.lnb_2dul_box{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.lnb_2dul_box ul{
  justify-content: center;
  margin: 0 auto;
}
.lnb_2dul_box li {
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.lnb_2dul_box li:hover > a, .lnb_2dul_box li.on > a {
  padding-left: 20px;
}
.lnb_2dul_box li a{
  display: block;
  /* width: 120px; */
  padding: 20px 0;
  margin: 0 10px;
  color: #767676;
  padding-left: 10px;
}

@media screen and (max-width: 1024px){
  .lnb_2dul_box li a{font-size: 14px; height: 52px; line-height: normal; padding: 0 10px;}
  .lnb .lnb_1da{display: none;}
}

@media screen and (max-width: 960px){
  .lnb{margin-bottom: 30px;}
  .lnb_2dul_box li{width: 33.333%;}
  .lnb_2dul_box{flex-direction: unset;}
}
@media screen and (max-width: 768px){
  .lnb_2dul_box li{width: 100% !important;}
}
@media screen and (max-width: 540px){
  .lnb_2dul_box{flex-wrap: wrap;}
}