.page-static_page #probo{
	width: 1200px;
	margin: 0 auto;
}

.page-static_page #top-box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 41px;
    margin-bottom: 39px !important;
}
.page-static_page #top-box .breadcrumb {
    color: #fff;
    position: relative;
    font-size: 11px;
    z-index: 2;
}
.page-static_page #top-box .breadcrumb a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.7px;
    position: relative;
    margin-right: 17px;
}
.page-static_page #top-box .breadcrumb a:not(:last-of-type)::before {
    content: ">";
    position: absolute;
    top: 0;
    right: -14px;
    bottom: 0;
    margin: auto 0;
}
.page-static_page #news_list--section .news_list--title{
	text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    padding: 0;
    margin-bottom: 36px;
}
.page-static_page #probo .pbox-searchresult .pbox-searchresult-text{
    font-size: 20px;
    line-height: calc(60 / 40);
    font-weight: 500;
    margin: 0;
    padding: 100px 0;
    text-align: center;
    border-top: 1px solid #ffffff;
}
.page-static_page #probo ._records{
  margin: 0;
  padding: 0;
  padding: 60px 0;
  margin-bottom: 50px;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  display: flex;
  flex-wrap: wrap;
}

.page-static_page #probo ._records ._record{
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
}

.page-static_page #probo ._records ._record{
	text-decoration: none;
	color: #ffffff;
}

.page-static_page #probo ._records ._record:nth-of-type(3n){
  margin-right: 0;
}

.page-static_page #probo ._records ._record:nth-last-of-type(-n+3){
  margin-bottom: 0;
}
.page-static_page #probo ._records ._record ._thumb{
  width: 100%;
  height: 202.5px;
  margin-bottom: 15px;
  overflow: hidden;
  cursor: pointer;
}
.page-static_page #probo ._records ._record ._thumb img{
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  transition: 0.3s;
  object-fit: cover;
  border: none;
}
.page-static_page #probo ._records ._record ._title{
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 5px;
}
.page-static_page #probo ._records ._record ._anytext1{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.page-static_page #probo ._records ._record ._anyhtml2{
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
}
.page-static_page #probo ._records ._record ._anyhtml2 a{
		font-size: 14px;
		line-height: 25px;
		font-weight: 400;
		display: inline-block;
}

.page-static_page #probo ._records ._record ._anyhtml2 a::before{
	content: "#";
}

.page-static_page #probo ._records ._record ._anyhtml2 a:first-of-type{
	line-height: 23px;
	padding: 0 15px;
	border: 1px solid #ffffff;
	border-radius: 13px;
	min-height: 25px;
	text-decoration: none;
	transition: .3s;
}
.page-static_page #probo ._records ._record ._anyhtml2 a:first-of-type::before{
	content: "";	
}
.page-static_page #probo ._records ._record ._anyhtml2 a:first-of-type:hover{
	border-color: rgba(0, 0, 0, 0);
	background-color: #592063;
}

.page-static_page #probo ._pbox-pagenav ._navs{
	display: flex;
	justify-content: center;
	height: 60px;
	margin-bottom: 100px;
	gap: 30px;
}

.page-static_page #probo ._pbox-pagenav ._navs ._prev,
.page-static_page #probo ._pbox-pagenav ._navs ._next{
	display: block;
	width: 232px;
	height: 60px;
	color: #fff;
    font-size: 20px;
    font-weight: 700;
	text-align: center;
    border: 1px solid #fff;
    border-radius: 35px;
    padding: 0;
    line-height: 60px;
    transition: .3s;
}
.page-static_page #probo ._pbox-pagenav ._navs ._prev:hover,
.page-static_page #probo ._pbox-pagenav ._navs ._next:hover{
    background-color: #592063;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.page-static_page #probo ._pbox-pagenav ._navs ._prev a,
.page-static_page #probo ._pbox-pagenav ._navs ._next a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration-line: none;
}
.page-static_page #probo ._pbox-pagenav ._navs ._noanc{
	display: none;
}

.page-static_page .entry-inner .entry-header,
.page-static_page #probo ._records ._record ._id,
.page-static_page #probo ._records ._record ._nearby,
.page-static_page #probo ._records ._record ._url,
.page-static_page #probo #proboOverlay,
.page-static_page #probo .pbox-pagenav:first-of-type,
.page-static_page #probo .pbox-pagenav ._page{
	display: none !important;
}

@media screen and (max-width: 640px){
    .page-static_page #probo{
        width: 100%;
        margin: 0;
        padding: 0 5%;
    }
    
    .page-static_page #top-box {
        padding-top: 10px;
        margin-bottom: 20px !important;
    }
    .page-static_page #top-box .breadcrumb {
        font-size: 12px;
        z-index: 2;
    }
    .page-static_page #top-box .breadcrumb a {
        font-size: 12px;
    }
	
	.page-static_page #news_list--section .news_list--title{
		font-size: 25px;
        margin-bottom: 30px;
	}
    
    .page-static_page #probo ._records{
        padding-bottom: 22px;
        margin-bottom: 30px;
    }
    .page-static_page #probo ._records ._record{
        width: 46.26%;
        margin-right: 7.46%;
        margin-bottom: 21px;
    }
    .page-static_page #probo ._records ._record a{
        text-decoration: none;
    }
    .page-static_page #probo ._records ._record:nth-of-type(3n){
        margin-right: 7.4687%;
    }
    .page-static_page #probo ._records ._record:nth-of-type(2n){
        margin-right: 0;
    }
	.page-static_page #probo ._records ._record:nth-last-of-type(-n+3){
        margin-bottom: 21px;
	}
    .page-static_page #probo ._records ._record ._thumb{
        height: 23.25vw;
        margin-bottom: 8px;
    }
    .page-static_page #probo ._records ._record ._title{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .page-static_page #probo ._records ._record ._anytext1{
        font-size: 12px;
    }
    .page-static_page #probo ._records ._record ._anyhtml2{
        display: block;
    }
    .page-static_page #probo ._records ._record ._anyhtml2 a{
        font-size: 12px;
        line-height: 166.667%;
        display: inline-block;
        margin-right: 12px;
        white-space: normal;
        display: inline;
    }
    .page-static_page #probo ._records ._record ._anyhtml2 a:first-of-type{
        font-size: 12px;
        padding: 6px 9px;
        line-height: 100%;
        margin: 0 auto 5px 0;
        display: block;
        width: fit-content;
    }
}