@charset "UTF-8";


/*--------------------------------------------------------
REFRESH
--------------------------------------------------------*/
.bodi .popup-item-list {
	width: 929px;
	max-width: 100%;
	margin: 0 auto 200px;
}

.bodi .popup-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.bodi .popup-item + .popup-item {
	margin-top: 100px;
}

.bodi .popup-item:nth-child(even) {
	flex-direction: row-reverse;
}

.bodi .popup-item img {
	flex: 0 1 412px;
	width: 412px;
}

.bodi .popup-item_txt {
	flex: 0 1 412px;
	align-self: stretch;
	width: 412px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
}



.bodi .item-list {
	justify-content: center;
}

.more-section {
	margin-top: 20px;
	text-align: center;
}

.bodi .refresh_btn-more {
	width: 554px;
	max-width: 100%;
	margin: 0 auto;
}


@media (max-width: 430px) {
	.bodi .popup-item-list {
		margin-bottom: 60px;
	}
	
	.bodi .popup-item {
		display: block;
	}
	
	.bodi .popup-item + .popup-item {
		margin-top: 30px;
	}
	
	.more-section {
		margin-top: 0;
	}
	
	.bodi .popup-item img {
		margin-bottom: 15px;
	}
	
	 .bodi .item_photo-main {
	 	margin-bottom: 0;
	 }
}
