@charset "utf-8";
.scList{
    max-width: 1184px;
    width: 100%; 
    margin: 0 auto;
    padding: 60px 30px 0;
}
.scList > h3{
    font-size: 30px;
    line-height: 41px;
    padding-bottom: 10px;
}
.scList > p{
    font-size: 16px;
    font-weight: var(--FW-M);
    line-height: 22px;
    color: #cccccc;
    margin-bottom: 40px;
    word-break: keep-all;
}
.scList ul{
    max-width: 1184px;
    margin: auto auto;
    display: flex;
    gap: 30px;
    padding-bottom: 100px;
}
.btn_more{
    height: 20px;
    width: 125px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
  }
.cctv_overlay .btn_more{
    background-image: url(../images/main/btn_view.png);
    opacity: 1;
    display: block;
  }
.cctv_overlay .btn_more::before{
  position: absolute;
  content: '';
  top: -5px;
  left: 0px;
  transform: translateX(-18px);
  display: flex;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  opacity: 0.22;
  background-color: white;
  transition: left 1s;
}
.scList a:hover .btn_more::before{
  left: 120px;
}

.scList a{
  width: 100%;
  height: 380px;
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  background-color: white;
  /* justify-content: flex-end; */
  border-radius: 30px;
  border: 1px solid var(--color-border);
  box-sizing: border-box;
  position: relative;
}
.scList a .cctv_overlay{
  opacity: 0;
  transition: opacity 0.7s;
  height: 0;
}
.scList a:hover .cctv_overlay{
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: #000000d5;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.scList a .cctv_overlay > p{
  font-size: 30px;
  color: white;
  font-weight: var(--FW-B);
}

.scList .cctv_name{
  text-align: left;
  display: flex;
  flex-direction: column;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 90px;
  justify-content: center;
  padding-left: 20px;
}
.scList .cctv_name h5{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 7px;
}
.scList .cctv_name p{
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: var(--color-gray_88);
}
.scList .sc_img,
.scList .kiosk_img {
  display: block;
  width: 100%;
  height: 364px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px 30px 0 0;
  border-bottom: 1px solid var(--color-border);
}
.scList .kiosk_img{
  background-size: auto 100%;
}
.scList ul{
  width: 100%;
}
.scList li{
  width: 50%;
}
.scList li:nth-child(1) .sc_img{ background-image: url(../images/hardware/sc09_1.png);}
.scList li:nth-child(2) .sc_img{ background-image: url(../images/hardware/sc02_1.png);}
.scList li:nth-child(1) .kiosk_img{ background-image: url(../images/hardware/kiosk_list1.png);   background-size: cover;}
.scList li:nth-child(2) .kiosk_img{ background-image: url(../images/hardware/kiosk_list2.png);   background-position-y: bottom;}
article{
    max-width: 1184px;
    margin: 0 auto;
    padding: 60px 30px 0;
}
.sub__header > nav li.active a::before{
    left: 101px;
}

/* 제품 특징 */
/* content1 */
.product__title{
    max-width: 877px;
    align-self: flex-end;
}
.product__title h3{
    font-size: 50px;
    line-height: 75px;
    font-weight: var(--FW-B);
    /* margin-bottom: ; */
}
.product__title h6{
    font-size: 30px;
    line-height: 100%;
    padding-bottom: 20px;
    font-weight: var(--FW-SB);
}
.product__title li{
    font-size: 18px;
    line-height: 40px;
    font-weight: var(--FW-R);
    word-break: keep-all;
    display: flex;
}
.product__text{
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    padding: 16px;
}
.product__text li::before{
    content: '-';
    margin-right: 10px;
    color: #ccc;
}

/* 제품 상세 */
.product__bottom {
  padding-top: 100px;
}
.TMSC__container{
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
  padding-top: 60px;
  /* height: 65vh; */
}
article p{
    font-size: 26px;
    font-weight: var(--FW-B);
    padding-bottom: 23px;
}
.content2 .list_title{
  background: #e4e7eb;
  font-size: 20px;
  font-family: var(--FW-SB);
}
.content2 td{
  padding: 0 40px;
  line-height: 50px;
  border: 1px solid  #ccc;
}
.content2 td.list{
  background: #f9f9f9;
  width: 205px;
}
.content2{
  padding-bottom: 100px;
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
}
.content2 table{
  width: 100%;
}


