.mfp-bg{
  opacity: 0;
  transition: opacity 1s;
}
.mfp-bg.mfp-ready{
  opacity: 0.8;
}
.mfp-bg.mfp-removing{
  opacity: 0;
}

.mfp-wrap .mfp-content{
  opacity: 0;
  transition: opacity 1s;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}




@media screen and (min-width: 539px) {
	.sp_br
	{
    display: none;
  	}
	#catalogSec .inner2 .content .box .btnBox
	{
		margin-bottom:20px
	}
		#catalogSec .inner2 .content .box .btnBox .btn
	{
		width:280px;
		font-size:20px;
		font-weight:bold;
		color:#fff;
		display:block;
		background-color:#295764;
		height:46px;
		line-height:42px;
		border-radius:23px;
		position:relative;
		padding-right:20px;
		-webkit-transition:0.2s;
		transition:0.2s;
		margin: 0 auto;
	}
		#catalogSec .inner2 .content .box .btnBox .btn:hover
	{
		opacity:0.7
	}
		#catalogSec .inner2 .content .box .btnBox .btn::after
	{
		position:absolute;
		right:24px;
		top:0;
		content:'';
		width:15px;
		height:100%;
		background:url(../img/svg/btn_arrow.svg) no-repeat center;
		background-size:100% auto
	}
	#catalogSec .inner2 .content .box h2 .thumb
	{
		width:350px!important;
	}
	#catalogSec .inner2 .content .box h2 .thumb img
	{
		width:170px!important;
		height:auto
	}
	#catalogSec .inner2 .content .box2
	{
		width:400px;
		text-align:center;
		padding:40px 25px 25px
	}
}


@media screen and (max-width: 538px) {

	#catalogSec .inner2 .content .box .btnBox .btn
	{
		display:inline-block;
		width:210px;
		font-size:16px;
		font-weight:bold;
		color:#fff;
		background-color:#295764;
		height:36px;
		line-height:36px;
		border-radius:18px;
		position:relative;
		padding-right:15px
	}
		#catalogSec .inner2 .content .box .btnBox .btn::after
	{
		position:absolute;
		right:15px;
		top:0;
		content:'';
		width:8px;
		height:100%;
		background:url(../img/svg/btn_arrow.svg) no-repeat center;
		background-size:100% auto
	}
		#catalogSec .inner2 .content .box p.txt
	{
		font-size:14px;
		font-weight:bold;
		color:#666
	}
	#catalogSec .inner2 .content .box .thumb img
	{
		width:240px;
		height:auto;
		margin: 0 auto;
		padding-left: -20px;
	}
	#catalogSec .inner2 .content .box
	{
		padding-left:0px!important;
	}
	#catalogSec .inner2 .content .box h2
	{
		padding:22px 0 15px
	}
}