@charset "utf-8";

/* cctv list */
.cctvList{
    max-width: 1170px; 
    margin: auto auto;
    padding: 60px 30px 0;
}
.cctvList > h3{
    font-size: 30px;
    line-height: 41px;
    padding-bottom: 10px;
}
.cctvList > p{
    font-size: 16px;
    font-weight: var(--FW-M);
    line-height: 27px;
    color: #8E8E8E;
    margin-bottom: 40px;
}
.cctvList ul{
    max-width: 1170px; 
    margin: auto auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px ;
    padding-bottom: 100px;
    justify-content: space-between;
}
.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;
  }
  .cctvList li{
    width: 30%;
  }
  .cctvList a:hover .btn_more::before{
    left: 120px;
  }

  .cctvList a{
    width: 100%;
    /* width: 270px; */
    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;
    overflow: hidden;
  }

  .cctvList 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;
  }
  .cctvList a .cctv_overlay > p{
    font-size: 30px;
    color: white;
    font-weight: var(--FW-B);
  }

  .cctvList .cctv_name{
    text-align: left;
    display: flex;
    flex-direction: column;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .cctvList .cctv_name h5{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 7px;
    margin-top: 10px;
  }
  .cctvList .cctv_name p{
    font-size: 13px;
    line-height: 17px;
    color: #b7b5b5;
  }
  .cctvList .cctv_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);
  }
  .cctvList li:nth-child(1) .cctv_img{ background-image: url(../images/cctv/product_cctv_01_big.png);}
  .cctvList li:nth-child(2) .cctv_img{ background-image: url(../images/cctv/product_cctv_02_big.png);}
  .cctvList li:nth-child(3) .cctv_img{ background-image: url(../images/cctv/product_cctv_04_big.png);}
  .cctvList li:nth-child(4) .cctv_img{ background-image: url(../images/cctv/product_cctv_05_big.png);}
  .cctvList li:nth-child(5) .cctv_img{ background-image: url(../images/cctv/product_cctv_06_big.png);}
  .cctvList li:nth-child(6) .cctv_img{ background-image: url(../images/cctv/product_cctv_07_big.png);}







.cctv__container{
    max-width: 1184px;
    margin: 0 auto;
    padding: 60px 30px 0;
}
.product__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product__swiper{
    max-width: 480px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.swiper_wrap{
    overflow: hidden;
    width: 480px;
    height: 480px;
    position: relative;
}
.swiper__wrap{
    display: flex;
    position: relative;
    width: 480px;
    height: 480px;
}
.swiper__cctv_wrap .cctv_bigItem:nth-child(1){
    background-image: url(../images/cctv/product_cctv_01_big.png);
}
.swiper__cctv_wrap .cctv_bigItem:nth-child(2){
    background-image: url(../images/cctv/product_cctv_01_line.png);
}
/* .cctv_bigItem.acive{
    
} */
.cctv_bigItem{
    width: 480px;
    height: 480px;
    background-position: center;
    background-size: contain;
    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;
}
.product__title{
    /* padding-top: 50px; */
    /* max-width: 850px; */
    display: flex;
    flex-direction: column;
}
.product__title h3{
    font-size: 60px;
    font-weight: var(--FW-SB);
    margin-bottom: 40px;
}
.product__title h3 > span{
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: #888;
    opacity: 0.5;
    display: inline-block;
}
.product__title  p{
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--FW-M);
    margin-bottom: 40px;
}
.product__title .product__download{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product__title .product__download li > span{
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--FW-B);
    display: block;
}
.menu-item > span{
    display: inline-block;
    width: 200px;
}
.product__title .product__download li{
    font-size: 18px;
    line-height: 30px;
}
#label >p{
    font-size: 20x;
}
/* cctv01 */
.swiper__imgBtn{
    cursor: pointer;
    position: relative;
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #d9d9d9;
    background: white;
}
.swiper__imgBtn.active::before{
    content: '';
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #051a43;
}
.cctv01 .swiper__imgBtn:nth-child(1){
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cctv/product_cctv_01_big.png);
}
.cctv01 .swiper__imgBtn:nth-child(2){
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #d9d9d9;
    background-image: url(../images/cctv/product_cctv_01_line.png);
}
.cctv02 .swiper__imgBtn:nth-child(1){
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cctv/product_cctv_02_big.png);
}
.cctv02 .swiper__imgBtn:nth-child(2){
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #d9d9d9;
    background-image: url(../images/cctv/product_cctv_02_line.png);
}
.cctv03 .swiper__imgBtn:nth-child(1){
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cctv/product_cctv_04_big.png);
}
.cctv03 .swiper__imgBtn:nth-child(2){
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #d9d9d9;
    background-image: url(../images/cctv/product_cctv_04_line.png);
}
.cctv04 .swiper__imgBtn:nth-child(1){
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cctv/product_cctv_05_big.png);
}
.cctv04 .swiper__imgBtn:nth-child(2){
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #d9d9d9;
    background-image: url(../images/cctv/product_cctv_05_line.png);
}
.cctv05 .swiper__imgBtn:nth-child(1){
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cctv/product_cctv_06_big.png);
}
.cctv05 .swiper__imgBtn:nth-child(2){
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #d9d9d9;
    background-image: url(../images/cctv/product_cctv_06_line.png);
}
.cctv06 .swiper__imgBtn:nth-child(1){
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cctv/product_cctv_07_big.png);
}
.cctv06 .swiper__imgBtn:nth-child(2){
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #d9d9d9;
    background-image: url(../images/cctv/product_cctv_07_line.png);
}

