@charset "utf-8";
.swiper-button-next:after, .swiper-button-prev:after{ display: none !important;}
.swiper-button-prev, .swiper-rtl .swiper-button-next{ right: 140px !important;}
.swiper-button-next, .swiper-rtl .swiper-button-prev{ right: 0 !important;}
.swiper-button-next, .swiper-button-prev{ width: 45px !important; top: auto !important; bottom: 0px; left: auto !important;}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{ opacity: 1 !important; left: 0 !important; bottom: 0px !important; width: 80% !important; background: #ededed; height: 3px !important;}

/* 새글 스킨 (latest) */
div.lat_project_wrap {display: inline-block; width: 1500px; height: auto; position: relative; text-align: left; padding: 130px 0 100px;}

span.lat_project_left{ display: inline-block; width: 28%; float: left; height: auto; background: #fff; position: relative; z-index: 2;}
span.lat_project_left span.lat_title{ display: inline-block; width: 100%; height: auto; float: left; line-height: 1; color: #0058a4; font-size: 17px; font-weight: bold;}
span.lat_project_left span.lat_title2{ display: inline-block; width: 100%; height: auto; float: left; color: #000; font-size: 65px; font-weight: bold; line-height: 1.1; margin: 20px 0 120px;}
span.lat_project_left a{ display: inline-block; width: auto; height: auto; float: left; color: #454545; font-size: 15px; line-height: 1;}
span.lat_project_left a:hover{ color: #0058a4; text-decoration: underline;}
span.lat_project_left a img{ float: right; margin-left: 25px; height: 15px;}
span.lat_project_left a img:last-child{ display: none;}
span.lat_project_left a:hover img{ display: none;}
span.lat_project_left a:hover img:last-child{ display: inline-block;}

div.lat_project_right{ width: 72%; float: left;}
div.lat_project_right a.lt_img{ display: inline-block; width: 100%; height: auto; float: left; text-align: left; font-size: 23px; font-weight: bold; line-height: 1; position: relative;}
div.lat_project_right a.lt_img::after{ display: inline-block; width: 110px; height: 110px; border-radius: 155px; content: "VIEW"; position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); background: #000; color: #fff; font-size: 1.6rem; font-weight: normal; text-align: center; line-height: 110px; opacity: 0; transition: opacity 1s;}

div.lat_project_right a.lt_img:hover img{ transform: scale(1.1);}
div.lat_project_right a.lt_img:hover::after{ opacity: 1;}

div.lat_project_right span.lat_img_box{ display: inline-block; width: 400px; height: 520px; overflow: hidden; margin-bottom: 25px;}
div.lat_project_right span.lat_img_box img{ height: 100%; width: 100%; position: relative; transition: transform 1s; object-fit: cover;}

div.lat_project_wrap .empty_li{ display: inline-block; width: 100%; height: auto; float: left; font-size: 21px; text-align: center;}

@media(max-width:950px){
	div.lat_project_wrap {display: none; width: 1500px; height: auto; position: relative; text-align: left; padding: 130px 0 100px;}
}