/*+++++++++++++++++
share
+++++++++++++++++*/
.sharebox{
	/* padding: 12px 50px; */
	box-sizing: border-box;
	width: 100%;
	/* display: flex; */
	justify-content: center;
	margin: auto;
	align-items: center;
	justify-content: right;
}
.sharebox b.center {
	font-size: 0.9em;
	width: 100%;
}
.sharebox ul{
	background: none;
	padding: 0;
	width: 100%;
	justify-content: left;
}
.sharebox ul li{
	padding: 0;
	border: none;
	margin: 0 20px 0 0;
}
.sharebox li:before {
	content:"";
	display:none;
}

.sharebox li a img{
	width: 30px;
	display: block;
	margin: auto;
	height: 45px;
}
.sharebox li:nth-child(2) a img {
	width: 28px;
}
.sharebox li a small{
	font-size: 11px;
}

/*+++++++++++++++++
blog
+++++++++++++++++*/
#staffblog .new {
	background: var(--red);
	color: var(--white);
	padding: 10px;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-em);
	font-family: var(--en);
	font-weight: var(--wght-600);
	margin: 0;
}
.swiper-arrow {
	position: absolute;
	top:-30%;
	right: 0;
	display: flex;
	gap:30px;
	left: inherit;
	bottom: inherit;
}

.staffblog .swiper-slide {
	display: block;
	background: none;
	border-radius: 10px;
}
.staffblog .swiper-slide a{
	padding: 0;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	grid-template-columns: 25% 62%;
	justify-content: space-between;
}
.staffblog .swiper-slide  figure {
	width: var(--flex-100);
	height: auto;
	border: 1px solid var(--black);
	overflow: hidden;
	border-radius: 50px 0;
	margin: 0 0 20px;
}
.staffblog .swiper-slide figure img {
	aspect-ratio: 3/2;
	object-fit:cover;
	width: var(--flex-100);
	vertical-align: bottom;
}
.staffblog .swiper-slide dl {
	/* border-bottom: 1px solid var(--black); */
	/* padding: 0 0 20px; */
	margin: 0 0 20px;
}
#blog .tag {
	display: flex;
	gap: 10px;
}
#blog .tag p {
	color: var(--darkgray);
	border-bottom: 1px solid var(--darkgray);
	padding: 0 0 5px;
	font-size: var(--font-mc);
	font-weight: var(--wght-500);
}

#blog ol.infoHome li a figure img {
	aspect-ratio:2/2;
}

/*+++++++++++++++++
information
+++++++++++++++++*/

.news-grid {
	grid-template-columns: 1fr;
	justify-content: space-between;
}

.news-grid > div {
	margin:0 0 100px;
}

.news-grid ol.infoHome {
	display:block;
}

.news-grid ol.infoHome li a span.date {
	border:none;
	letter-spacing: 1px;
}

.news-grid ol.infoHome li p {
	line-height: var(--lh-em);
}



ol.infoHome {
    grid-template-columns: repeat(2,1fr);
}
ol.infoHome li {
    border-bottom: none;
}
ol.infoHome li a {
	background: var(--white);
	padding: 0;
	display:block;
	transition: .3s;
}	

ol.infoHome li:last-child {
    border:none;
    margin: 0;
}
ol.infoHome li a{
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    align-items: center;
	transition:.3s;
}
ol.infoHome li a figure {
	border:1px solid var(--gray);
	overflow: hidden;
}
ol.infoHome li a figure img {
	object-fit:cover;
	aspect-ratio:3/2;
}
ol.infoHome li a span.date{
	padding: 0 0 3px;
	font-weight: var(--wght-500);
	margin: 0;
	font-size: var(--font-mc);
	font-family: var(--engs);
	letter-spacing: 1px;
}

.content_single {
	background: var(--white);
	padding: 50px;
	box-sizing: border-box;
	border-radius: 10px;
}


/*+++++++++++++++++++++++*/
/*pagenavi
/*+++++++++++++++++++++++*/
.wp-pagenavi {
    clear: both;
    margin: 50px 0 0;
    text-align: center;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center
}

.wp-pagenavi span.pages {
    padding: 10px;
    margin: 0 5px 0 0
}

