.lnb-box .lnb-title {position: relative;padding: 0 0 30px;font-weight: 700;font-size: 32px;line-height: 130%;letter-spacing: 0.2px;color: #000E2D;}
.lnb-box .lnb-menu {border-top: 1px solid #00000033}
.lnb-box .lnb-menu:has(> li:first-child > a.active) {border-top: 0;}
.lnb-box .lnb-menu > li > a {display: block;padding: 21px 21px 21px 10px;font-weight: 700;font-size: 18px;line-height: 100%;letter-spacing: 0.2px;transition: all .3s; text-transform: capitalize;color: #222222;border-bottom: 1px solid #00000033;}
.lnb-box .lnb-menu > li > a.active {background: #004EDB;color: #fff;padding-left: 20px;border-radius: 5px;} 
.lnb-box .lnb-menu > li:has(+ li.active) a {border-bottom: 0;}
.lnb-box .lnb-menu > li.has-depth02 > a{position: relative;}
.lnb-box .lnb-menu > li.has-depth02 > a:before {content: none;width: 8px;height: 5px;background: url(../img/common/ico-lnb.png) no-repeat center;position: absolute;right: 10px;top: 50%;transform: translateY(-50%) rotate(0deg);transition: all .3s ease;}
.lnb-box .lnb-menu > li.has-depth02 > a.active:before {filter: brightness(0) invert(1);}
.lnb-box .lnb-menu > li > ul {display: none!important;padding: 24px 20px;position: relative;}
.lnb-box .lnb-menu > li.active > ul {display: block;}
.lnb-box .lnb-menu > li.active > ul:before {content: "";position: absolute;bottom: -1px;left: 0;width: 100%;height: 1px;background: #001B54;}
.lnb-box .lnb-menu > li > ul > li:last-of-type {}
.lnb-box .lnb-menu > li > ul > li {padding: 0 10px 20px;}
.lnb-box .lnb-menu > li > ul > li:last-child {padding-bottom: 0;}
.lnb-box .lnb-menu > li > ul > li a {font-weight: 600;font-size: 16px;line-height: 100%;letter-spacing: -0.2px;display: block;position: relative;color: #999999;transition: all .5s;}
.lnb-box .lnb-menu > li > ul > li a:hover {color: #004EDB;}
.lnb-box .lnb-menu > li > ul > li a:before {content: "";position: absolute;width: 3px;height: 3px;border-radius: 100%;background: #999999;top: 6px;left: -10px;}
.lnb-box .lnb-menu > li > ul > li a:hover:before {background: #004EDB;}
.lnb-box .lnb-menu > li > ul > li a.active {color: #004EDB;}
.lnb-box .lnb-menu > li > ul > li a.active:before {background: #004EDB}