.cctv03 .product__top
{
    justify-content: flex-start;
    gap: 60px;
}

/* bottom 시작 */
.product__bottom {
    padding-top: 100px;
}
.product__nav{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}
.product__nav > ul{
    height: 72px;
    display: flex;
    width: 100%;
    border: 1px solid #F0F0F0;
    background-color: #fff;
}
.product__nav li{
    width: 50%;
    cursor: pointer;
    text-align: center; 
}
.product__nav li:first-child{
    border-right: 1px solid #F0F0F0;
}
.product__nav li a{
    font-size: 18px;
    line-height: 72px;
    letter-spacing: -2px;
}
article{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
article p{
    font-size: 26px;
    font-weight: var(--FW-B);
    padding-bottom: 23px;
}


/* content1 */
#content1{
    width: 100%;
    margin-bottom: 60px;
}
#content1 > ul{
    display: flex;
    flex-wrap: wrap;
}
#content1 li{
    width: 50%;
    font-size: 18px;
    line-height: 45px;

}
#content1 li::before{
    content: '-';
    margin-right: 10px;
    color: #ccc;

}
/* content2 */
.content2{
    padding-bottom: 100px;
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
}
.content2 table{
    width: 100%;
}
.content2 p{
    padding-bottom: 23px;
}
.content2 .tabscontent{
    margin: 80px 0;
}
.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;

}

:root {
    --btn-width : 100%;
    --btn-min-width : 10px;
    --btn-height : 40px;
    --btn-min-height : 3px;
    --menu-height : calc(var(--btn-height) * 4);
    --menu-min-height : calc(var(--btn-min-height) * 2);
    --border-rad : 5px;
    /* --font-size : 18px; */
}
#container {
    position: relative;
    display: flex;
    flex-flow: column;
}
#label {
    width: var(--btn-width);
    min-width: var(--btn-min-width);
    height: 40px;
    min-height: var(--btn-min-height);
    border-radius: var(--border-rad);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    border: 1px solid #d9d9d9;
    
}
#label > p{
    margin: 0;
    font-weight: var(--FW-B)
}
#arrow{
    width: calc(var(--btn-height) * 0.6);
    height: calc(var(--btn-height) * 0.6);
    border-radius: 100%;
    position: relative;
    transition: 0.3s ease-in-out;
}


