@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.top_exp01_wrap{position:relative;margin-top:5%;}

.top_exp01img{background-repeat:no-repeat;background-size:cover;background-position:center;padding-bottom:100%;}
.top_exp01 .swiper-wrapper{transition-timing-function: linear;}

.top_exp01nav{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:27px;z-index:2;cursor:pointer}
.top_exp01nav img{width:100%;}
.top_exp01nav.top_exp01_prev{left:20px}
.top_exp01nav.top_exp01_next{right:20px}

.top_exp01_popup{position:fixed;width:100%;height:100%;top:0;left:0;z-index:9999;display:none}
.top_exp01_popup.active{display:block}
.top_exp01_popup_dim{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.8)}
.top_exp01pop{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;right:0;margin:0 auto;width:72.2395833333333%;}
.top_exp01popimg{background-repeat:no-repeat;background-size:cover;background-position:center;padding-bottom:60%;}

.top_exp01img_popbtn{cursor:pointer}

.top_exp01_ul{display:flex;flex-wrap:wrap;justify-content: left;}
.top_exp01_li{width:25%}


@media screen and (max-width:799px) {
    .top_exp01_wrap{margin-top:10%;}
    .top_exp01nav{width:5.5%;}
    .top_exp01nav.tp_prev{left:5%}
    .top_exp01nav.tp_next{right:5%}
    .top_exp01pop{width:100%;}

    .top_exp01_li{width:50%}
}

.top_exp01_wrap .tp_admin_btn{position:absolute;bottom:0;right:0;z-index:1;}
.top_exp01nav.swiper-button-disabled{opacity:0}