.pinfo {
	background: #f2f2f2;
	padding: 3% 10%;
}
.pinfo-l {

}

.pinfo-l .img {
	width: 620px;
	margin: 0 auto;
}

.pinfo-r {
	width: 560px;
	padding-top: 0px;
}
.pinfo-c{
	display: flex;
	justify-content:space-evenly;

}
.pinfo-r h2 {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin: 50px 0;
	margin-top:20;
}

.pinfo-r .tit {
	margin-top: 15px;
	font-size: 16px;
}

.pinfo-r .tit span{
	text-align: justify;
	text-align-last: justify;
	list-style: none;
}
.pinfo-r .tit span{
            content: "";
            display: inline-block;
            width: 120px;
			margin-right: 10px;
        }

.pinfo-dow { 
	margin-top: 100px;
	}
.pinfo-dow ul {
	display: flex;
	justify-content:space-around;
}
.pinfo-dow ul li {

	font-size: 18px;

}
.pinfo-dow ul li a{
	min-width: 280px;
	padding: 10px 30px;
	display: block;
	border: 1px solid #8f9396;
	position: relative;
	transition: all 0.5s;
}
.pinfo-dow ul li a:after{
	content:"";
	position: absolute;
	right: 15px;
	width: 20px;
	height: 25px;
	background: url("../img/pinfo-dow.png") no-repeat center;
	background-size: contain;
	transition: all 0.5s;
}
.pinfo-dow ul li a:focus{
	color: #333;
	
}
.pinfo-dow ul li a:hover{
	border: 1px solid #182229;
	background:#182229;
	color: #fff;
	transition: all 0.5s;
}
.pinfo-dow ul li a:hover:after{
	content:"";
	position: absolute;
	right: 15px;
	width: 20px;
	height: 25px;
	background: url("../img/pinfo-dow-h.png") no-repeat center;
	background-size: contain;
	transition: all 0.5s;
}
.pinfo-dow .active a{
	border: 1px solid #182229;
	background:#182229;
	color: #fff;
	transition: all 0.5s;
}
.pinfo-dow .active a:after{
	content:"";
	position: absolute;
	right: 15px;
	width: 20px;
	height: 25px;
	background: url("../img/pinfo-dow-h.png") no-repeat center;
	background-size: contain;
	transition: all 0.5s;
}
.pinfo-dow .active a:hover{
	background: inherit;
	color: #182229;
	transition: all 0.5s;
}

.pinfo-dow .active a:hover:after{
	content:"";
	position: absolute;
	right: 15px;
	width: 20px;
	height: 25px;
	background: url("../img/pinfo-dow.png") no-repeat center;
	background-size: contain;
	transition: all 0.5s;
}


.related{
	padding: 3% 0;
	background: #f2f2f2;
}
.related-c{
	width: 100%;

}
.related-c img{
	width: 100%;
}
.related-tit{
	font-size: 22px;
	font-weight: 600;
	color: #182229;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-left: 5%;
	padding-right: 5%;
}
.related-tit span{
	font-size: 22px;
	margin-left: 20px;
	font-weight: 400;
}
.related-list{
	display: flex;
	justify-content:space-between;
	margin: 50px 0;
}
.related-l{display: flex;}
.related-l .img{

}
.related-l .img img{
	width: 250px;
	margin-right: 100px;
}
.related-r{
	width: 50%;
	padding-top: 50px;
}
.related-r table > thead > tr > th {
	border-bottom: 1px solid #182229;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.related-r table > tbody > tr > td{
	border-top: 0;
	border-bottom: 1px solid #182229;
	text-align: center;
	font-size: 22px;
	padding: 15px 0;
}


.related-l .img img {
	transition: all 0.5s;
}

.related-l .img:hover img{
	border-top-width: 0;
	border-left-width: 0;
	filter: alpha(opacity=65);
	opacity: 0.65;
	border-bottom-width: 0;
	border-right-width: 0;
	transition: all 0.5s;
}

.pinfo-l .swiper {
width: 100%;
height: 300px;
margin-left: auto;
margin-right: auto;
}

