@charset "utf-8";


/* company 완료 */
.com_banner {
    padding-top: 200px;
    width: 1480px;
    margin: 0 auto;
}

.com_title h2 {
    margin-bottom: 15px;
}

.com_tit {
    margin-bottom: 40px;
}

.com_tit .img_home {
    display: flex;
}

.com_tit p {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
}

.com_tit .cer_line {
    color: #444444;
    border-bottom: 2px solid #444444;
    width: 80px;
}

.banner_image {
    overflow: hidden;
    max-width: 1790px;
    width: 90%;
    height: 350px;
    border-radius: 50px;
    margin: 0 auto 100px;
    
    /* max-width: 90%; */
}

.banner_image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
    width: 100%;
}

.banner_image:hover img {
    transform: scale(1.1);
}
/* company 완료 */



/* company_cer */
.company_cer {
    width: 1480px;
    margin: 0 auto;
}

.company_cer .container{width: 40%;}
.company_cer .tabimg{width: 57%; margin-left: 3%;}



.cer_tit h2 {
    font-size: 42px;
    font-weight: 800;
    color: #444444;
    line-height: 52px;
    margin-bottom: 78px;
}

.par_text {
    display: flex;
}

.tabnav li {
    font-size:20px;
    font-weight: 500;
    color: #666666;
    /* line-height: 60px; */
    position: relative;
}

.tabnav li a span{display: none; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
.tabnav li a.active span{display: block;}

.tabnav li a{display: block; padding: 22px 0;}
.tabnav li a.active{    
    color: white;
    background: rgb(0,136,255);
    background: linear-gradient(90deg, rgba(0,136,255,1) 0%, rgba(0,212,140,1) 100%);
    border-radius: 10px;
    padding-left: 30px;
    
}

#tab01.active{display: block;}

.fa-solid.active {
    color: white;
}




.tabimg img {
    width: 920px;
    border-radius: 20px;
}


.company_cer .tabimg > div{position: relative; line-height: 0; width: 920px; height: 100%;}
.company_cer .tabimg > div:before{border-radius: 18px; content: ''; position: absolute; width: 920px; display: block; height: 100%;}

.company_cer .tabimg > div:hover:before{background-color: rgba(0,0,0,0.2); background-blend-mode: overlay;}
.company_cer .tabimg > div img{line-height: 0;}

.company_cer .tabimg > div > div{display: none; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 18px; font-weight: 600; z-index: 10; color: #fff; padding-top: 50px;}
.company_cer .tabimg > div > div:after{content: ''; position: absolute; background: url('../../assets/images/plus_view.png') center / contain no-repeat; width: 30px; height: 28px; top: 0; left: 35px;}

.company_cer .tabimg > div:hover > div{display: block;}


.company_cer .modal_popUp{display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 100;}
.company_cer .modal_popUp .BG{position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 10; background-color: rgba(0,0,0,0.2);}
.company_cer .modal_popUp.active{display: block;}
.company_cer .modal_popUp .popUp_content{max-width: 1250px; width: 100%; z-index: 101; text-align: center; position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.company_cer .modal_popUp .popUp_content img{max-width: 1250px; width: 100%;}
.company_cer .modal_popUp .closeBtn{cursor: pointer; right: 20px; top: 20px; position: absolute; z-index: 1004; background-color: transparent; border: none; background: url('../../assets/images/modal_closeBtn.png') center / contain no-repeat; width: 30px; height: 30px;}
/* company_cer 완료 */







