@charset "utf-8";

/*구조*/
.wrap_photo{display:block;position: relative;top: -12px;}
.wrap_photo ul.inner > li + li{display:none;}

/*타이틀*/
.wrap_photo .title {margin-bottom: 30px;display: flex;gap: 25px;align-items: center;}
.wrap_photo .title a{font-size:26px;color:#212121;font-weight: 600;line-height: 1;display: block;font-family: 'S-CoreDream-6Bold';cursor:text;}

/*목록*/
.wrap_photo .list{box-shadow:0 0 12px 0 rgba(0,0,0,0.3);border-radius: 25px;}
.wrap_photo .list > ul{display: flex;}
.wrap_photo .list > ul > li{width:100%;}
.wrap_photo .list > ul > li a{display:block;}
.wrap_photo .list a.subject{position:relative;}
.wrap_photo .list .thumb{height: 360px;overflow:hidden;border-radius: 25px;position:relative;}
.wrap_photo .list .thumb img{width:100%;height:100%;object-fit:cover;object-position:top center;filter: brightness(0.85);transition:all ease .75s;}
.wrap_photo .list .con{overflow:hidden;background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);border-radius: 0 0 25px 25px;padding: 20px;position: absolute;left: 0;bottom: 0;width:100%;text-align:center;}
.wrap_photo .list .subjectText{font-size:20px;color: #fff;font-family: 'S-CoreDream-5Medium';display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;line-height: 1.4;}
.wrap_photo .list .date{font-size:15px;color:#999;font-family: 'S-CoreDream-3Light';display:none;}
.wrap_photo .list .content{display:none;}
.wrap_photo .list .readMore{display: none;}
.wrap_photo .list .slick-dots{display:none;}
.wrap_photo .more{position:absolute;right: 0;top: 10px;width: 14px;height: 14px;background: url('../images/more.png') no-repeat center;text-indent: -9999px;transition:all ease .5s;}
.wrap_photo .control{position:absolute;right: 35px;top: 12px;display: flex;gap: 20px;align-items: center;}
.wrap_photo .control button{width:11px;height:11px;text-indent:-9999px;display:none;}
.wrap_photo .control button.on{display:block;}
.wrap_photo .control .prev{display:block;background:url('../images/gal-prev.png') no-repeat center;}
.wrap_photo .control .next{display:block;background:url('../images/gal-next.png') no-repeat center;}
.wrap_photo .control .stop{background:url('../images/gal-pause.png') no-repeat center;}
.wrap_photo .control .play{background:url('../images/gal-play.png') no-repeat center;}
.wrap_photo .numbering{position:relative;top: -1px;}
.wrap_photo .numbering span{font-size:20px;color:#555;font-family: 'S-CoreDream-4Regular';display: inline-block;}
.wrap_photo .numbering .slash{color:#ccc;font-size:12px;font-family: 'S-CoreDream-6Bold';margin:0 10px;position:relative;top:-2px;}
.wrap_photo .numbering .now{color:#005bac;font-family: 'S-CoreDream-6Bold';}

.wrap_photo .more:hover{transform:rotate(180deg);}
.wrap_photo .list .thumb:hover img{transform:scale(1.075);}

@media only screen and (max-width:1280px) and (min-width:769px){
    .wrap_photo{top:0;}
    .wrap_photo .title{gap:15px;margin-bottom: 20px;}
    .wrap_photo .title a{font-size:16px;}
    .wrap_photo .numbering span{font-size:13px;}
    .wrap_photo .numbering .slash{font-size:10px;margin:0 5px;}
    .wrap_photo .numbering{top: -14px;height: 10px;}
    .wrap_photo .control{top:0;}
    .wrap_photo .more{top:-2px;}
    .wrap_photo .list .thumb{height:210px;border-radius:10px;}
    .wrap_photo .list .con{border-radius:10px;padding-bottom:12px;}
    .wrap_photo .list .subjectText{font-size:13px;}
}
@media only screen and (max-width:767px){
    .wrap_photo{top:0;}
    .wrap_photo .title a{font-size:20px;}
    .wrap_photo .numbering span{font-size:16px;}
    .wrap_photo .list .subjectText{font-size:15px;}
    .wrap_photo .list .thumb{height:230px;}
}