@charset "UTF-8";   
/*메인비주얼*/
#main-visual{
    text-align: left;
    background: url(/hc-content/img/main/main/main-bg.jpg) no-repeat;
    background-size:100% 100%;
    color: #fff;
}
#main-visual h2{
    margin-bottom: 70px;
    line-height: 1.03;
     font-size:70px;
    font-weight: var(--font-weight-h2);
}
#main-visual h2 br{
    display: none;
}
#main-visual .title-wrap{
    margin-bottom: 98px;
}
#main-visual .title-wrap span{
    display: block;
    line-height: 1.53;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);

}
#main-visual .title-wrap strong{
    font-weight: bold;
}
.download-contents{
    height: 24px;
    line-height: 24px;
}
.download-contents .download-title{
    position: relative;
    margin-left: 36px;
    line-height: 1.5;
    letter-spacing: -0.4px;
}
.download-title::before,.download-title::after{
    position: absolute;
    content: '' ;
}
.download-title::before{
    left: -36px;
    width: 26px;
    height: 24px;
    background: url(/hc-content/img/main/main/icon-download.png) no-repeat 0 0;
    background-size: 100%;
}
.download-title::after{
    right: -263px;
    top: 50%;
    transform: translateY(-50%);
    width: 221px;
    height: 1px;
    opacity: 0.4;
    background-color: #fff;
}
.download-contents ul{
    gap: 5px;
    margin-top: 20px;
}
.download-contents ul li{
    touch-action: auto;
    width: 182px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border: solid 1px #d7d7d7;
    background-color: var(--color-header);
}
.download-contents ul li:hover{
    background-color: #000;
}




/*메인비주얼 끝*/




/*history*/
#history{
    text-align: left;
    background: #f6f6f6;
}
#history h2{
    margin-top: 0px;
    margin-bottom:100px;
}
#history .slide-wrap{
    width:100%;
    height: 460px;
    overflow-x: scroll;
}
#history .slide-wrap::-webkit-scrollbar { 
    height: 8px;
}
#history .slide-wrap::-webkit-scrollbar-thumb { 
    background-color:
    #c6c6c6;}
#history .slide-wrap::-webkit-scrollbar-track {
    background-color: #ececec; 
    }




#history .slide-wrap ul{
    gap: 62px;
    transition: .3s ease-out;
}
#history .slide-wrap .slide-con{
    flex-shrink: 0;
    width: 266px;
    height: 413px;
    font-weight: normal;
}
#history .slide-wrap h4{
    margin-bottom: 30px;
    letter-spacing: -2.25px;
    font-size: 45px;
    font-weight: bolder;
    color: #ccc;
}
#history .slide-con ul{
    height: 180px;
}
#history .slide-con li{
    position: relative;
    padding-bottom: 10px;
    line-height: 1.1;
    letter-spacing: -0.48px;
    text-align: left;
    font-weight: 400;
    color: #1e1e1e;


  }
  #history .slide-con li span{
    font-family: "Nanum Gothic";
  }
  #history .slide-con p{
    width: 266px;
    height: 140px;
  }
  #history li:nth-child(1) p{
    background: url(/hc-content/img/main/history/his01.png) no-repeat 0 0;
  }
  #history li:nth-child(2) p{
    background: url(/hc-content/img/main/history/his02.png) no-repeat 0 0;
  }
  #history li:nth-child(3) p{
    background: url(/hc-content/img/main//history/his03.png) no-repeat 0 0;
  }
  #history li:nth-child(4) p{
    background: url(/hc-content/img/main//history/his04.png) no-repeat 0 0;
  }
  #history li:nth-child(5) p{
    background: url(/hc-content/img/main/history/his05.png) no-repeat 0 0;
  }
  #history li:nth-child(6) p{
    background: url(/hc-content/img/main/history/his06.png) no-repeat 0 0;
  }
/*history 끝*/




