#main_wrap { height: 100%; padding-top: 50px; background-color: white; }


#main_wrap .team_info { height: 50px; display: flex; flex-direction: row; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; right: 0; max-width: 600px; margin: 0 auto; background-color: #f7f7f7; z-index: 2; }
#main_wrap .team_info .leftArea { padding-left: 15px; height: 50px; flex-shrink: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; }
#main_wrap .team_info .leftArea .logo { height: 22px; }
#main_wrap .team_info .middleArea { padding: 15px; display: flex; flex-direction: row; align-items: center; justify-content: center; flex-grow: 1; }
#main_wrap .team_info .middleArea .sports_name { font-weight: 300; color: #666; }
#main_wrap .team_info .rightArea { height: 50px; width: 50px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
#main_wrap .team_info .rightArea .btnOpenLeftNav { height: 18px; width: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 22px; color: black; text-decoration: none; }



/* 상단 메세지 */
#topMessage{ font-weight: 500; background-color: #d4e1ff; border-radius: 5px; margin: 0 10px; padding: 10px 15px; font-size: 14px; }
#topMessage strong { font-weight: 700; color: #1654d2; }


/* 
// 상단 로고 영역
*/
/* #main_wrap .team_info .team_name {} */
#logo_big_area { width: 100%; height: 230px; }
#logo_big_area .mySwiper { height: 100%; }
/* #logo_big_area .mySwiper .swiper-wrapper {  } */
#logo_big_area .mySwiper .swiper-wrapper .swiper-slide { width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; }
#logo_big_area .mySwiper .swiper-wrapper .swiper-slide img { max-height: 70%; max-width: 60%; }
#logo_big_area .mySwiper .swiper-button-next:after, 
#logo_big_area .mySwiper .swiper-button-prev:after { color: #aaa; }
#main_wrap .selected_team { text-align: center; }




/* 
//  로고 리스트 영역
*/

#main_wrap #logo_area { padding: 20px 0; display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; justify-content: center; }
#main_wrap #logo_area .logo_item { display: flex; flex-direction: column; align-items: center; justify-content: center; flex-basis: 60px; position: relative; }
#main_wrap #logo_area .logo_item:before { background-color: rgba(255, 255, 255, 0.5); position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: '';}
#main_wrap #logo_area .logo_item.on:before { background-color: transparent; }
#main_wrap #logo_area .logo_item img { max-width: 80%; max-height: 50px; }
/* #main_wrap #logo_big_area {} */





/* 
// 하단 버튼
*/

#bottomBtnArea { position: fixed; bottom: 20px; left: 0; right: 0; z-index: 3; width: 100%; display: flex; flex-direction: row; gap: 5px; justify-content: center; }
#bottomBtnArea .btn { width: 120px; height: 24px;  border-radius: 8px; display: flex; flex-direction: row; background-color: white; color: black; gap: 5px; font-size: 12px; align-items: center; justify-content: center; box-shadow: 2px 2px 3px #aaaaaa; text-decoration: none; }
/* #bottomBtnArea #btnMyLocation { } */
#bottomBtnArea #btn_store_list { background-color: #375af9; color: white; }





/* 
//  지도 
*/
#mapMessage { font-size:12px; padding: 5px;}
/* .overlaybox { } */
.overlaybox .logo { width: 30px; height: 30px; object-fit: contain; }
.overlaybox .name { font-size: 12px; color: #375af9; }
