@charset "utf-8";.gallery .pgoo .fullImg{height:600px}
.gallery .pgoo .sliderWrap .sliderBtnWrap{position:absolute;top:0;left:0;width:100%;height:100%}
.gallery .pgoo .sliderWrap .btnPrev,.gallery .pgoo .sliderWrap .btnNext{top:50%}
.gallery .sliderWrap .GallerySlider{overflow:hidden;position:relative;width:100%}
.gallery .sliderWrap .GallerySlider .GallerySliderList{display:flex;overflow:hidden}
.gallery .sliderWrap .GallerySlider .GallerySliderList:after{display:block;content:"";clear:both}
.gallery .sliderWrap .GallerySlider .GallerySliderList li{flex-shrink:0;width:100%}
.gallery .sliderWrap .GallerySlider .fullImg .img{aspect-ratio:28/15}
.gallery .sliderWrap .GallerySlider .fullImg .img img{height:100%;object-fit:cover}
.gallery .sliderTxtList{position:absolute;right:30px;bottom:30px;font-size:16px;color:#fff;font-family:"HyundaiMedium","KanitMedium"}
.gallery .thumbsWrap{position:relative}
.gallery .thumbsWrap .thumbGalleryWrap{overflow:hidden;position:relative;width:100%}
.gallery .thumbsWrap .thumbGalleryWrap .thumbGalleryList{overflow:hidden;display:-webkit-flex;display:flex;width:100%;height:100%}
.gallery .thumbsWrap .thumbGalleryWrap .thumbGalleryList:after{display:block;content:"";clear:both}
.gallery .thumbsWrap .thumbGalleryWrap .thumbGalleryList li{position:relative;width:30%;flex-shrink:0}
.gallery .thumbsWrap .thumbGalleryWrap .thumbGalleryList li img{width:100%;height:100%;aspect-ratio:28/15;object-fit:cover}
.gallery .thumbsWrap .thumbGalleryWrap .thumbGalleryList li picture{display:block;position:relative;width:100%;cursor:pointer}
.gallery .thumbsWrap .thumbGalleryWrap .thumbGalleryList li picture:after{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:#000;content:'';opacity:.6}
.gallery .thumbsWrap .thumbGalleryWrap .thumbGalleryList li picture:hover:after,.gallery .thumbsWrap .thumbGalleryWrap .thumbGalleryList li.on picture:after{opacity:0}
.gallery .sliderWrap .thumbGalleryWrap .thumbGalleryList li button:focus:after{opacity:0}
.gallery .thumbsWrap .sliderBtnWrap .btnPrev,.gallery .thumbsWrap .sliderBtnWrap .btnNext{overflow:hidden;display:block;position:absolute;z-index:10;width:44px;height:44px;text-indent:-9999px;cursor:pointer}
.gallery .thumbsWrap .sliderBtnWrap .btnPrev{top:50%;left:0;margin-top:-18px;background:url("../../../images/common/btn-prev.png") no-repeat center center}
.gallery .thumbsWrap .sliderBtnWrap .btnNext{top:50%;right:0;margin-top:-18px;background:url("../../../images/common/btn-next.png") no-repeat center center}
.gallery .thumbsWrap .sliderBtnWrap .btnNext.disabled,.gallery .thumbsWrap .sliderBtnWrap .btnPrev.disabled{opacity:.3;cursor:default}
.gallery .pgoo .typeDownload{display:inline-block;position:relative;padding-left:24px;font-weight:normal;color:#000;font-family:"HyundaiMedium","KanitMedium"}
.gallery .pgoo .typeDownload{margin-top:25px}
@media all and (max-width:1024px){.gallery .pgoo .fullImg{height:auto}
.gallery .pgoo .typeDownload{margin-top:30px}
.gallery .pgoo .sliderWrap .sliderBtnWrap .btnPrev,.gallery .pgoo .sliderWrap .sliderBtnWrap .btnNext{width:35px;height:35px;margin-top:-18px;background-size:35px}
}
@media all and (max-width:767px){.gallery .pgoo .typeDownload{margin-top:20px}
.gallery .sliderWrap .GallerySlider{aspect-ratio:28/15}
.gallery .thumbsWrap .sliderBtnWrap .btnPrev{margin-top:-22px}
.gallery .thumbsWrap .sliderBtnWrap .btnNext{margin-top:-22px}
}