.table_sub01 {
	margin-bottom: 23px;
}

.div_box01 .layout {
	display: flex;
	justify-content: space-between;
}

.div_box01 .layout .txt {
	width: 430px;
}

.div_box01 .layout .pic {
	width: 220px;
}

.certGallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}

.certGallery li {
	width: 15%;
	margin-left: 2%;
	padding: 0;
}

.certGallery li:nth-child(6n+1) {
	margin-left: 0;
}

.certGallery li:nth-child(n+7) {
	margin-top: 15px;
}

.certGallery li a {
	transition: opacity .2s;
}

.certGallery li a:hover {
	opacity: 0.7;
}

.certGallery li img {
	width: 100% !important;
	height: auto;
}

.pswp {
	z-index: 10500;
}

.pswp__share-modal {
	z-index: 10600;
}

.pswp__share-tooltip {
	z-index: 10620;
}

.pswp__ui {
	z-index: 10550;
}

.pswp__img {
	border-radius: 5px;
}