/* 이미지 탭 */
.product__top{
  display: flex;
  align-items: center;
  gap: 60px;
}
.product__swiper{
  max-width: 692px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product__swiper.kioskImg{
  max-width: 538px;
  flex-direction: row;

}
.product__swiper.kioskImg .swiper__btnWrap{
  flex-direction: column;
}
.swiper_wrap{
  overflow: hidden;
  width: 692px;
  height: 692px;
  position: relative;
}
.swiper__wrap{
  display: flex;
  position: relative;
  width: 692px;
  height: 692px;
}
.swiper__imgBtn{
  cursor: pointer;
  position: relative;
  width: 150px;
  height: 108px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #d9d9d9;
  background: white;
  background-size: contain;
  background-repeat: no-repeat;
}
.product__swiper.kioskImg .swiper__imgBtn{
  width: 130px;
  height: 178px;
}
.swiper__imgBtn.active::before{
  content: '';
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #051a43;
}
.TMSC1 .swiper__btnWrap .swiper__imgBtn:nth-child(1){
  background-image: url(../images/hardware/sc09_1.png);
}
.TMSC1 .swiper__btnWrap .swiper__imgBtn:nth-child(2){
  background-image: url(../images/hardware/sc09_2.png);
}
.TMSC1 .swiper__btnWrap .swiper__imgBtn:nth-child(3){
  background-image: url(../images/hardware/sc09_3.png);
}
.TMSC1 .swiper__btnWrap .swiper__imgBtn:nth-child(4){
  background-image: url(../images/hardware/sc09_4.png);
}
.TMSC2 .swiper__btnWrap .swiper__imgBtn:nth-child(1){
  background-image: url(../images/hardware/sc02_1.png);
}
.TMSC2 .swiper__btnWrap .swiper__imgBtn:nth-child(2){
  background-image: url(../images/hardware/sc02_2.png);
}
.TMSC2 .swiper__btnWrap .swiper__imgBtn:nth-child(3){
  background-image: url(../images/hardware/sc02_3.png);
}
.TMSC2 .swiper__btnWrap .swiper__imgBtn:nth-child(4){
  background-image: url(../images/hardware/sc02_4.png);
}
.KIOSK1 .swiper__btnWrap .swiper__imgBtn:nth-child(1){
  background-image: url(../images/hardware/kiosk_front.png);
}
.KIOSK1 .swiper__btnWrap .swiper__imgBtn:nth-child(2){
  background-image: url(../images/hardware/kiosk_left.png);
}
.KIOSK1 .swiper__btnWrap .swiper__imgBtn:nth-child(3){
  background-image: url(../images/hardware/kiosk_right.png);
}
.KIOSK2 .swiper__btnWrap .swiper__imgBtn:nth-child(1){
  background-image: url(../images/hardware/Kiosk_Front_Face.png);
}
.KIOSK2 .swiper__btnWrap .swiper__imgBtn:nth-child(2){
  background-image: url(../images/hardware/kiosk_right_face\ 1.png);
}
.KIOSK2 .swiper__btnWrap .swiper__imgBtn:nth-child(3){
  background-image: url(../images/hardware/kiosk_right_face.png);
}
.KIOSK1 .swiper__btnWrap .swiper__imgBtn,
.KIOSK2 .swiper__btnWrap .swiper__imgBtn{
  background-position: center;
  background-size: auto 140px     ;
  
}
.cctv_bigItem{
  width: 692px;
  height: 440px;
  background-position: center;
  background-size: 110%;
  background-repeat: no-repeat;
  background-color: white;
  display: none;
}
.cctv_bigItem.active{
  display: block;
}

.swiper__cctv_wrap img{
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.swiper__btnWrap{
  display: flex;
  justify-content: center;
  gap: 20px;
}


.back_list{
  display: inline-flex;
  line-height: 20px;
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  font-weight: 500;
  background: #e4e7eb;
}
.back_list::before{
  content: url(../images/back_list.png);
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}

.kioskImg > .cctv_bigItem{
  width: 388px;
  height: 563px;
}

.scList a .cctv_overlay {
  opacity: 0;
  transition: opacity 0.7s;
  height: 0;
  position: absolute;
  z-index: 2;
}

/* 노트북 & 테블릿 가로 (해상도 1024px ~ 1279px)*/ 
@media all and (max-width:1279px) {
  /* 키오스크 상세 */
  .KIOSK1 .product__top,
  .KIOSK2 .product__top{
    flex-direction: column;
  }
  .KIOSK1 .product__title,
  .KIOSK2 .product__title{
     /* align-self: center; */
     width: 100%;
     flex-wrap: wrap;
  }
  /* .KIOSK1 .product__title h3{
    width: 50%;
  } */
  .KIOSK1 .product__text h6,
  .KIOSK2 .product__text h6{
    font-size: 20px;

  }
  .KIOSK1 .product__text ul,
  .KIOSK2 .product__text ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .KIOSK1 .product__text li,
  .KIOSK2 .product__text li{
    width: 50%;
  }

  /* sc 상세 */
  .TMSC1 .product__top,
  .TMSC2 .product__top{
    justify-content: space-between;
    gap: 10px;
  }

}

/*테블릿 가로 (해상도 768px ~ 1023px)*/ 
@media all and (max-width:1023px) { 
  /* tmsc 상세 */
  .TMSC1 .product__swiper,
  .TMSC2 .product__swiper{
    width: 50%;
  }

  .TMSC1 .cctv_bigItem,
  .TMSC2 .cctv_bigItem{
    width: 100%;
  }
  .TMSC1 .swiper__btnWrap,
  .TMSC2 .swiper__btnWrap{
    justify-content: space-between;
    gap: 10px;
  }
  .TMSC1 .swiper__imgBtn,
  .TMSC2 .swiper__imgBtn{
    height: 90px;
    background-size: cover;
  }
}

/* 모바일 가로 & 테블릿 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
  /* 공통 */
  article{
    padding: 60px 30px;
  }
  .TMSC__container{
    padding-top: 0;
  }
  .product__title h3{
    font-size: 30px;
  }
  .product__title li{
    font-size: 16px;
  }
  .content2{
    padding: 0;
  }
  .content2 .list_title{
    font-size: 16px;
    line-height: 30px;
  }
  .content2 td{
    padding: 0 8px;

  }
  .content2 td.list{
    width: auto;
  }
  .product__bottom{
    padding-top: 60px;
  }
 
  /* kiosk_lisk */
  .scList > h3{
    font-size: 20px;
    line-height: 20px;
  }
  .scList > p{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
  }
  .scList .cctv_name{
    padding-left: 0;
    height: 60px;
  }
  .scList .cctv_name h5{
    font-size: 18px;
    text-align: center;
    padding: 0;
  }
  .scList li:nth-child(2) .kiosk_img{
    background-size: auto;
  }
  .scList ul{
    flex-direction: column;
  }
  .scList li{
    width: 100%;
  }
    

  /* kiosk 상세 */
  .product__swiper.kioskImg{
    flex-direction: column;
  }
  .KIOSK1 .cctv_bigItem,
  .KIOSK2 .cctv_bigItem{
    height: 300px;
    width: auto;
  }
  .product__swiper.kioskImg .swiper__btnWrap{
    flex-direction: row;
  }

  /* sc_list */
  .scList .sc_img{
    height: 200px;
  }
  .scList a{
    height: auto;
  }

  /* tmsc 상세 */
  .TMSC1 .product__swiper,
  .TMSC2 .product__swiper{
    width: 100%;
  }
  .TMSC1 .product__top,
  .TMSC2 .product__top{
    flex-direction: column;
  }
  .TMSC1 .cctv_bigItem, 
  .TMSC2 .cctv_bigItem{
    height: 300px;
  }
  .TMSC1 .product__title,
  .TMSC2 .product__title{
    width: 100%;
    padding-top: 50px;
  }
  .TMSC1 .swiper__imgBtn,
  .TMSC2 .swiper__imgBtn{
    background-size: contain;
    height: 60px;
  }
  .product__title h6{
    line-height: 100%;
  }

} 

/* 모바일 세로 (해상도 ~ 479px)*/ 
@media all and (max-width:479px) {
  /* 공통 */
  .content2 td{
    line-height: 40px;
    font-size: 14px;
    white-space: nowrap;
    word-break: keep-all;
  }
 
  .TMSC__container{
    padding-top: 0;
  }
  .product__title h3{
    font-size: 26px;
  }
  .product__text{
    padding: 16px 10px;
  }
  .product__title li{
    font-size: 16px;
    line-height: 30px;
  }

  /* sc 상세 */
  .TMSC1 .product__top,
  .TMSC2 .product__top{
    flex-direction: column;
  }
  .product__title h6{
    font-size: 18px;
    padding-bottom: 20px;
  }



}