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.titF {
    text-align: center;
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 20px
}

main section article p.titF1 {
    font-size: 1.1em;
    font-weight: 400;
    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 .imgArea {
      float:none;
	}	
  main section article .contentArea p {
    font-size: 0.94em;
  }
  main section article .contentArea p.titF1 {
    font-size: 1.2em;
  }
  main section article p.dateF {
    font-size: 1em;
    text-align: right
}
    main section h2 {
      font-size: 1.8em;
	}
}