/*product*/
#product h2{
    margin-bottom: 30px;
}
#product .title-sub br{
    display: none;
}
#product p{
    margin-bottom: 80px;
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-title-p);
}
#product .slide-wrap{
    width: 100%;
    position: relative;
}
#product .slide-con{
    position: relative;
    margin-right: 14px;
    width: calc(100% /3);
    height: 100%;
    text-align: center;
    background: #e9e9e9;;
}
#product .slide-con h4{
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin:38px 0 62px 0;
font-size: 22px;
    font-weight: 700;
    line-height: 1.09;
    color: #000;
}
#product .slide-con{
    width: calc(100%/3);
}
.img-area img{
    width: 100%;
}




#product .slide-con p{
    display: none;
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    height: 62px;
    font-size: 19.5px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-family: 'nanumsquare',sans-serif;
    background: var(--color-header);
}
#product .slide-con:hover p{
display: block;
}




/*슬라이드 버튼*/




.slick-arrow{
    font-size: 0;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 56px;
    height: 56px;
    background: none;
    cursor: pointer;
 

}
.slick-arrow.slick-disabled{
    opacity: .3;
}
.slick-prev{
    left: 0;
}
.slick-prev::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    color: #fff;
    width: 56px;
    height: 56px;
    background: var(--color-header) url(/hc-content/img/main/porduct/button-prev.png) no-repeat center center/30%;
    
}
.slick-next{
    right: 1%;
}
.slick-next::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    color: #fff;
    width: 56px;
    height: 56px;
    background: var(--color-header) url(/hc-content/img/main/porduct/button-next.png) no-repeat center center/30%;
    
}
/*product 끝*/






/*biz h*/
#biz-h{
    background: url(/hc-content/img/main/biz-h/biz-h-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}
#biz-h .content{
    width: calc(100%/3);
    height: 100vh;
    border: 1px solid rgba(255,255,255,0.7);
    border-collapse: collapse;
    text-align: center;
    color: #fff;
}
#biz-h .content:hover{
    background: rgba(0, 0, 0, .5);
}
#biz-h .title{
    margin: 200px 0 30px;
}
#biz-h .title-sub{
    height: 90px;
    margin-bottom: 71px;
}
#biz-h .download-contents ul{
    justify-content: center;
}
#biz-h .download-contents ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
}
#biz-h .download-contents .download-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/hc-content/img/main/biz-h/ThinDownload.svg) no-repeat center center/ cover;
    margin-left: 6px;
}
/*biz h 끝*/




/*hello-b*/
/* #hello-b{
    color: #fff;
    background: url(/hc-content/img/main/hellob/hellob-bg.jpg) no-repeat center center;
} */
/*hello-b 끝*/




/*our-merit*/
#our-merit h2{
    margin-bottom: 30px;
}
#our-merit h2 strong{
    color:#0097dc;
}
#our-merit ul{
    padding: 101px 0;
    width: 100%;
    background:#f9f8f8;
}
#our-merit ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: calc(100%/5);
    text-align: center;
}
#our-merit ul li::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #ececec;
}
#our-merit ul li:last-child::after{
    display: none;
}
#our-merit .icon-box{
    margin-bottom: 47px;
    width: 71px;
    height: 71px;
    font-size: 0;
}
#our-merit ul li:nth-child(1) .icon-box{
    background: url(/hc-content/img/main/our-merit/icon1.png) no-repeat center center / contain;
}
#our-merit ul li:nth-child(2) .icon-box{
    background: url(/hc-content/img/main/our-merit/icon2.png) no-repeat center center/ contain;
}
#our-merit ul li:nth-child(3) .icon-box{
    background: url(/hc-content/img/main/our-merit/icon3.png) no-repeat center center/ contain;
}
#our-merit ul li:nth-child(4) .icon-box{
    background: url(/hc-content/img/main/our-merit/icon4.png) no-repeat center center/ contain;
}
#our-merit ul li:nth-child(5) .icon-box{
    background: url(/hc-content/img/main/our-merit/icon5.png) no-repeat center center/ contain;
}