.pinfo-l .swiper-slide {
background-size: cover;
background-position: center;
}

.pinfo-l .mySwiper2 {
height: 80%;
width: 100%;
}

.pinfo-l .mySwiper {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
}

.pinfo-l .mySwiper .swiper-slide {
width: 25%;
height: 100%;
opacity: 0.4;
}

.pinfo-l .mySwiper .swiper-slide-thumb-active {
opacity: 1;
}

.pinfo-l .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.pinfo-l{
  max-width:400px;
}
.sw .swiper-wrapper{
  justify-content:center;
}

.modal{
	top:100px !important;
}
.modal-header{
	border-bottom: none !important;
	position: absolute;
	z-index: 2;
	right: 0;
}
.modal-body{
	padding: 30px !important;
}


@media (min-width: 320px) and (max-width: 760px)  {
	.pinfo {
		padding: 5% 0;
	}
	.pinfo-c {
		display: block;
	}
	.pinfo-l{
		display: block;
		width: 94%;
		margin: 0 auto;
	}
	.related-l{
		display: flex;
	}

	.pinfo-l .img {
		width: 320px;
		margin: 0 auto;
	}
	.pinfo-r {
		padding-top: 0;
		width: auto;
		padding: 0 5%;
	}
	.pinfo-r h2 {
		font-size: 22px;
		margin: 20px 0 30px 0;
	}
	.pinfo-r .tit {
		margin-top: 8px;
		font-size: 16px;
	}
	.pinfo-dow ul {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.pinfo-dow ul li {
		font-size: 16px;
	}
	.pinfo-dow ul li a {
		min-width: 160px;
		margin-bottom: 20px;
	}
	.pinfo-dow {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.related-tit {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.related-tit span {
	  font-size: 14px;
	  margin-left: 10px;
	  font-weight: 400;
	}
	.related-l .img img {
		width: 200px;
		margin-right: 30px;
	}
	.related-r {
		padding-top: 10px;
		display: block;
		width: 100%;
	}
	.related-r table > thead > tr > th,.related-r table > tbody > tr > td{
		font-size: 16px;
	}
	.related-list{
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 999px) {
	.pinfo {
		padding: 3% 3%;
	}
	.pinfo-c{
		display: block;
	}
	.pinfo-l{
		width: 70%;
		margin: 0 auto;
	}
	.pinfo-l .img {
		width: 340px;
		margin: 0 auto;
	}
	.pinfo-r {
		padding-top: 0;
		width: 100%;
		padding: 0 20px;
	}
	.pinfo-r h2 {
		font-size: 42px;
		margin: 30px 0;
	}
	.pinfo-r .tit {
		margin-top: 10px;
		font-size: 18px;
	}
	.pinfo-dow ul li a {
		min-width: 150px;
	}
	.pinfo-dow {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.related-tit {
		font-size: 26px;
	}
	.related-l .img img {
		width: 200px;
		margin-right: 30px;
	}
	.related-r {
		padding-top: 50px;
	}
	.related-r table > thead > tr > th,.related-r table > tbody > tr > td{
		font-size: 18px;
	}
}

@media (min-width:1000px) and (max-width: 1200px) {
	.pinfo {
		padding: 3% 5%;
	}
	.pinfo-l .img {
		width: 340px;
		margin: 0 auto;
	}
	.pinfo-r {
		padding-top: 0;
	}
	.pinfo-r h2 {
		font-size: 22px;
		margin: 50px 0;
		margin-top:20;
	}
	.pinfo-r p {
		margin-top: 15px;
	}
	.pinfo-dow ul li a {
		min-width: 200px;
	}
	.pinfo-dow {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.related-tit {
		font-size: 26px;
	}
	.related-l .img img {
		width: 200px;
		margin-right: 30px;
	}
	.related-r {
		padding-top: 50px;
	}
	.related-r table > thead > tr > th,.related-r table > tbody > tr > td{
		font-size: 18px;
	}
	.pinfo-l {
	  width: 460px;
	}
	.pinfo-r .tit {
	  margin-top: 15px;
	  font-size: 18px;
	}

}