@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.news_sample{
	max-height: 300px;
	overflow-y: auto;
}
.news_sample .box {
	width: 100%;
	display: flex;
	border-bottom: 1px dashed #ccc;
}
.news_sample .box img {
    width: 20% !important;
    padding: 10px;
    box-sizing: border-box;
}
.news_sample .box > div {
    width: 80%;
    padding: 10px;
    font-size: 12px;
    box-sizing: border-box;
}
.news_insta div.sns_list{
  border: none;
}
.news_insta .sns_date{
  color: #000 !important;
}
.news_insta{
  max-height: 300px;
  overflow-y: auto;
}
@media screen and (max-width: 1366px) {
  .header{
    max-height: 100%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 834px) {
	.news_insta div.sns_list > div {
		flex-direction: row !important;
	}
	.news_sample .box{
		flex-wrap: initial;
	}
	.news_sample .box img {
		width: 35% !important;
	}
	.news_sample .box > div {
	    width: 100%;
	    font-size: 13px;
	}
}
@media screen and (max-width: 640px) {
  .news_insta div.sns_list > div {
    flex-direction: column !important;
  }
	.news_sample .box{
		flex-wrap: wrap;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.news_sample .box img {
		width: 100% !important;
		padding: 0 !important;
	}
	.news_sample .box > div {
	    width: 100%;
	    font-size: 13px;
	    padding: 0 !important;
	}
}
