@charset "UTF-8";

/***** news  ******/
#header {z-index:1000; display:block; position:fixed; top:0; left:0; width:100%; height:80px; padding-top:20px; box-sizing:border-box; background-color:#FFFFFF;}
#header .hd_wrap {width:100%; height:60px; background-color:transparent;}
#header .hd_wrap .cont {display:flex; align-items:center; justify-content:space-between; margin:0 0 0 365px; width:841px; height:60px;}
#header .hd_wrap .logo {width:220px; height:37px;}
#header .hd_wrap.active {background-color:#FFFFFF;}
#header .menu {display:flex; align-items:center;}
#header .menu li {font-family: 'Pretendard-Bold',sans-serif; font-size:18px; font-weight:700;}
#header .menu li + li {margin-left:56px;}
section {width:1920px;}
.news #main {top:60px;}
.news .cont {width:1200px; margin:206px auto 300px; overflow:hidden;}
.news .cont .tit {font-family: 'Pretendard-ExtraBold', sans-serif;  font-size:32px; line-height:38px; font-weight:800;}
.news .main_news {position:relative; display:flex; align-items:flex-start; justify-content:space-between; width:100%; height:350px; margin-top:84px; box-sizing:border-box;}
.news .main_news .img_wrap {position:relative; width:605px; height:350px; border:1px solid #D1D1D1; border-radius:10px; overflow:hidden;}
.news .main_news .img_wrap img {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); height:100%;}
.news .main_news .txt_wrap .tit {font-family: 'Pretendard-Bold', sans-serif; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; width:435px; height:78px; font-size:32px; font-weight:700; text-overflow:ellipsis; word-break:break-all; overflow:hidden;}
.news .main_news .txt_wrap .txt {display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;  margin-top:34px; width:373px; height:63px; color:#757575; font-size:16px; text-overflow:ellipsis; word-break:break-all; overflow:hidden;}
.news .main_news .txt_wrap .date {margin-top:25px; color:#757575;}
.news .main_news .more {position:absolute; top:0; left:0; width:100%; height:100%; font-size:0;}
.news .news_list {margin-top:92px;}
.news .news_list li {position:relative; border-bottom:1px solid #E7E7E7;}
.news .news_list li + li {padding-top:80px;}
.news .news_list .info {display:flex; align-items:center; margin-bottom:30px;} 
.news .news_list .info .news_tag {font-family: 'Pretendard-Bold', sans-serif; font-size:16px; line-height:19px; font-weight:700;} 
.news .news_list .info .date {margin-left:14px; font-family: 'Pretendard-Regular', sans-serif; line-height:17px; font-weight:400;}
.news .news_list .tit {margin-bottom:51px; font-family: 'Pretendard-Bold', sans-serif; font-size:20px; line-height:24px; font-weight:700;} 
.news .news_list .more {position:absolute; top:0; left:0; width:100%; height:100%; font-size:0;}