/* =================================== newsWrap */
.newsWrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; background: #ffffff; padding-top: 0; }
.newsWrap .contents_wrap .news_list { border-top: 2px solid #222222; }
.newsWrap .contents_wrap .news_list ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4rem; margin-top: 2rem; }
.newsWrap .contents_wrap .news_list ul li { padding: 2rem 0; overflow: hidden; }
.newsWrap .contents_wrap .news_list ul li .news_inner { display: flex; flex-direction: column-reverse; }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents { margin: 2rem 0; color: #000000; }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .head { margin-bottom: 1rem; }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .head .tag { display: inline-block; margin-bottom: 1.5rem; line-height: 1; border: 1px solid #cccccc; color: #161f38; padding: 1rem 2rem; border-radius: 50rem; font-size: 1.2rem; font-weight: 700; letter-spacing: normal; }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .head h5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break: keep-all; word-wrap: break-word; text-overflow: ellipsis; overflow: hidden; line-height: 1.5; }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .article p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break: keep-all; word-wrap: break-word; text-overflow: ellipsis; overflow: hidden; color: #575861; }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .sub_info { display: flex; align-items: center; margin-top: 2rem; gap: 1rem; color: rgb(180, 185, 192); }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .sub_info .date { display: flex; align-items: center; }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .sub_info .date .day,
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .sub_info .date .month { font-size: 1.4rem; font-weight: 700; }
.newsWrap .contents_wrap .news_list ul li .news_inner .thumb { position: relative; border-radius: 2rem; overflow: hidden; }
.newsWrap .contents_wrap .news_list ul li .news_inner .thumb .loaded { overflow: hidden; transition: transform .3s ease-out; }
.newsWrap .contents_wrap .news_list ul li .news_inner .thumb .loaded .preview { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent; transition: background .1s; transition-delay: 0.3s; }
.newsWrap .contents_wrap .news_list ul li .news_inner .thumb .loaded .news_img { width: 100%; height: auto; min-height: 250px; background: #f9f9f9; }
.newsWrap .contents_wrap .news_list ul li .news_inner:hover .thumb .loaded .news_img { transform: scale(1.05); transition: 0.3s; overflow: hidden; }

.newsWrap .contents_wrap nav { margin-top: 6rem; }
.newsWrap .contents_wrap .pagination { display: flex; justify-content: center; align-items: center; gap: 1rem; }
.newsWrap .contents_wrap .pagination li { position: relative; width: 4rem; padding: 1rem; text-align: center; }
.newsWrap .contents_wrap .pagination li a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 1.6rem; color: #999999; font-weight: 700; }
.newsWrap .contents_wrap .pagination li a:hover { color: #000000; }
.newsWrap .contents_wrap .pagination li a:hover::after { position: absolute; bottom: 0; left: 0; width: 4rem; height: 3px; background: #000000; content: ''; clear: both; }
.newsWrap .contents_wrap .pagination li.active a { color: #000000; }
.newsWrap .contents_wrap .pagination li.active a::after { position: absolute; bottom: 0; left: 0; width: 4rem; height: 3px; background: #000000; content: ''; clear: both; }
.newsWrap .contents_wrap .pagination li.disabled a { color: #cccccc; cursor: default; }
.newsWrap .contents_wrap .pagination li.disabled a:hover { color: #cccccc; }
.newsWrap .contents_wrap .pagination li.page_arrow { width: 4rem; height: 4rem; border: 1px solid #dadcdf; box-shadow: 0 1px 2px 0 rgba(0,0,0,.06); border-radius: 50%; }
.newsWrap .contents_wrap .pagination li.page_arrow a:hover::after,
.newsWrap .contents_wrap .pagination li.page_arrow a.active a::after { position: unset; display: none; }
.newsWrap .contents_wrap .pagination li.page_arrow a span { display: inline-block; width: 14px; height: 14px; }
.newsWrap .contents_wrap .pagination li.page_arrow a span.page_prev { background: url(../images/ic_page_prev.png) no-repeat center; background-size: contain; }
.newsWrap .contents_wrap .pagination li.page_arrow a span.page_next { background: url(../images/ic_page_next.png) no-repeat center; background-size: contain; }
.newsWrap .contents_wrap .pagination li.page_arrow a:hover span.page_prev { background: url(../images/ic_page_prev_hv.png) no-repeat center; background-size: contain; }
.newsWrap .contents_wrap .pagination li.page_arrow a:hover span.page_next { background: url(../images/ic_page_next_hv.png) no-repeat center; background-size: contain; }




/* =================================== news letter */
.inner_tit { font-size: 2.5rem; font-weight: 700; }
.inner_txt { font-size: 1.6rem; }
.section { margin-bottom: 10%; padding-bottom: 10%; border-bottom: 1px solid #eeeeee; }
.section:first-child { margin-bottom: 10%; }
.section:last-child { padding-bottom: 0; border-bottom: none; }
.section .wrapper { display: flex; justify-content: space-between; }
.section .wrapper.none { display: block; }
.section .wrapper .title { flex: 0 0 20%; }
.section .wrapper .cont_intro .intro_inner .inner_img { display: inline-block; width: 100%; }
.section .wrapper .cont_intro .intro_inner .inner_img img { display: inline-block; width: 100%; height: 100%; max-height: 600px; object-fit: contain; background: #ffffff; border-radius: 2rem; }
.section .wrapper .cont_intro .intro_inner .inner_txt { margin: 2rem 0 4rem 0; text-align: center; }
.section .wrapper .cont_intro .intro_inner .inner_txt h3 { margin-bottom: 2rem; font-size: 3.5rem; }
.section .wrapper .cont_intro .letter_go { display: block; width: 170px; height: 50px; line-height: 50px; margin: 0 auto; text-align: center; border-radius: 100rem; background: #191919; border: 1px solid #191919; color: #ffffff; font-weight: 700; font-size: 1.8rem; }
.section .wrapper .cont_intro .letter_go:hover { background: #354cda; border: 1px solid #354cda; color: #ffffff; transition: .3s; }
/****** 기사들 ******/
.section .wrapper .contents { flex: 0 0 80%; display: grid; grid-template-columns: repeat(2, 1fr); grid-column-gap: 4rem; grid-row-gap: 4rem; }
.section .wrapper .contents .cont_wrap { display: block; margin-bottom: 10%; background: #ffffff; border-bottom: none; color: #222222; transform: translateZ(0); }
.section .wrapper .contents .cont_wrap:last-child { margin-bottom: 0;}
.section .wrapper .contents .cont_wrap .inner_img { display: inline-block; width: 100%; height: 300px; margin-bottom: 2rem; border-radius: 2rem; background-color: #f9f9f9; overflow: hidden; }
.section .wrapper .contents .cont_wrap .inner_img img { display: inline-block; width: 100%; height: 100%; /*object-fit: contain;*/ border-radius: 2rem; }
/* 이미지 준비중입니다. */
.section .wrapper .contents .cont_wrap .inner_img p { position: relative; display: inline-block; width: 100%; height: 300px; background: #f5f5f5; text-align: center; }
.section .wrapper .contents .cont_wrap .inner_img p::after { position: absolute; top: 50%; left: 50%; content: '이미지 준비중입니다.'; transform: translate(-50%, -50%); color: #999999; }

.section .wrapper .contents .cont_wrap .inner_txt { flex: 0 0 40%; border-radius: 2rem; }
.section .wrapper .contents .cont_wrap .inner_txt .date { display: inline-block; margin-bottom: 1rem; color: #666666; }
.section .wrapper .contents .cont_wrap .inner_txt .txt_box { margin-bottom: 4rem; }
.section .wrapper .contents .cont_wrap .inner_txt .txt_box h3 { margin-bottom: 1rem; color: #161f38; }
.section .wrapper .contents .cont_wrap .inner_txt .txt_box h3 br { display: none; }
.section .wrapper .contents .cont_wrap .inner_txt .txt_box ul li { display: inline-block; color: #575861; }
.section .wrapper .contents .cont_wrap .inner_txt .txt_box ul li.labeling { padding: 0.5rem 1.5rem; background-color: #f4f4f4; border-radius: 100rem; font-size: 1.4rem; color: #666666; }

.section .wrapper .contents .cont_wrap .letter_go { display: flex; align-items: center; gap: 1rem; } 
.section .wrapper .contents .cont_wrap .letter_go span { font-weight: 600; } 
.section .wrapper .contents .cont_wrap .letter_go .point_circle { position: relative; width: 3rem; height: 3rem; background: #eeeeee; border-radius: 50%; overflow: hidden; } 
.section .wrapper .contents .cont_wrap .letter_go .point_circle .uil_icon { display: block; position: relative; font-size: 1.8rem; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.section .wrapper .contents .cont_wrap:hover .letter_go .point_circle { background: #354cda; transition: 0.3s; } 
.section .wrapper .contents .cont_wrap:hover .letter_go .point_circle .uil_icon { color: #ffffff; } 




/* ============================ media queries ============================ */
@media (max-width: 1920px){
}

@media (max-width: 1700px){
}

@media (max-width: 1200px){
    .section .wrapper { display: block; }
    .section .wrapper .title { margin-bottom: 2rem; }
    .section .wrapper .contents .cont_wrap .inner_img { height: auto; }

    .newsWrap .contents_wrap .news_list ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .head h2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; word-break: keep-all; word-wrap: break-word; overflow: hidden; }
}

@media (max-width: 991px){
}

@media (max-width: 768px){
    .section .wrapper .contents { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .section .wrapper .contents .cont_wrap .inner_img { background-color: #ffffff; }
    .section .wrapper .cont_intro .intro_inner .inner_txt h3 { font-size: 2.5rem; }
    
    .newsWrap .contents_wrap .news_list ul { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 0; }
}

@media (max-width: 683px){
    .newsWrap { padding-top: 10%; }
}

@media (max-width: 450px){
    .animation { bottom: -30%; left: 0; }
    .animation .wrapper div { width: 4rem; height: 4rem; }
}