@charset "utf-8";




.flexbox{display: flex;flex-wrap: wrap;justify-content: space-between;/*align-items: flex-start;	*/}	
.flex-row{flex-direction: row;	}
.flex-column{flex-direction: column;}

.pic-grid{ width:958px;height: auto;margin-bottom: 20px;/*overflow-wrap: break-word;*/}	
.pic-grid .item-half{width:958px; font-size: 0.5em; }		
.pic-grid .zoom {position: relative;margin: auto;overflow: hidden; 	}
.pic-grid .zoom img {	transition: all 0.3s;display: block;overflow: hidden; transform: scale(1); }
.pic-grid .zoom img:hover {transform: scale(1); }

/* Bottom left text */
/*게시판 이름*/.pic-grid .text_boname { position: absolute; top: 30px; left:30px; color:#fff; font-size: 16px; }
.pic-grid .img_pofile img {width:51px !important;height:51px !important; border-radius:100%; opacity: 1 !important;}
.pic-grid .ca_name { color: #fff; font-size: 16px; padding-bottom:285px;}
.pic-grid .text{ position: absolute;bottom: 30px;left:30px;color: #fff; font-size: 30px; text-align: left; letter-spacing: -1.5px; font-weight: normal; }
.pic-grid .wr_content { width:465px; height:49px; overflow: hidden; color: #fff !important; font-size: 16px; line-height: 24px; padding-top: 5px; letter-spacing:-0.5px;}
.pic-grid .write_name {float:left; padding:15px 0 0 15px; }
.pic-grid .write_name span { text-decoration: underline !important; }
.pic-grid .text span { color: #fff !important; font-size: 16px; float: left;}

.pic-grid .good { position: absolute; bottom:45px; right:55px; color: #fff; font-size: 13px; font-weight: normal;}
.pic-grid .big{ background: #000;/*min-width: 350px;*/}
.pic-grid .big img{ width: 100%;height:610px;object-fit: cover;opacity:0.5;}
.pic-grid .small img{ width: 100%;height: 180px;object-fit: cover;padding: 5px;}	

@media screen and (max-width: 600px) {
	.pic-grid .item-half{width:955px;font-size: 0.5em;}
	.pic-grid .small{width: 50%;}
}	