/***************************************
* file-name: news.css
* page-file-location: /news-read.html,news.html
* using: 뉴스 페이지 관련 공통 사용 css
* date: 2021-07-16
****************************************/

/* 뉴스 상단 백그라운드 영역 */

.news-bg { background-image: url(/img_/bg/news_list.jpg); background-size: cover; height: 540px;} 
.top-bg-cont-wrap { top: 60%; } 
.top-bg-tit { margin-bottom: 0;   font-family: "Shippori Mincho B1", serif; font-size: 60px;} 
/* ...뉴스 상단 백그라운드 영역 */

.tab-wrap { border-bottom: 1px solid #000; margin-bottom: 40px; } 
.tab-list { display: flex; justify-content: center; padding-bottom: 20px; } 
.tab-list li { margin-right: 90px; } 
.tab-list li:last-child { margin-right: 0; } 
.tab { font-size: 18px; position: relative; color: #959595; } 
.tab:hover { color: #991F24; } 
.tab.choice { opacity: 1; color: #991F24; font-weight: 600; } 
.tab:after { content: " "; display: block; width: 8px; height: 8px; background: #991F24; position: absolute; bottom: -20px; left: 50%; border-radius: 50%; transform: translateX(-50%); } 

/* 뉴스 컨텐츠 영역 */

.section-news { margin-bottom: 90px; } 

.event-cont { font-size: 0; } 

.section-news .news-read-tit-wrap { text-align: center; margin-bottom: 40px; } 

.section-news .news-read-tit { font-size: 40px; font-weight: 400; line-height: 1.3; word-break: keep-all; margin-bottom: 10px; } 

.section-news .news-date { font-size: 14px; opacity: 0.6; } 

.section-news .event-progress { font-size: 14px; } 

.section-news .event-progress.event-close { color: #959595; } 

.event-btn-wrap { margin-top: 40px; text-align: center; } 

.event-btn-wrap .event-pop-btn { background: #000; color: #fff; font-size: 18px; font-weight: 300; width: 180px; } 

.event-btn-wrap .event-pop-btn > img { margin-left: 15px; } 

.section-news .news-cont-wrap { padding-bottom: 90px; } 

.news-cont { line-height: 1.6; font-weight: 300; font-size: 20px; word-break: keep-all; } 

.news-cont > p { line-height: 1.6; } 


.news-cont input { width: 100% !important; height: auto !important; } 

.news-cont>img { width: 100%; /*margin-bottom: 40px; */}

.news-move-wrap { border-top: 1px solid #000; border-bottom: 1px solid #000; } 

.go-list-btn { background: #000; } 

/* ...뉴스 컨텐츠 영역 */
