#gw-theme05-main-gallery .gw-sec-title{color: #ffffff;}
#gw-theme05-main-gallery .gw-bg{position:absolute;top:0;left:0;width:100%;height:100%;background: url("img/gw-theme05-main-gallery-bg.jpg") center no-repeat;background-size: cover;transform:scale(1.2,1.2);transition:all 2s;}
#gw-theme05-main-gallery .gw-theme05-main-gallery-slider .slick-slide{margin:0 10px;transform:translateY(50%); opacity:0;transition:all 0.8s;}
#gw-theme05-main-gallery .gw-theme05-main-gallery-slider .slick-slide > a {padding:14px;position: relative;display: block;width: 100%;background: #fff;border-radius: 10px;overflow: hidden;transition: all 0.5s ease-in-out;}
#gw-theme05-main-gallery .gw-img {width: 100%;height: 180px;background: #000;}
#gw-theme05-main-gallery .gw-text-container {padding: 0 10px;}
#gw-theme05-main-gallery .gw-text-container .gw-category{padding: 0 15px;display: inline-block;background: var(--main-color);height: 28px;line-height: 28px;color:#fff;font-size: 14px;transition: all .3s;}
#gw-theme05-main-gallery .gw-title{font-size: var(--main-title04);font-family: 'Pretendard_B', sans-serif;transition: all .3s;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;line-height: 1.5;}
#gw-theme05-main-gallery .gw-text{color: #888;line-height: 2;transition: all .3s;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
#gw-theme05-main-gallery .gw-date{color:#666;font-family: "Play", sans-serif;font-weight: 700;font-size: 14px;transition: all .3s;}
#gw-theme05-main-gallery .gw-theme05-main-gallery-slider .slick-slide > a:hover{background: var(--main-color);}
#gw-theme05-main-gallery .gw-theme05-main-gallery-slider .slick-slide > a:hover .gw-category{background: #fff;color:var(--main-color);}
#gw-theme05-main-gallery .gw-theme05-main-gallery-slider .slick-slide > a:hover .gw-title{color: #fff;}
#gw-theme05-main-gallery .gw-theme05-main-gallery-slider .slick-slide > a:hover .gw-text{color: rgba(255,255,255,0.5);}
#gw-theme05-main-gallery .gw-theme05-main-gallery-slider .slick-slide > a:hover .gw-date{color: rgba(255,255,255,0.7);}
#gw-theme05-main-gallery .gw-theme05-main-gallery-control {place-content: center;}
#gw-theme05-main-gallery .gw-theme05-main-gallery-arrow {display: inline-block;width: 70px;height: 70px;line-height: 70px;border:3px solid rgba(255,255,255,0.5);border-radius: 50%;text-align: center;cursor: pointer;transition: all 0.3s;}
#gw-theme05-main-gallery .gw-theme05-main-gallery-prev {}
#gw-theme05-main-gallery .gw-theme05-main-gallery-next {}
#gw-theme05-main-gallery .gw-theme05-main-gallery-arrow > i {color: #fff;}
#gw-theme05-main-gallery .gw-theme05-main-gallery-arrow:hover{border-color: #fff;}
#gw-theme05-main-gallery .gw-gallery-empty {padding: 2rem;text-align: center;border: 1px solid rgba(0,0,0,0.25);}
#gw-theme05-main-gallery.on .gw-text-effect > span{animation:gw-title 1s both;}
#gw-theme05-main-gallery.on .gw-bg{transform:scale(1.0,1.0) rotate(0.0015deg);}
#gw-theme05-main-gallery.on .gw-theme05-main-gallery-slider .slick-slide{transform:translateY(0); opacity:1;}
#gw-theme05-main-gallery.on .gw-theme05-main-gallery-slider .slick-slide.slick-current{transition-delay:0s;}
#gw-theme05-main-gallery.on .gw-theme05-main-gallery-slider .slick-slide.slick-current + .slick-slide{transition-delay:0.2s;}
#gw-theme05-main-gallery.on .gw-theme05-main-gallery-slider .slick-slide.slick-current + .slick-slide + .slick-slide{transition-delay:0.4s;}
#gw-theme05-main-gallery.on .gw-theme05-main-gallery-slider .slick-slide.slick-current + .slick-slide + .slick-slide + .slick-slide{transition-delay:0.6s;}

@media screen and (max-width:1024px){
    #gw-theme05-main-gallery .gw-sec-container{padding: 5rem 0;}
    #gw-theme05-main-gallery .gw-theme05-main-gallery-slider .slick-slide{opacity:1;transform:translateY(0);}
}

@media screen and (max-width:576px){
    #gw-theme05-main-gallery .gw-theme05-main-gallery-arrow{width: 55px;height: 55px;line-height: 55px;}
}