@media (max-width: 1440px) {
    .container{
        width: 96%;
    }
}
@media (max-width: 1250px) {
    .menu .tabpanel .swiper-pagination-wrap {
        left: 30px;
    }
}
@media (max-width: 1020px) {
    nav .mainMenu{
        display: none;
    }
    .header .menuBtn {
        display: block;
    }
}
@media (max-width: 980px) {
    .brand .container {
        flex-direction: column;
        height: auto; 
        padding: 2% 0;
    }
    .brand .find-store{
        width:51.96%
    }
    .brand .container .top-box{
        width: 88%;
    }
    .brand .bottom-box {
        width: 100%;
        /* float: none; */
    }
    .brand .bottom-box .app{
        height: 35%;
    }
}
@media (max-width: 800px) {
    .menu .container{
        height: 100%;
    }
    .menu {
        padding: 40px 0;
      }
    
      .menu .section-title {
        font-size: 32px;
        margin-bottom: 16px;
      }
    
      .menu .tabs {
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 20px;
      }
      .menu .tabs .tab-list {
        flex-direction: row;
        margin-bottom: 35px;
      }
      .menu .tabs .tab-list li {
        margin: 0 10px;
      }
      .menu .tabs .tab-list li a {
        font-size: 22px;
      }
      .menu .tabs .more-btn {
        display: none;
      }
      .menu .pc-swiper {
        display: none !important;
      }
      .menu .mb-swiper {
        display: block !important;
      }
      .menu .tabpanel {
        min-width: auto; /* 또는 100% */
      }

}
@media (max-width: 760px) {
    .section {
        min-height: 72vh;
    }
    .menu {
        height: 730px;
    }
    .menu .mb-swiper .tabpanel-mb .sw-menu-mb .swiper-slide{
        height: 70%;
    }
}
@media (max-width: 680px) {
    .title-Swiper {
        height: 85vh;
    }
    .title-Swiper .swiper-slide .swiper-pc{
        display: none;
    }
    .title-Swiper .swiper-slide .swiper-mb{
        display: block;
        width: 100%;
        height: 100vh;
    }
    .brand .container .top-box{
        width: 100%;
    }
    .title-Swiper .swiper-slide .swiper-mb img{
        height: 93%;
    }
    .brand .event,
    .brand .find-store{
        height: 270px;
    }
    .brand .find-store p{
        padding-bottom:52px
    }
    .brand .event .swiper-slide .event-img img{
        width: 230px;
    }
    .menu .tabs .tab-list li a {
        font-size: 16px;
    }
    .menu .mb-swiper .swiper-slide{
        width: 615px;
        height: 500px;
    }
    .goods{
        height: 900px;
    }
    .goods .container{
        flex-direction: column;
        display: flex;
        max-width: 1400px;
        width: 100%;
        height: 100%;
        justify-content: space-around;
        align-items: center;
    }
    .footer-container{
        gap: 24px;
    }
}
@media (max-width: 520px) {
    
    .brand .event{
        float: none;
        width: 100%;
        height: 330px;
        padding: 15px 28px 20px 28px;
        margin-top: 20px;
        /* margin-right: 0.84%; */
        margin-bottom: 20px;
    }
    .brand .event .swiper-slide .event-img img{
        width: 370px;
    }
    .brand .event .swiper-slide .event-slide-desc{
        width: 370px;
    }
    .brand .find-store{
        width: 100%;
        margin-right: 0.84%;
        background-size:cover;
        margin-bottom: 20px;
    }
    .story .container .text-story p {
        font-size: 16px;
    }
    .story .container .story-btn a{
        width: 130px;
        height: 40px;
        border: 2px solid #fffffb;
        border-radius: 30px;
        font-weight: bold;
        color: #fffffb;
        text-decoration: none;
        font-size: 12px;
        transition: all 0.3s ease;
    }
    .brand .bottom-box .news{
        width: 100%;
        margin-bottom: 20px;
    }
    .brand .bottom-box .app{
        width: 100%;
    }
}
@media (max-width: 480px) {
    .menu .tabs .tab-list li a {
        font-size: 14px;
      }
    .menu .mb-swiper {
        margin-right: 0;
    }
}
@media (max-width: 420px) {
    .menu .tabs .tab-list li a {
        font-size: 18px;
      }
    .menu .tabs .tab-list li a span{
        display: none;
    }
    .goods .container .goods-title{
        width: 32vh;
    }
    .brand .bottom-box .news,
    .brand .bottom-box .app{
        width: 96%;
    }
    .brand .bottom-box .news .baraboda-new{
        font-size: 15px;
    }
}
@media (max-width: 350px) {
    .menu .tabs .tab-list li a {
        font-size: 10px;
      }
}