@charset "utf-8"; .news_li { } 
.news_wrap { padding: 4rem 0px; } 
.news_inner .lt_info { font-family: 'Play'; } 
.news_wrap .news_li:nth-child(1) { } 
.news_wrap .news_li:nth-child(1) .month_box2 { font-size: 1.8rem; font-weight: 500; } 
.news_wrap .news_li { box-sizing: border-box; transition:all .4s; } 
.news_wrap .news_li a { } 
.news_inner { box-shadow: 0px 0px 9px 5px #dcdcdc47; border-radius: 20px; padding: 4rem 2rem; margin-left: 1rem; margin-right: 2rem; } 
.news_wrap .news_li:hover a .news_inner { border-radius:30px; overflow:hidden; border: 2px solid var(--main-color); } 
.news_wrap .news_li:hover p { color: var(--main-color); } 
.news_wrap .news_li:hover .lt_date > .day { color: var(--main-color); } 
.news_wrap .news_li:last-child { margin-right:0 !important; } 
.news_wrap .news_li h2 { font-weight: 700; font-size: 2.6rem; line-height: 1.4; } 
.news_inner p { font-size: 1.8rem; font-weight: 600; margin-bottom: 2.5rem; transition: all .4s; color: #666; } 
.lt_date { display: flex; justify-content: space-between; font-size: 1.9rem; align-items: center; margin-top: 5rem; } 
.lt_date > .day { font-size: 3.6rem; font-weight: 600; transition: all .4s; } 
.month_box2 span { display: block; text-align: right; padding: 0.3rem 0; } 
.month_box2 { color: #777; } 

@media (max-width: 1300px){
 .news_wrap .news_li h2 { font-size: 2.2rem; } 
 .lt_date > .day { font-size: 3.4rem; } 
 .section5 .latest_tap_wrap { font-size: 2.2rem; } 
 }
@media (max-width: 1080px){
 .lt_date > .day { font-size: 3.2rem; } 
 }
@media (max-width: 768px){
 .news_wrap .news_li { } 
 }
@media (max-width: 480px){
 .news_inner { padding: 3rem 3rem; } 
 .news_wrap .news_li h2 { font-size: 2rem; } 
 .news_wrap .news_li { padding: 0rem 4rem 0 0; } 
 .lt_date { margin-top: 3rem; } 
 .lt_date > .day { font-size: 2.6rem; } 
 .news_wrap .news_li:nth-child(1) .month_box2 { font-size: 1.7rem; } 
 }