#multipleDiv_sports_368{background-color:#f5f5f5; padding:50px 0;}

/*2차 메뉴가 두줄로 떨어질 때*/
/*23.11.16 아래 코드로 적용할 시, 모바일 화면에서 2차 메뉴가 안보이는 현상으로 해당 코드 주석 적용*/
/*
.wrap-header .head-navi .div_2.top_div_719{left: 0%;}
.wrap-header .head-navi .div_2.top_div_718{left: 10%;}
.wrap-header .head-navi .div_2.top_div_715{left: -6%;}
*/

.li_2_722 .li_2 ._1st ._even{margin-left: -10px;}
.li_2_10785 .li_2 ._odd ._2nd{margin-right:12px;}


/* 메뉴 css 변경 */
/* 메뉴가 두줄로 떨어졌을 시에 변경하는 css*/
@media all and (max-width: 1515px) { /*메뉴가 두줄로 덜어지는 브라우저의 가로크기*/
  .wrap-header .head-navi .div_2.on:after{top: 132px;}
}

/*23.11.16 메뉴 관련 css 추가*/
/*2차 메뉴가 두줄로 떨어질 때*/
.wrap-header .head-navi .div_2.top_div_715{left: -6% !important;}
.wrap-header .head-navi .div_2.top_div_718{left: 10% !important;}
.wrap-header .head-navi .div_2.top_div_719{left: 0% !important;}

@media all and (max-width: 1340px){
  .wrap-header .head-navi .div_2.top_div_715{left: -30% !important;}
  .wrap-header .head-navi .div_2.top_div_718{left: -20% !important;}
}
@media all and (max-width: 1200px){
  .wrap-header .head-navi .div_2.top_div_715{left: -70% !important;}
  .wrap-header .head-navi .div_2.top_div_718{left: -40% !important;}
  .wrap-header .head-navi .div_2.top_div_719{left: -20% !important;}
}
@media all and (max-width:1024px) {
  .wrap-header .head-navi .div_2.top_div_715,
  .wrap-header .head-navi .div_2.top_div_718,
  .wrap-header .head-navi .div_2.top_div_719 {
    left: auto !important;
  }
}