@charset "utf-8";

#gw-theme06-main-gallery .gw-slider-container{margin:0 auto;width: 1320px;}
#gw-theme06-main-gallery :where(.gw-theme06-main-gallery-slider)  a{display: block;width: 100%;height: 100%;color:#fff;background:rgba(255,255,255,0.1);backdrop-filter: blur(10px);}
#gw-theme06-main-gallery .slick-slider {z-index: 100;}
#gw-theme06-main-gallery .slick-slide{margin: 0 12px;position: relative;}
#gw-theme06-main-gallery .img{height: 252px;overflow:hidden;}
#gw-theme06-main-gallery .img > img{transition: all 0.4s;}
#gw-theme06-main-gallery .gw-text-container{overflow:hidden;position:relative;padding: 40px;}
#gw-theme06-main-gallery .gw-category{font-size:16px;padding: 0 15px;letter-spacing: -0.025em; font-weight: 700; color: #fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display: inline-block; background-color: rgba(255,255,255,0.10); border-radius: 30px;  transition: background-color 0.3s;}
#gw-theme06-main-gallery .gw-title {font-size: var(--main-title04); font-weight: 600; letter-spacing: -0.05em; color: #fff; line-height: 1.375; overflow:hidden;display:block;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
#gw-theme06-main-gallery .gw-text {font-size: var(--main-text01); font-weight: 100; letter-spacing: -0.05em; color: rgba(255,255,255,0.6); line-height: 1.75; overflow:hidden;display:block;display: -webkit-box; -webkit-line-clamp: 3;-webkit-box-orient: vertical;}
#gw-theme06-main-gallery .gw-date {color: rgba(255,255,255,0.5);}
#gw-theme06-main-gallery .gw-theme06-main-gallery-controls {position:absolute;top:50%;transform:translateY(-50%); display:flex;align-items: center;justify-content: space-between;width: 100%;}
#gw-theme06-main-gallery .gw-theme06-main-gallery-controls > button {position: absolute; top: 50%; margin-top: -66px; width: 72px; height: 72px; font-size: 72px; color: #fff; z-index: 11;}
#gw-theme06-main-gallery-prev {left:0;}
#gw-theme06-main-gallery-next {right:0;}
#gw-theme06-main-gallery .slick-dots {display: none !important;}
#gw-theme06-main-gallery .gw-theme01-main-icon {position: absolute;right: 0px;top: 0px;}
#gw-theme06-main-gallery .gw-theme01-main-icon > div {width: 35px;height: 35px;position: relative;}
#gw-theme06-main-gallery .icon-hit {background: #ff0000;}
#gw-theme06-main-gallery .icon-notice {background: #BFBFBF;}
#gw-theme06-main-gallery .icon-new {background: var(--main-color);}
#gw-theme06-main-gallery :where(.gw-theme06-main-gallery-slider) a:hover .img > img{transform: scale(1.1) rotate(0.002deg);}
#gw-theme06-main-gallery .progress {margin-top:50px;display: block;width: 100%;height: 2px;overflow: hidden;background-color: rgba(255,255,255,0.1);background-image: linear-gradient(to right, #fff, #fff);background-repeat: no-repeat;background-size: 0 100%;transition: background-size 0.4s ease-in-out;}
#gw-theme06-main-gallery .gw-fill-btn .gw-fill {z-index: -1;}
#gw-theme06-main-gallery .slick-slide:hover .gw-title{color:#000;}
#gw-theme06-main-gallery .slick-slide:hover .gw-text{color:#000;}
#gw-theme06-main-gallery .slick-slide:hover .gw-date{color:rgba(0,0,0,0.5);}
#gw-theme06-main-gallery .slick-slide:hover .gw-category{background: var(--main-color);}


/*내용없을경우------------------------------------------------------------------------------------------------------------------ */
#gw-theme06-main-gallery .gw-empty-list {border:1px solid #ddd;padding:40px;}
#gw-theme06-main-gallery .gw-empty-list:before{display: none;}
#gw-theme06-main-gallery .gw-empty-list > h3 {font-size: var(--main-title04);}

@media screen and (max-width:1600px) {
    #gw-theme06-main-gallery .progress {width: calc(100% - 140px);}
    #gw-theme06-main-gallery .gw-theme06-main-gallery-controls {top: auto;right: 60px;bottom: -30px;transform: translateY(0);justify-content: flex-start;width: 120px;height: 60px;}
    #gw-theme06-main-gallery .gw-theme06-main-gallery-controls > button {display: flex;align-items: center;place-content: center;top: 0;margin-top: 0;width: 60px;height: 60px;font-size: 60px;}
}

@media screen and (max-width:1440px) {
    #gw-theme06-main-gallery .gw-sec-container {padding: 0 40px;}
    #gw-theme06-main-gallery .gw-slider-container{width: 100%;}
}

@media screen and (max-width:1024px) {
    #gw-theme06-main-gallery .gw-sec-container{padding:0 20px;}
    #gw-theme06-main-gallery .gw-theme06-main-gallery-controls{right:20px;}
}

@media screen and (max-width:576px) {
    #gw-theme06-main-gallery .img{height: 200px;}
    #gw-theme06-main-gallery .gw-text-container{padding: 20px;}
    #gw-theme06-main-gallery .gw-theme06-main-gallery-controls{bottom: -20px;width: 80px;height: 40px;}
    #gw-theme06-main-gallery .gw-theme06-main-gallery-controls > button{width: 40px;height: 40px;font-size: 40px;}
    #gw-theme06-main-gallery .gw-empty-list {padding:20px;}
    #gw-theme06-main-gallery .slick-slide:hover .gw-title {color: #000;}
    #gw-theme06-main-gallery .slick-slide:hover .gw-text {color:#fff;}
    #gw-theme06-main-gallery .slick-slide:hover .gw-date {color: rgba(255,255,255,0.6);}
    #gw-theme06-main-gallery .slick-slide:hover .gw-category {background:  rgba(255,255,255,0.10);color: #fff;}
}

