@charset "UTF-8";

.kor_sns,
.kor_sns > div{height:100%;}
.kor_sns .slider{display:flex;flex-wrap:wrap;justify-content:space-between;overflow-y:auto;max-height:100%;}
.kor_sns .slider li{width:47%;}
.kor_sns a.wrap{margin-bottom:50px;display:block;}
.kor_sns .slider li:nth-child(even) a.wrap{margin-top:50px;}
.kor_sns .item_1{height:350px;transition:0.3s;}
.kor_sns .item_1 img{display:none;}
.kor_sns .item_2{}
.kor_sns .text_1{padding-top:15px;font-size:16px;color:#000;font-family:'Play Bold';line-height:1;}
.kor_sns .text_2{padding-top:10px;font-size:16px;color:#666;font-family:'Dream Medium';line-height:1.5;height:60px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;}
.kor_sns .text_1 em{color:#ec1e7a;}/*인스타그램*/
.kor_sns .text_1 span{color:#0064ca;}/*페이스북*/
.kor_sns .text_1 i{ /*color:#2bca00;*/ color:#2BA700; }/*블로그*/
.kor_sns .text_1 strong{color:#ff0000;}/*유튜브*/

/*컨트롤*/
.kor_sns .control{display:none;}

@media all and (max-width:1280px) {
	.kor_sns a.wrap{margin-bottom:25px;}
	.kor_sns .item_1{height:250px;}
}
@media all and (max-width:768px) {
	.kor_sns a.wrap{margin:15px 0;}
	.kor_sns .item_1{height:180px;}
}
@media all and (max-width:420px) {
	.kor_sns .slider li{width:100%;}
	.kor_sns .slider li:nth-child(even) a.wrap{margin-top:0;}
}
/*HOVER효과*/
@media all and (min-width:1281px) {
	.kor_sns a.wrap:hover .item_1{transform:scale(1.02);filter:brightness(80%);}
}