#our-merit .text-box h4{
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.6px;
}
#our-merit .text-box p{
    font-size: 16px;
    line-height: 1.63;
    color: #444444;
}
#our-merit .text-box span{
    display: block;
}




/*our-merit 끝*/




/*technology*/
#technology{
    text-align: center;
    color: #fff;
    background: #1e1e1e;
}
#technology h2{
margin-top:100px;
margin-bottom: 20px;}
#technology .title-sub{
    margin-bottom: 40px;
}
#technology ul{
    gap: 19px;
}
#technology li{
    padding-top: 52px;
    width: calc(100%/5);
    height: 440px;
    text-align: center;
}
#technology li:nth-child(1){
    margin-top: 38px;
    background: url(/hc-content/img/main/technology/technology1.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}
#technology li:nth-child(2){
    margin-top: 100px;
    background: url(/hc-content/img/main/technology/technology2.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}
#technology li:nth-child(3){
    background: url(/hc-content/img/main/technology/technology3.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}
#technology li:nth-child(4){
    margin-top: 38px;
    background: url(/hc-content/img/main/technology/technology4.jpg) no-repeat 0 0;
}
#technology li:nth-child(5){
    margin-top: 100px;
    background: url(/hc-content/img/main/technology/technology5.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}
#technology li h4{
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.6px;
 
}
#technology li p{
    margin: 0 30px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    
  }
  #technology li p span{
    display: block;
  }
/*technology 끝*/




/*case*/
#case{
    position: relative;




}
#case .inner{
    text-align: center;
}
#case .title-sub{
    margin-bottom: 60px;
}
.case-tab{
    justify-content: center;
    gap: 10px;
}
.case-tab .case-tab-list{
    margin-bottom:400px ;
    width: 180px;
    height: 46px;
    line-height: 46px;
     border: solid 1px #c5c5c5;
    background-color: #fff;
}
.case-tab-list.active{
    background: #000;
    color: #fff;
}
.responsive-2{
    visibility: hidden;
    width: 1362px;
    height: 400px;
    position: absolute;
    left: 51%;
    top: 45%;
    transform: translateX(-50%);
    overflow: hidden;
}
.responsive-2.visible{
    visibility: visible;
}




.responsive-2 .slick-prev{
    left:0 ;
}




.responsive-2 .slick-next{
    right: 3%;
}




/*case 끝*/






/*inquiry*/
#inquiry{
    padding-top: 50px;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/hc-content/img/main/inquiry/inquiry-bg.jpg') no-repeat 0 0;
    background-size: cover;
}
#inquiry .title{
    font-weight: bold;
    line-height: 0.75;
    color: #fff;
}
#inquiry .title-sub{
    margin-bottom: 75px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}
#inquiry .title-sub span{
    display: block;
}
#inquiry .title-sub span:nth-child(2){
    width: 350px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}
#inquiry ul{
    justify-content: center;
    align-items: start;
    gap: 60px;
    width: 100%;
    padding: 30px 40px;
    background: rgba(255, 255, 255, .84);
}
#inquiry ul .step{
    flex-direction: column;
}
#inquiry ul li{
    width: 250px;
    position: relative;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
