

.swiper_wrap
{
	position:relative;
	overflow:hidden;
}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-box-sizing:content-box;box-sizing:content-box}

#new_swiper_wrap1 .swiper-slide{
	
width:calc(25% - 10px);

margin-right:14px;
padding:5px;

-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0; height:100%;position:relative}

#swiper-next_mainpage02 {
    position: absolute;
    top: 0px;
    margin-right: -50px;
    right: 50%;
}
#swiper-next_mainpage02, #swiper-prev_mainpage02 {
    width: 38px !important;
    height: 38px !important;
    border-radius: 3px !important;
    border: none !important;
    opacity: 1 !important;
    background: #1587D2 !important;cursor: pointer;
    box-shadow: none !important;
}
#swiper-prev_mainpage02 {
    position: absolute;
    left: 50%;
    top: 0px;
    right: auto;
    margin-left: -50px;
}
#swiper-next_mainpage02 svg {
    position: absolute;
    left: 15px;
    top: 9px;
}
#swiper-prev_mainpage02 svg {
    position: absolute;
    left: 12px;
    top: 9px;
}

#mnt {
    position: absolute;
	right:0px;
	bottom:0px;
	left:0px;
    height: 38px;
   
}


#swiper-prev_mainpage02:active svg,#swiper-next_mainpage02:active svg
{
	top:10px;
}


#new_photo2
{
		margin-bottom:50px;
		height:240px;
		position:relative;
}

#new_photo2.start3
{
			height:296px;
}

#new_swiper_wrap1
{
	position:absolute;
	left:-5px;
	right:-5px;
	top:-5px;
}

#new_photo2 a 
{
	display:block;
height:230px;
background:#fff;
border-radius:10px;
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.12);
padding-left: 17px;
    padding-right: 17px;
	padding-top:17px;
	
    align-items: center;
    justify-content: center;
}

.slide1
{
height:150px;
display:flex;
}

.slide1 img
{
display:block;
max-width:100%;
max-height:100%;
margin:0px auto;
}

.slide2
{

    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    overflow: hidden;
   
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.slide2_wrap
{
	  height: 36px;
   margin-top:10px;
  
    display: flex
;
    align-items: center;
    justify-content: center;
}

