main section article p {
    font-family: 'NanumGothic';
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 30px;
  	word-break:keep-all
}

main section article div.imgArea {
    float: left;
    margin: 0 50px 10px 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

main section article div.imgArea img {
    width: 160px
}

main section article p.titF1 {
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 10px
}

main section article p.dateF {
    font-size: 1em;
    text-align: right
}

main section article p.dateF span {
    font-size: 1.1em;
    font-weight: 500
}

@media (max-width:645px){	
  main section article p {
    font-family: 'NanumGothic';
    font-size: 0.94em;
    line-height: 1.2em;
    margin: 0 15px;
  	word-break:keep-all
}

	main section article div.imgArea {
    margin: 0 10px 5px 10px;
	}
  main section article div.imgArea img {
    width: 120px
  }	
  main section article .contentArea p {
    font-size: 0.94em;
  }
  main section article .contentArea p.titF1 {
    font-weight: 400;
    font-size: 1.1em;
  }
  main section article p.dateF {
    font-size: 1em;
    text-align: right
}
}