#inquiry ul .icon-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background: #ededed;
}
#inquiry ul li .icon{
    negative: 140px;
    margin-bottom: 16px;
    font-size: 0;
    width: 70px;
    height: 68px;
    background-size: contain;
}
#inquiry ul li:nth-child(1) .icon{
    background: url(/hc-content/img/main/inquiry/icon1.png) no-repeat center center / contain;
}
#inquiry ul li:nth-child(2) .icon{
    background: url(/hc-content/img/main/inquiry/icon2.png) no-repeat center center / contain;
}
#inquiry ul li:nth-child(3) .icon{
    background: url(/hc-content/img/main/inquiry/icon3.png) no-repeat center center / contain;
}
#inquiry ul li:nth-child(4) .icon{
    background: url(/hc-content/img/main/inquiry/icon4.png) no-repeat center center / contain;
}
#inquiry ul li:nth-child(5) .icon{
    background: url(/hc-content/img/main/inquiry/icon5.png) no-repeat center center / contain;
}
#inquiry ul li::after{
    position: absolute;
    content: '';
    right: -36px;
    top: 15%;
    width: 15px;
    height: 25px;
    background: url(/hc-content/img/main/inquiry/inquiry-arrow.png) 0 0;
}
#inquiry ul li:last-child::after{
    display: none;
}


#inquiry .text-box h4{
    margin:20px 0 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.6px;
}
#inquiry .text-box p{
    margin-bottom: 100px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
#inquiry .text-box span{
    display: block;
}


.inquiry-button{
    position: relative;
    width: 250px;
    height: 65px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    background-color: #000;
}
.inquiry-button2::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 14%;
    transform: translateY(-50%);
    width: 8px;
    height: 13px;
    background: url(/hc-content/img/main/inquiry/inquiry-arrow.png) no-repeat center center / cover;
}


#inquiry .text-box .subsidy{
    position: absolute;
    width: 250px;
    left: 0;
    bottom: -6%;
    letter-spacing: -0.8px;
    font-weight: bold;
    font-size: 12px;
}

/* 메인 inquiry-btn 추가 */

#inquiry .main-inquiry-btn {
    margin: 0 auto;
    position: relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    width: 250px;
    height: 65px;
    color: #fff;
    border:2px solid #fff;
    backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
    background: rgba(255,255,255,0.2);
    box-sizing:border-box;
    padding: 0 20px;
    overflow:hidden;}

/* 메인 공통 화살표 */
#inquiry .main-inquiry-btn .arrow-wrap {display:flex;align-items:center;}
#inquiry .main-inquiry-btn .arrow-left-wrap {flex-direction:row-reverse;}
#inquiry .main-inquiry-btn .arrow-wrap em {display:inline-block; width: 15px; height: 2px; background: #fff;}
#inquiry .main-inquiry-btn .arrow-right-wrap .arrow-head {position: relative;display:inline-block;width: 0px;height: 0px;border-left: 5.5px solid #fff;border-top: 4px solid transparent;border-bottom: 4px solid transparent;z-index:1;}

#inquiry .text-box .subsidy strong{
    color: #005cff;
    font-size: 13px;
}



/*inquiry 끝*/






/*설치모달*/
#installModal{
    display: none;
    z-index: 20;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    
}
#installModal form{
    padding: 40px 20px;
    height: 700px;
    overflow-y: scroll;
} 