.wp-pagenavi span.current {
    color: #f5f1df;
    background: var(--darkgray);
    box-sizing: border-box;
    text-align: center;
    font-size: 1em;
    margin: 0 10px 0 0;
    border-radius: 5px;
    border: 1px solid var(--darkgray);
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

a.page.smaller,a.page.larger {
    display: inline-block;
    color: var(--darkgray);
    text-align: center;
    margin: 0 10px 0 0;
    font-size: 1em;
    background: var(--white);
    border: 1px solid var(--darkgray);
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

a.page.smaller:hover,a.page.larger:hover,a.previouspostslink:hover,a.nextpostslink:hover,.wp-pagenavi a.previouspostslink:hover,.wp-pagenavi a.nextpostslink:hover,.wp-pagenavi a.first:hover,.wp-pagenavi a.last:hover {
    text-decoration: none;
    box-shadow: 0 0px 3px rgba(0,0,0,.2);
    background: var(--black);
    color: #fff;
    transition: .3s
}

a.page.smaller:hover:after,a.page.larger:hover:after,a.previouspostslink:hover:after,a.nextpostslink:hover:after {
    margin: 0
}

.wp-pagenavi a.previouspostslink,.wp-pagenavi a.nextpostslink {
    display: inline-block;
    color: var(--black);
    background: var(--white);
    margin: 0 1% 0 0;
    border: 1px solid var(--darkgray);
    font-size: 1em;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

.wp-pagenavi a.first,.wp-pagenavi a.last {
    display: inline-block;
    color: #222;
    align-items: center;
    background: 0 0;
    padding: 18px 25px;
    text-align: center;
    margin: 0 8px 0 0;
    font-size: 1em
}

/*+++++++++++++++++
single
+++++++++++++++++*/
.singlur {
	padding: 0 0 50px;
	border-bottom: 1px solid var(--lightgray);
}
.single-title {
	border-top: 1px solid var(--darkgray);
	border-bottom: 1px solid var(--darkgray);
	padding: 30px 0;
	font-size: var(--font-h4);
	text-align: center;
	margin: 0 auto 15px;
}
aside .h6-title {
	border-top: 1px solid var(--darkgray);
	border-bottom: 1px solid var(--darkgray);
	padding: 10px 0 5px;
}
aside ol.news li {
	line-height: var(--lh-sm);
}
aside ol.news li a {
	font-size: var(--font-em);
}



.blog-category {
	display: flex;
	justify-content: left;
	gap: 10px;
	flex-wrap: wrap;
}
.blog-category a{
	font-weight: var(--wght-500);
	border: 1px solid var(--gray);
	padding: 5px 20px 7px;
	font-size: var(--font-mc);
	border-radius: 100px;
}

.blog-category a.active{
	background: var(--black);
	margin: -1px;
	color: var(--white);
}

@media screen and (min-width: 600px) {

/*+++++++++++++++++
blog
+++++++++++++++++*/
#staffblog .new {
	margin: -1rem;
}
.swiper-arrow {
	position: absolute;
	top:-30%;
	right: 0;
	display: flex;
	gap:30px;
	left: inherit;
	bottom: inherit;
}
.staffblog  {
	/* overflow: hidden; */
}
.staffblog .swiper-slide {
	display: block;
	background: none;
	border-radius: 10px;
}
.staffblog .swiper-slide a{
	padding: 0;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	grid-template-columns: 25% 62%;
	justify-content: space-between;
}
.staffblog .swiper-slide  figure {
}
.staffblog .swiper-slide figure img {
}
.staffblog .swiper-slide dl {
}

/*+++++++++++++++++
information
+++++++++++++++++*/
ol.infoHome {
    
}
ol.infoHome li {
}
ol.infoHome li a {
}	

ol.infoHome li:last-child {
    border:none;
    margin: 0;
}

}

@media screen and (min-width: 1024px) {
/*+++++++++++++++++
information
+++++++++++++++++*/
.news-grid {
	grid-template-columns: 75% 20%;
}	

.news-grid > div {
	margin:0;
}	

ol.infoHome li a {
	padding:20px 15px;
}	
/*+++++++++++++++++
blog
+++++++++++++++++*/

.swiper-arrow {
	position: absolute;
	top:-30%;
	right: 0;
	display: flex;
	gap:30px;
	left: inherit;
	bottom: inherit;
}

.staffblog .swiper-slide {
	display: block;
	background: none;
	border-radius: 10px;
}
.staffblog .swiper-slide a{
	padding: 0;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	grid-template-columns: 25% 62%;
	justify-content: space-between;
}
.staffblog .swiper-slide  figure {
}
.staffblog .swiper-slide figure img {
	aspect-ratio: 3/2;
	object-fit:cover;
	width: var(--flex-100);
	vertical-align: bottom;
}
.staffblog .swiper-slide dl {
}

/*+++++++++++++++++
information
+++++++++++++++++*/
.news-grid {
	justify-content: space-between;
}	
ol.infoHome {
	max-width: 100%;
}
ol.infoHome li {
}
ol.infoHome li a {
}	

ol.infoHome li:last-child {
    border:none;
    margin: 0;
}
ol.infoHome li a{
    display: grid;
    grid-template-columns: 15% 86%;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    align-items: center;
}
ol.infoHome li a span.date{
	padding: 0;
	font-size: var(--font-em);
}

}

@media screen and (min-width: 1200px) {

/*+++++++++++++++++
blog
+++++++++++++++++*/

.swiper-arrow {
	position: absolute;
	top:-30%;
	right: 0;
	display: flex;
	gap:30px;
	left: inherit;
	bottom: inherit;
}

.staffblog .swiper-slide {
	display: block;
	background: none;
	border-radius: 10px;
}
.staffblog .swiper-slide a{
	padding: 0;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	grid-template-columns: 25% 62%;
	justify-content: space-between;
}
.staffblog .swiper-slide  figure {
	width: var(--flex-100);
	height: auto;
	border: 1px solid var(--black);
	overflow: hidden;
	border-radius: 100px 0;
	margin: 0 0 20px;
}
.staffblog .swiper-slide figure img {
	aspect-ratio: 3/2;
	object-fit:cover;
	width: var(--flex-100);
	vertical-align: bottom;
}
.staffblog .swiper-slide dl {
}

/*+++++++++++++++++
information
+++++++++++++++++*/
ol.infoHome {
    grid-template-columns: repeat(3,1fr);
}
ol.infoHome li {
}
ol.infoHome li a {
	background: var(--white);
	padding: 5px 0;
	display:block;
	transition: .3s;
}	

ol.infoHome li:last-child {
    border:none;
    margin: 0;
}
ol.infoHome li:hover a {
	transition:.3s;
}	
ol.infoHome li a{
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    align-items: center;
}
ol.infoHome li a span.date{
}

}