@charset "utf-8";
/*.content03 최신글*/
.content03 .s2_lt {position: relative;}
.content03 .s2_lt .lt_title {display: none;}
.content03 .s2_lt .lt_more {display: none;}
.content03 .s2_lt .a-item {border-radius:20px; overflow: hidden; background-color:#f9f9f9;}
.content03 .s2_lt .a-item .img-box {border-radius: 20px; position:relative; overflow:hidden;}
.content03 .s2_lt .a-item .img-box img { -webkit-transform: scale(1); transform: scale(1);transition: all 1s ease;-webkit-transition: all 1s ease;}
.content03 .s2_lt .a-item .img-box .btn_box {position: absolute; top: 200%; left: 50%; transform: translate(-50%, -50%); z-index: 3; transition: .4s;}
.content03 .s2_lt .a-item .img-box .btn_box a {width: 55px; aspect-ratio: 1 / 1; border-radius: 50%; background-color: #005bac; display: flex; align-items: center; justify-content: center;}
.content03 .s2_lt .a-item .img-box .btn_box a i {color: #fff; font-size: 25px;}
.content03 .s2_lt .a-item .txt_box {padding: 40px; height: 214px; display: flex; flex-direction: column; justify-content: space-between;}
.content03 .s2_lt .a-item .txt_box .date {font-size: 16px; color: #666; display: block; font-weight: 600; text-align: right;}
.content03 .s2_lt .a-item .info {text-decoration: none;}
.content03 .s2_lt .a-item .info .sub_title {font-size: 14px; color: #10649e; margin-bottom: 10px; display: inline-block;}
.content03 .s2_lt .a-item .info .subject {text-align: left; font-weight: 600; font-size: 24px; transition: .3s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.clearfix:after {display: none;}

.content03 .s2_lt .a-item .more {width: 141px;margin:20px auto 0 auto; border: 1px solid #ddd;padding: 14px 0 14px 0; line-height:14px; font-size:14px; background-color:#f2f2f2;  text-align:center; display:block}
.content03 .s2_lt .a-item .more:hover {background-color: #697dc4; border:1px solid #697dc4; color:#fff; cursor: pointer; opacity: 1;transition: all 0.5s;}

.content03 .s2_lt .a-item:hover .img-box::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 2; transition: .3s;}
.content03 .s2_lt .a-item:hover .img-box .btn_box {top: 50%;}

.content03 .s2_lt .a-item:hover .info .subject {color: #005bac;}

.content03 .s2_lt .latest-carousel .owl-nav {margin-top: 0; position: absolute;top: 50%; left: 50%; transform: translate(-50%, -50%); width:102%; display:flex; justify-content: space-between; align-items: center; display: none;}
.content03 .s2_lt .latest-carousel .owl-nav .owl-prev {display: grid; place-content: center; font-size: 16px; background: #fff; border: 1px solid #ddd; border-radius: 100px; width: 37px; height: 37px; line-height: 37px; margin: 0; color: #121212;}
.content03 .s2_lt .latest-carousel .owl-nav .owl-next {display: grid; place-content: center; font-size: 16px; background: #fff; border: 1px solid #ddd; border-radius: 100px; width: 37px; height: 37px; line-height: 37px; margin: 0; color: #121212;}
.content03 .s2_lt .latest-carousel .owl-dots { display:flex; display: none; justify-content: center; align-items: center; gap: 10px;}
.content03 .owl-theme .owl-dots .owl-dot span {display: block; width: 8px; height: 8px; background-color: #ddd; border-radius: 50%; transition: .3s; margin: 0;}
.content03 .owl-theme .owl-dots .owl-dot {background-color: transparent;}
.content03 .owl-theme .owl-dots .owl-dot.active span, .content03 .owl-theme .owl-dots .owl-dot:hover span {width: 30px; border-radius: 30px; background-color: #005bac;}


@media screen and (max-width:1400px) {
    /* .content03 .s2_lt {padding: 0 20px;} */
}

@media screen and (max-width:1200px) {
    .content03 .s2_lt .a-item .info .subject {font-size: 20px;}

}

@media screen and (max-width:960px) {
    .content03 .s2_lt .a-item .txt_box {padding: 30px; height: 180px;}
}

@media screen and (max-width:640px) {
    .content03 .s2_lt .a-item .txt_box {height: 140px;}
    .content03 .s2_lt .a-item .txt_box .date {font-size: 14px;}
    .content03 .s2_lt .a-item .txt_box {padding: 20px;}
    .content03 .s2_lt .latest-carousel .owl-nav {display: none;} 
    .content03 .s2_lt .latest-carousel .owl-dots {gap: 6px; display: flex; margin-top: 20px;}
    .content03 .s2_lt .a-item .info .subject {font-size: 18px;}

}
/*.content03 최신글*/
