@charset "utf-8";

.SlideGall_custom {}

/*상단 카테고리&스와이퍼버튼 부분*/
.SlideGall_custom .slide_section .top_tit_sec {display:flex; justify-content: space-between; align-items: start;}
  /*카테고리*/
  .SlideGall_custom .slide_section .top_tit_sec .top_cate {display:flex;    flex-wrap: wrap; }
  .SlideGall_custom .slide_section .top_tit_sec .top_cate .cateBox {width:170px; line-height: 46px; background-color:#c0c0c0; color:#fff; text-align:center; margin-right:30px;    margin-bottom: 7px; cursor:pointer; }
  .SlideGall_custom .slide_section .top_tit_sec .top_cate .cateBox.active {background-color:#000; }
  
  /*슬라이드 버튼*/
  .slideBtn { display: flex; align-items: center;}
  .slideBtn .btn {width: 45px; height: 31px;
    background: url('../SlideGall_custom/sl_btn.svg')no-repeat; background-size: contain; margin-top: 0; cursor:pointer; opacity:.3;}
  .slideBtn .btn_prev{transform: rotate(180deg); -webkit-transform: rotate(180deg);-ms-transform: rotate(180deg); margin-right: 28px;}

  .slideBtn .btn.active{opacity:1;}


  .slideBtn .btn:hover {opacity:.6;}



  /*꺽쇠*/
  .SlideGall_custom .slide_section .top_tit_sec .top_cate .arrow{position:relative; }
  .SlideGall_custom .slide_section .top_tit_sec .top_cate .arrow::after { content:""; position: absolute; right: -18px; top: 38%; width: 10px; height: 10px; /* 사이즈 */ border-top: 2px solid #ccc; /* 선 두께 */ border-right: 2px solid #ccc; /* 선 두께 */ transform: rotate(45deg); /* 각도 */ }
  .SlideGall_custom .slide_section .top_tit_sec .top_cate .arrow:last-child::after {display:none;}

/*하단 이미지*/
.SlideGall_custom .slide_section .slide_cont {}
.SlideGall_custom .tab_gall { display:none; }
.SlideGall_custom .tab_gall .cont{display:flex;flex-wrap:wrap; margin:0 -20px;}

.SlideGall_custom .tab_gall.tab_gall1{display:block;}

.SlideGall_custom .tab_gall .imgWrap {width:25%; padding:0 20px 20px;}
.SlideGall_custom .tab_gall .imgWrap img {width:100%;}

/*garmmar*/
.SlideGall_custom .tab_gall5 ul.tabUl {display:flex; margin:0 20px 50px;}
.SlideGall_custom .tab_gall5 ul.tabUl li.tabLi {position:relative; color:#c0c0c0; text-align:center; cursor:pointer; }
.SlideGall_custom .tab_gall5 ul.tabUl li.tabLi:nth-child(n+2)::before {content:""; display:inline-block; position: relative; top: -1px; width: 1px; height: 1rem; margin: 0 1.5rem 0 1.25rem; background-color: #ddd; vertical-align: middle;  }

.SlideGall_custom .tab_gall5 ul.tabUl li.tabLi.active {color:#000;}

.SlideGall_custom .tab_gall .tabGall_sub {display:none;}
.SlideGall_custom .tab_gall .tabGall_sub1 {display:block;}

.SlideGall_custom .tab_gall .tab {display:flex; flex-wrap:wrap; } /*5번째 탭*/




@media screen and (max-width:1024px){ 
  .SlideGall_custom .slide_section .top_tit_sec .top_cate .cateBox {width:150px;}
  .SlideGall_custom .slide_section .slide_cont .cont { margin:0 -10px;}
  .SlideGall_custom .slide_section .slide_cont .cont .imgWrap { padding:0 10px 20px;}
}
@media screen and (max-width:768px){ 
  .SlideGall_custom .slide_section .slide_cont .cont .imgWrap {width:33.333%; }
}
@media screen and (max-width:560px){ 
  .SlideGall_custom .slide_section .slide_cont .cont .imgWrap {width:50%; padding:0 5px 10px;}
}