#articleInfo6 .itemimg{text-align: center;}
#articleInfo6 .locationCustomBoard .item{ display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 1200px; border-bottom: solid 1px rgba(0, 0, 0, 0.1); padding: 60px 0; margin: 0 auto; }
#articleInfo6 .locationCustomBoard .Img { width: 70px; height: 70px; -ms-flex-negative: 0; flex-shrink: 0; margin-right: 30px; }
#articleInfo6 .locationCustomBoard .leftBox { width: 150px; -ms-flex-negative: 0; flex-shrink: 0; }
#articleInfo6 .locationCustomBoard .subtitle { color: #f16881; font-size: 15px; font-family: 'Marcellus', serif; }
#articleInfo6 .locationCustomBoard .title { color: #000000; font-size: 21px; font-weight: 400; }
#articleInfo6 .locationCustomBoard .Txt { margin-left: 100px; }

@media (max-width: 1040px) { 
	#articleInfo6 .locationCustomBoard .Txt { margin: 0; }
	#articleInfo6 .locationCustomBoard .item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; max-width: 90%; }
	#articleInfo6 .locationCustomBoard .Img { margin: 0 0 20px; }
	#articleInfo6 .locationCustomBoard .leftBox { width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; }
	.locationCustomBoard .subtitle { margin-right: 30px; }
}