#installModal legend{
    font-size: 24px;
    margin-bottom: 20px;
    color: #2a9cce;;
}
#installModal legend+p{
line-height: 1.3;
margin-bottom: 5px;
}
#installModal legend+p span{
    display: block;
    color: #2a9cce;;
}






    #installModal .form-group{
        border-top: 1px solid #e1e1e1;
        padding: 10px 0;
    }
    
    #installModal .form-group input{
        display: inline-block;
        width:75%;
        height: auto;
        padding: 5px;
        line-height: 20px;
        border: 1px solid #d5d5d5;
        color: #353535;
        font-size: 12px;
        
    }
    
    #installModal .form-group input:focus{
        outline:  0;
    }
    #installModal .form-group label{
        display: inline-block;
        width: 70px;
        margin: 10px 0;
    }
    #installModal .label-point{
        line-height:1.5;
        padding-left: 3px;
        font-size: 16px;
        font-weight: normal;
        color:  #2a9cce;
    }
    
    #installModal .form-control{
        display: block;
        width: 100%;
        background-color: #fff;
        background-clip: padding-box;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    
    select, select[size="0"], select[size="1"] {
        height:32px;
        border-radius: 0.25rem;
        line-height: 20px;
        border: 1px solid #d5d5d5;
        color: #353535;
        font-size: 12px;
    }
    /*이메일*/
    #installModal .form-group:nth-child(3) input{
        display: inline-block;
        width: 30%;
    }
    #installModal .form-group:nth-child(3) select{
        width: 25%;
    }
    /*우편번호*/
    #installModal .form-group:nth-child(4){
        margin-top: 10px;
    }
    
    /*주소*/
    #installModal .form-group:nth-child(5){
        margin-top: -20px;
        border-top: none;
    }
    #installModal .form-group:nth-child(5) input{
     width: 36.5%;
    }
    
    /*타입*/
    #installModal .form-check{
        display: flex;
        align-items: center;
    }
    #installModal .form-group:nth-child(6) input{
     width: 20px;
    }
    #installModal .form-group:nth-child(6) label{
        width: 100px;
       }
    #installModal .form-group:nth-child(6) select{
        width: 40%;
       }
    
    /*사용분류*/
    #installModal .form-group:nth-child(7){
        display: flex;
        align-items: center;
    }
    #installModal .form-group:nth-child(7) .form-check{
        width: calc(100%/4);
    }
    #installModal .form-group:nth-child(7) input{
        width: 20px;
       }
    #installModal .form-group:nth-child(7) label{
        width: 70px;
    }
    
    /*설치위치*/
    #installModal .form-group:nth-child(8) input{
        width: 76%;
       }
    /*기타정보*/
    #installModal .form-group:nth-child(9) textarea{
        display: block;
        width: 95%;
        margin-bottom: 10px;
    }
    /*개인정보처리방침*/
    #installModal .form-group:nth-child(10) input{
        width: 20px;
       }
    #installModal .form-group:nth-child(10) label{
        width: 170px;
    }
    #installModal .embed-responsive-item{
        width: 96%;
    }
    
    /*버튼*/
    #installModal .btn{
        cursor: pointer;
    }
    
    /*닫기 버튼*/
    p.close {
        background:url('https://www.castpro.kr/homepee/images/right_fix_banner/close.png') no-repeat;
        background-size: contain;
        width: 28px;
        height: 28px;
        text-indent: -999px;
        overflow: hidden;
        position: absolute;
        right: 30px;
        top: 30px;  
        cursor: pointer;
    }
    
    /*푸터 버튼*/
    .modal-footer{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        gap: 10px;
    }
    .modal-footer button{
        padding: 3% 10%;
        border: none;
        border-radius: 0.25rem;
        color: #fff;
        background: #6c757d;
        font-weight: bold;
    }
    .modal-footer .btn-primary{
        background: #2a9cce;
    }
    
    /*모달창 스크롤*/
    #installModal form::-webkit-scrollbar { width: 15px; }
    #installModal form::-webkit-scrollbar-thumb { background-color: #1da7de;}
    #installModal form::-webkit-scrollbar-track { background-color: #dcdcdc;  border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;}




    /*퀵메뉴*/
    #quick-menu{
        position: fixed;
        right: 0;
        top: 15%;
    }
    #quick-menu li a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        right: 0;
        width: 80px;
        height: 80px;
        color: #fff;
        background: #1a150f;
        margin: 0 auto;
        margin-right: 0;
        text-align: center;
        font-size: 20px;
        transition: all 0.5s;
    }
    #quick-menu li~li a{
        border-top: .5px solid rgba(255,255,255,0.1);
    }
    
    #quick-menu li:hover a{
    background: #0097dc;




    }
    #quick-menu li img{
        height: auto;
        margin-bottom: 10px;
    }




    #quick-menu span{
        color: #eee;
        font-size: 0.75rem;
        font-weight: 200;
    }






    /*카카오챗*/
    .right-bottom-fix{
        position: fixed;
        right: 0%;
        bottom: 1%;
    }