#menu {
    width: var(--btn-width);
    min-width: var(--btn-min-width);
    height: 0;
    border-radius: var(--border-rad);
    position: absolute;
    top: 50px;
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    opacity: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    padding: 0 20px;
    border: 1px solid #d9d9d9;
}
#toggle:checked ~ #menu{
    height: var(--menu-height);
    min-height: var(--menu-min-height);
    opacity: 1;
}
#toggle:checked ~ #label > #arrow{
    transform: rotate(180deg);
}
.menu-item{
    position: relative;
    display: flex;
}
.menu-name {
    width: var(--btn-width);
    color: rgb(0, 0, 0);
    text-decoration: none;
    /* font-size: var(--font-size); */
    font-weight: 900;
    line-height: 20px;
    position: absolute;
    right: -100%;
    transform: translateX(-30px);
}
.menu-name >img{
    height: 26px;
}
.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;
}


/* 노트북 & 테블릿 가로 (해상도 1024px ~ 1279px)*/ 
@media all and (max-width:1279px) {
    .cctvList ul{
        justify-content: space-between;
    }
    .cctvList ul > li{
        width: 30%;
    }
    .cctvList a{
        width: 100%;
    }
    .cctvList .cctv_img{
        width: 100%;
        height: 250px;
    }
    /* 상세 */
    .product__top{
        flex-direction: column;
    }
    .product__title{
        justify-content: flex-start;
        max-width: 100%;
        width: 100%;
        padding-top: 50px;
    }
    #content1 > ul{
        display: block;
    }
    #content1 li{
        display: flex;
        width: 100%;
    }
    #menu{
        background-color: white;
    }
    .product__swiper{
        justify-content: center;
        flex-direction: row;

    }
    .swiper__btnWrap{
        flex-direction: column;
    }
}

/*테블릿 가로 (해상도 768px ~ 1023px)*/ 
@media all and (max-width:1023px) { 
    .cctvList a{
        height: 350px;
    }

}

/* 모바일 가로 & 테블릿 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    .cctvList ul > li{
        width: 48%;
    }
    .cctvList ul{
        gap: 30px 10px;
    }
    .product__swiper{
        flex-direction: column;
    }
    .cctv01 .swiper__imgBtn:nth-child(1),
    .cctv01 .swiper__imgBtn:nth-child(2){
        width: 100px;
        height: 100px;
    }
    .product__title h3{
        font-size: 30px;
    }
    .product__title p{
        font-size: 16px;
        word-break: keep-all;
        word-break: keep-all;
    }
    .product__title p > br{
        display: none;
    }
    .cctv_bigItem{
        width: 100%;
        height: 300px;
    }
    .swiper__btnWrap{
        flex-direction: row;
    }
    .product__title h3{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .product__title h3 > span{
        font-size: 16px;
        line-height: 20px;

    }
    .product__title p{
        font-size: 14px;
        line-height: 24px;
    }
    .product__title .product__download li{
        word-break: break-all;
    }
    article p{
        font-size: 18px;
    }
    #content1 li{
        font-size: 14px;
        line-height: 30px;
    }
    .content2 td {
        padding: 0 8px;
    }
    .content2 td.list {
        width: auto;
        white-space: nowrap;
    }
    .content2 .list_title{
        font-size: 16px;
        line-height: 30px;
    }
    .content2 td{
        font-size: 14px;
        line-height: 40px;
    }
    .top_section > div{
        background-position-x: right;
    }

}

/* 모바일 세로 (해상도 ~ 479px)*/ 
@media all and (max-width:479px) {
    .cctvList ul > li{
        width: 100%;
    }
    .cctvList ul{
        gap: 20px 0;
    }
    .cctvList > h3{
        font-size: 20px;
    }
    .cctvList .cctv_name{
        height: 90px;
    }
    .cctvList > h3{
        padding-bottom: 0;
    }
    .cctvList > p{
        font-size: 12px;
        line-height: 16px;
    }
    .product__title .product__download li > span{
        font-size: 14px;
        line-height: 20px;
    }
    .menu-item > span{
        width: 128px;
    }
    .product__title .product__download li{
        font-size: 14px;
    }
    .menu-item{
        display: flex;
        align-items: center;
    }
    #menu,
    #label{
        padding: 0 5px;
    }
}

