@charset "utf-8";
/* CSS Document */


/**
 * 2020.04.24 add by JPD
 */
.article-list a {
  color: #000;
  text-decoration: none;
}

#main .loop-container ul.article-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin-bottom: 20px;
    margin-top: 40px;
	margin-left: 0;
    padding: 0 10px;
    list-style: none;
}
@media screen and (min-width: 770px) {
	#main .loop-container ul.article-list li {
		width: 29.91071%;
		margin-bottom: 50px;
	}
}
#main .loop-container ul.article-list li a .img-wrap {
    margin-bottom: 10px;
    width: 100%;
    padding-top: 56.26866%;
    height: 0;
    z-index: 2;
    position: relative;
}
@media screen and (min-width: 770px) {
	#main .loop-container ul.article-list li a .img-wrap {
		overflow: hidden;
	}
}
#main .loop-container ul.article-list li a .img-wrap img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    -webkit-transform: rotate(0) translate(-50%,-50%);
    transform: rotate(0) translate(-50%,-50%);
    left: 50%;
    top: 50%;
    vertical-align: bottom;
}
#main .loop-container ul.article-list li a .img-wrap .post-type {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
}

#main .loop-container ul.article-list li a .text {
	display: block;
	margin: 0.5em 0;
/**
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
*/
}
/**
#main .loop-container ul.article-list li a .text {
    width: calc(100% - 34px);
}
*/
#main .loop-container ul.article-list li a .text .time {
    font-size: 12px;
    display: inline-block;
}
@media screen and (min-width: 770px) {
	#main .section-top-panel {
		display: flex;
		justify-content: space-between;
	}
	#main .section-top-panel .pickup-panel {
		width: 62%;
		background: #fff;
	}
	#main .section-top-panel .ranking-panel {
		width: 35%;
		background: #fff;
		position: relative;
	}
}
@media screen and (max-width: 769px) {
	#main main,
	#main .section-top-panel {
		padding: 0 1em;
	}
}

.pickup-panel .featured-image {
	text-align: center;
}
.pickup-panel .featured-image img {
	/* max-width: 100%; */
	width: auto;
	max-height: 500px;
}

@media screen and (min-width: 770px) {
	div.news, div.column, div.kicks {
		width: calc(100% - 420px);
	}
	
	div.single-sidebar-right {
		width: 380px;
		position: relative;
	}
}

.entry-icon-new {
	display: inline-block;
	color: #f06;
    font-weight: 700;
    margin-left: 6px;
}

.section-title {
	text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: #000000 solid 1px;
}

.more {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin: 20px auto auto;
    position: relative;
    width: 190px;
    height: 50px;
    background: #dadada;
}

.more span {
    color: #000;
    width: 100%;
	height: 100%;
    line-height: 50px;
    display: block;
    z-index: 2;
    position: relative;
}

.more span:before, .more span:after {
    background: #000;
    top: 0;
    content: "";
    width: 7px;
    height: 2px;
    position: absolute;
    right: 15.5px;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
    -webkit-transform-origin: calc(100% - 1px) 50%;
    transform-origin: calc(100% - 1px) 50%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.more span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.more span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-thumbnail-box {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.top-thumbnail-box .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.top-thumbnail-box p {
    margin: 0; 
    padding: 0;
}

.slider img {
	width: 100%;
	height: 20vh;
	object-fit: cover; 
}

.slider-on-modal li {
}

.slider-on-modal img {
	width: 100%;
	height: 70vh;
	object-fit: cover; 
	display: inline-block;
} 

.slider-thumb img {
	width: 100%;
	height: 15vh;
	object-fit: cover; 
	display: inline-block;
}

.modaal-content-container {
	padding: 30px 0px;
}

@media screen and (max-width: 769px) {
	.slider-on-modal img {
		width: 100%;
		height: 40vh;
		object-fit: cover; 
		display: inline-block;
	} 
	.slider-thumb img {
		width: 100%;
		height: 8vh;
		object-fit: cover; 
		display: inline-block;
	}
	.modaal-container {
		padding-top: 15vh;
	}
}

.modal-header {
	padding: 0 25px;
}

.slick-slide {
	outline: none;
}

.slider-on-modal .slick-slide,
.slider-on-modal-nav .slick-slide
{
  transition: .3s ease;
}

.slider-on-modal .slick-slide:not(.slick-current),
.slider-on-modal-nav .slick-slide:not(.slick-current) {
  opacity: .5;
}

.slider-on-modal-nav .slick-current img {
	border: thin #000000;
}

.after-first-post-widget {
    width: inherit;
    margin-bottom: 5em;
}

.custom-html-widget {
	text-align: center;
}