@charset "utf-8";


.container{width:100%; max-width:1840px; min-width:1024px; padding-top:207px; margin:0 auto;}
.tit_area{padding:0 37px;}
.tit_area h2{font-family:'Eina03-Bold'; font-size:58px; letter-spacing:-0.025em;}
.new_text_area {padding: 20px 37px; line-height:30px; vertical-align: baseline; font-family:'Noto Sans KR';font-size: 20px; letter-spacing:-0.025em;}

.news_list{margin-top:40px;}
.news_list ul{display:flex; display:-ms-flexbox; flex-direction:row; -ms-flex-direction: row; flex-wrap:wrap; width:100%; min-width:1024px; padding:0 40px; box-sizing:border-box;}
.news_list li{width:31.6%; margin-right:2.6%; padding-top:128px;}
.news_list li:nth-child(-n +3){padding-top:0;}
.news_list li:nth-child(3n){margin-right:0;}
.news_list li a{display:block;}
.news_list li .news_date{padding:29px 0 24px; font-family:'NeueHaasUnica-Medium'; font-size:18px; letter-spacing:-0.025em;border-top:1px solid #000;}
.news_list li .hello_img{display:block; padding-top:16.76vw;}
.news_list li .thumb{position:absolute; top:50%; left:50%; width:auto; height:100%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%);}
.news_list li .news_tit{height:76px;padding-top:26px; font-family:'Noto Sans KR';font-weight:700; font-size:24px; letter-spacing: -0.025em; line-height:38px; word-break:break-all;overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
.news_list li a:hover .news_tit{color:#ffde01;}
.news_list li .news_detail{padding-top:8px; font-family:'Noto Sans KR';font-weight:500; font-size:16px; letter-spacing: -0.025em; line-height: 26px;/*overflow:hidden;white-space: nowrap;text-overflow: ellipsis;*/}
.news_list li .news_more{position:relative; margin-top:25px; padding-left:30px; font-family:'Eina03-SemiBold'; font-size:14px; line-height:20px; letter-spacing: -0.025em; text-transform:uppercase;}
.news_list li .news_more:after{content:''; display:block; position:absolute; left:8px; top:50%; width:14px; height:14px; border-radius:50%; background:#fff700; transform:translate(-50%,-50%); transition:all 0.2s ease;}
.news_list li a:hover .news_more:after,
.news_list li a:focus .news_more:after{width:20px; height:20px;}
.more_btn_area{margin:63px 0 0; text-align:center;}
.more_btn_area .btn_circle{display:inline-block;}
#footer {margin-top:176px;}

/* news hello image */
.news_list .hello_img img,
.news_list .hello_img video {-webkit-transform:scale(1.2 , 1.2) translate(-42%, -42%); transform:scale(1.2 , 1.2) translate(-42%, -42%);}
.news_list .hello_img.hello img,
.news_list .hello_img.hello video {-webkit-transform:scale(1 , 1) translate(-50%, -50%); transform:scale(1 , 1) translate(-50%, -50%);}
.news_list .hello_img.hello img:hover,
.news_list .hello_img.hello video:hover {-webkit-transform:none; transform:none;}
.news_list a:hover .hello_img.hello img,
.news_list a:hover .hello_img.hello video {-webkit-transform:scale(1.1 , 1.1) translate(-45%, -45%); transform:scale(1.1 , 1.1) translate(-45%, -45%);}

.page_layer_pop .layer_pop_inner{display:table; width:100%; height:auto; padding:0 100px; box-sizing:border-box;}
.page_layer_pop .pop_section{display:table-cell; vertical-align:middle;}
.page_layer_pop .pop_section .inner{padding:100px 0;}
.page_layer_pop .pop_section .inner:after{content:''; display:block; clear:both;}
.page_layer_pop .pop_section .inner > div{float:left; width:50%; text-align:left; box-sizing:border-box;}
.page_layer_pop .title_con{padding-right:160px;}
.page_layer_pop .title_con .news_date{margin-top:-1px; font-family:'NeueHaasUnica-Medium'; font-size:28px; letter-spacing:-0.025em;}
.page_layer_pop .title_con .news_tit{margin-top:19px;font-family:'Noto Sans KR';font-weight:700; font-size:38px; line-height:58px; letter-spacing:-0.04em; word-break: break-all;}
.page_layer_pop .title_con .news_link{margin-top:56px;}
.page_layer_pop .title_con .news_link a{position:relative; display:inline-block; padding:5px 20px 5px 0; font-family:'Noto Sans KR';font-weight:500; font-size:16px; border-bottom:1px solid #fff700;}
.page_layer_pop .title_con .news_link a:after{content:''; position:absolute; top:0; right:-4px; display:inline-block; width:14px; height:14px; background:url('/static/images/pc/ico_news.png') no-repeat center / 100%;}
.page_layer_pop .text_con {font-family:'Noto Sans KR' !important ;font-weight:500;}
.page_layer_pop .text_con p,
.page_layer_pop .text_con span {margin-bottom:25px; font-family:'Noto Sans KR' !important ;font-weight:500; font-size:18px !important; letter-spacing: -0.025em; line-height:32px !important; word-break: keep-all;}
.page_layer_pop .img_con{margin-bottom:33px;}
.page_layer_pop .img_con img{width:auto;max-width:100%;}
.news_list .btn_circle span{font-family:"Eina03-Bold";}

@media screen and (min-width:1841px){
    .news_list li .hello_img{padding-top:310px;}
}

/* EN */
.en .news_list li .news_tit{font-family:'NeueHaasUnica-Medium'; font-size:28px; line-height:36px;}
.en .news_list li .news_detail{font-family:'NeueHaasUnica-Regular'; font-size:16px; line-height: 22px;}
.en .page_layer_pop .title_con .news_tit{font-family:'NeueHaasUnica-Medium';}
.en .page_layer_pop .title_con .news_link a{font-family:'NeueHaasUnica-Medium';}
.en .page_layer_pop .text_con,
.en .page_layer_pop .text_con p,
.en .page_layer_pop .text_con span {font-family:'NeueHaasUnica-Light' !important;}

/* CN */
.zh .news_list li .news_tit{font-family:'NotoSansCJKkr-Bold';font-weight: bold;}
.zh .news_list li .news_detail{font-family:'NotoSansCJKkr-Regular';}
.zh .page_layer_pop .title_con .news_tit{font-family:'NotoSansCJKkr-Bold';font-weight: bold;}
.zh .page_layer_pop .title_con .news_link a{font-family:'NeueHaasUnica-Medium';}
.zh .page_layer_pop .text_con,
.zh .page_layer_pop .text_con p,
.zh .page_layer_pop .text_con span {font-family:'NotoSansCJKkr-Regular' !important;}
.zh .news_list .btn_circle span{font-family:"NotoSansCJKkr-Bold";font-weight: bold;}
