

  /* height:51px; 높이강제로지정  
.submenuxx {width:100%; background:#3b3b3b; text-align:center; height:51px;}
.submenuxx ul {display:inline-block;vertical-align:top; }
.submenuxx li {float:left; border-left:1px solid rgba(255,255,255,0.2);}
.submenuxx li:last-child {border-right:1px solid rgba(255,255,255,0.2);}
.submenuxx li a {width:100%;  display:block; padding:12px 20px; color:rgba(255,255,255,0.7); zoom:1;  }
.submenuxx li a:hover {color:#000; font-weight:500; background:#eee;}
.submenuxx li a.active {color:#000; font-weight:500; background:#fff;}
 */
@media (min-width: 700px) {

.submenuxx {
    width: 100%;
    background: #3b3b3b;
    text-align: center;
    padding: 0px 0;
    box-sizing: border-box;
}

.submenuxx ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; /* 가운데 정렬 */
    font-size: 0; /* 공백 제거 */
}

.submenuxx li {
    display: inline-block;
    font-size: initial; /* 기본 폰트 크기 복원 */
    margin: 0px; /* 아이템 간격 조정 */
    border-left: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2); /* 아래 줄 추가 */
    white-space: nowrap; /* 텍스트 줄바꿈 방지 */
}

.submenuxx li:last-child {
    border-right: 1px solid rgba(255,255,255,0.2);
}

.submenuxx li a {
    display: block;
    padding: 12px 20px;
    color:  #ccc;
    text-align: center;
    text-decoration: none;
}

.submenuxx li a:hover {
    color: #000;
    font-weight: 500;
    background: #eee;
}

.submenuxx li a.active {
    color: #000;
    font-weight: 500;
    background: #fff;
}

}


@media (max-width: 700px) {

.submenuxx {
	 display: none; /*  모바일 화면에서도 숨기기 */
    width: 100%;
    background: #3b3b3b;
    text-align: center;
    padding: 0px 0;
    box-sizing: border-box;
}

.submenuxx ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; /* 가운데 정렬 */
    font-size: 0; /* 공백 제거 */
}

.submenuxx li {
    display: inline-block;
    font-size: initial; /* 기본 폰트 크기 복원 */
    margin: 0px; /* 아이템 간격 조정 */
    border-left: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2); /* 아래 줄 추가 */
    white-space: nowrap; /* 텍스트 줄바꿈 방지 */
}

.submenuxx li:last-child {
    border-right: 1px solid rgba(250,250,250,0.5);
}

.submenuxx li a {
    display: block;
    padding: 12px 20px;
    color:  #fff;
    text-align: center;
    text-decoration: none;
}

.submenuxx li a:hover {
    color: #000;
    font-weight: 500;
    background: #eee;
}

.submenuxx li a.active {
    color: #000;
    font-weight: 500;
    background: #fff;
}

}




@media (max-width: 420px) {

.submenuxx {
	 display: none; /* 작은 모바일 화면에서도 숨기기 */
    width: 100%;
    background: #3b3b3b;
    text-align: center;
    padding: 0px 0;
    box-sizing: border-box;
}

.submenuxx ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; /* 가운데 정렬 */
    font-size: 0; /* 공백 제거 */
}

.submenuxx li {
    display: inline-block;
    font-size: initial; /* 기본 폰트 크기 복원 */
    margin: 0px; /* 아이템 간격 조정 */
    border-left: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2); /* 아래 줄 추가 */
    white-space: nowrap; /* 텍스트 줄바꿈 방지 */
}

.submenuxx li:last-child {
    border-right: 1px solid rgba(255,255,255,0.5);
}

.submenuxx li a {
    display: block;
    padding: 12px 20px;
    color:  #fff;
    text-align: center;
    text-decoration: none;
}

.submenuxx li a:hover {
    color: #000;
    font-weight: 500;
    background: #eee;
}

.submenuxx li a.active {
    color: #ooo;
    font-weight: 500;
    background: #fff;
}


}
