/* mobile css */
@media(min-width:1300px){
	.m_top_menu, .m_top_submenu{
		display: none !important;
	}
}
@media(min-width:768px) and (max-width:1299px){
	.m_top_menu{
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		width: 100%;
		text-align: center;
		border-top: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		align-items: center;
		font-weight: bold;
		background: #ffffff;
	}
	.m_top_menu span{
		width: 25%;
		cursor: pointer;
		box-sizing: border-box;
		height: 30px;
	}
	.m_top_menu span a{
		padding: .6vw 0;
		font-size: 1.5vw;
		width: 100%;
		display: block;
	}
	.m_top_menu span:not(:first-child){
		border-left: 1px solid #c7c7c7;
	}
	.m_top_menu span:first-child a{
		color: #1972C6;
	}
	.m_top_submenu{
		position: relative;
		height: 30px;
        white-space: nowrap;
		background: #ffffff;
	}
    /* .m_sub::-webkit-scrollbar {
        display: none; 
    } */
	.m_sub li{
        width: 25%;
        box-sizing: border-box;
        font-size: 1.7vw;
        font-weight: 500;
        display: inline-block;
        text-align: center;
        padding: 5px 0;
        cursor: pointer;
        height: 100%;
		display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
	}
	.m_top_menu .name span{
		font-size: 1.7vw;
	}
	.swiper-button-next{
		right: 0 !important;
    	left: auto !important;
	}
	.swiper-button-prev{
		right: auto !important;
    	left: 0 !important;
	}
}
@media(max-width:767px){
	.m_top_menu{
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		width: 100%;
		text-align: center;
		border-top: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		align-items: center;
		font-weight: bold;
		background: #ffffff;
	}
	.m_top_menu span{
		width: 25%;
		cursor: pointer;
		box-sizing: border-box;
		height: 30px;
	}
	.m_top_menu span a{
		padding: 1vw 0;
		font-size: 3.5vw;
		width: 100%;
		display: block;
	}
	.m_top_menu span:not(:first-child){
		border-left: 1px solid #c7c7c7;
	}
	.m_top_menu span:first-child a{
		color: #1972C6;
	}
	.m_top_submenu{
		position: relative;
		height: 30px;
        white-space: nowrap;
		background: #ffffff;
	}
    /* .m_sub::-webkit-scrollbar {
        display: none; 
    } */
	.m_sub li{
        width: 25%;
        box-sizing: border-box;
        font-size: 3.3vw;
        font-weight: 500;
        display: inline-block;
        text-align: center;
        padding: 5px 0;
        cursor: pointer;
        height: 100%;
		display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
	}
	.m_top_menu .name span{
		font-size: 2.3vw;
	}
	.swiper-button-next{
		right: 0 !important;
    	left: auto !important;
	}
	.swiper-button-prev{
		right: auto !important;
    	left: 0 !important;
	}
}