﻿.side_menu_inside{
 width: 100%;
 border-top: 8px solid #827366;
}

.lv1_ul {
 width: 1200px;
 display: flex;
 justify-content: center;
 margin: 0 auto;
}

.lv1_ul .lv1_li {
 width: 200px;
 line-height: 76px;
 text-align: center;
 border-left: 1px solid rgba(127, 91, 60, 0.4);
 box-sizing: border-box;
 position: relative;
 margin-top: -8px;
 height: 84px;
}

.lv1_ul .lv1_li p a {
 font-size: 18px;
 color: rgba(127, 91, 60, 0.6);
 display: block;
 width: 100%;
 height: 100%;
}

.lv1_ul .lv1_li:last-of-type {
 border-right: 1px solid rgba(127, 91, 60, 0.4);
}

.lv1_ul .lv1_li::after {content: '';width: 3px;height: 20px;background: rgba(127, 91, 60, 0.4);display: block;position: absolute;bottom: 0;left: -2px;}


.lv1_ul .lv1_li:last-of-type::before {
 content: '';
 width: 3px;
 height: 20px;
 background: rgba(127, 91, 60, 0.4);
 display: block;
 position: absolute;
 bottom: 0;
 right: -2px;
}

.lv1_ul .lv1_li:nth-child(1) {
 border-top: 8px solid #B00707;
}

.lv1_ul .lv1_li:nth-child(2) {
 border-top: 8px solid #DDA01D;
}

.lv1_ul .lv1_li:nth-child(3) {
 border-top: 8px solid #17629C;
}

.lv1_ul .lv1_li:nth-child(4) {
 border-top: 8px solid #739423;
}

.lv1_ul .lv1_li:nth-child(5) {
 border-top: 8px solid #17979C;
}

.lv1_ul .lv1_li:nth-child(6) {
 border-top: 8px solid #E88731;
}

.lv1_ul .lv1_li .current {
 height: 100%;
}


.lv1_ul .lv1_li .current a {line-height: normal;width: 100%;height: 100%;background: url(/Sites/Uploaded/UserUpLoad/20211110/20211110175947.png) no-repeat top center;position: relative;height: auto;padding-top: 60px;font-weight:600;} 