@charset "utf-8";
ul li.normal a{display:block; padding:4rem 0;}
ul li.normal:not(:last-child) a {border-bottom:1px solid #ddd;}
ul li.normal a p{position:relative; color:#666;}
ul li.normal a p span.ellipsis{width:74%;}
ul li.normal a p span.date{position:absolute; right:0; color:#999;}
ul li.normal a p.bold{width:85%; padding-bottom:0.2rem;font-size:2rem; color:#222; transition:ease all 0.5s;}
ul li.normal a:hover p.bold{color:#008583; transition:ease all 0.5s;}


	/* 타블렛 970px ~ 1366px */
	@media screen and (max-width:970px){

		ul li.normal a {padding: 2rem 0;}

	} 


    @media screen and (max-width: 740px){
      ul li.normal a p.bold {font-size: 1.6rem;;}
    }