/* ----- 제품소개 ----- */
.sub-product .nav-tabs{
    border-bottom: 0;   
}

.sub-product .nav-tabs li{
    border: 1px solid #ccc;
    border-right: 0;
}

.sub-product .nav-tabs li:last-child{
    border-right: 1px solid #ccc;
}

.sub-product .nav-tabs a{
    margin: 0;
    border-radius: 0;
}

.sub-product .product-intro{
    border: 1px solid #ccc;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}

.sub-product .prodcut-title{
    text-align: center;
    margin: 30px auto 0;
    color: #222;
    font-weight: 700;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.sub-product .product-content{
    margin: 50px 0;
    text-align: center;
}

.sub-product .product-content h3{
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.sub-product .product-content h3::before{
    content: "";
    display: inline-block;
    background: #17459b;
    width: 3px;
    height: 1.5rem;
    margin-right: 15px;
}

.sub-product .sub-product-table{
    width: 100%;
    border-top: 1px solid #222;
}

.sub-product .sub-product-table thead{
    color: #222;
    background: #f7f7f7;
}

.sub-product .sub-product-table tr{
    border-bottom: 1px solid #ccc;
}

.sub-product .sub-product-table td, .sub-product .sub-product-table th{
    padding: 10px 15px;
}

.sub-product ol{
    text-align: left;
    font-size: 15px;
    margin-left: 20px;
}

.sub-product ol li{
    list-style: decimal-leading-zero;    
}

.sub-product .row .imgarea{
    min-height: 200px;
    display: flex;
    align-items: center;
}

/* 테이블 */
.sub-table{
    margin-top: 30px;
}
.sub-table table{
    width: 100%;
    border-top: 1px solid #222;
}

.sub-table table tr{
    border-bottom: 1px solid #eaeaea;
}

.sub-table table td, .sub-table table th {
    padding: 15px;
    font-size: 16px;
    text-align: center;
}

.sub-table table th{
    background: #f7f7f7;
}

/* 인증서 */

#sec-cert ul{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}

#sec-cert ul li{
    max-width: calc(25% - 15px);
    text-align: center;
}

#sec-cert ul li h2{
    font-size: 20px;
    margin-top: 20px;
}


/* 인사말 */
#sec-ceo .col-md-8{
    align-self: center;
}

#sec-ceo .col-md-8 h2{
    color: #222;
    font-size: 24px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1024px){

}

@media screen and (max-width: 992px){

}

@media screen and (max-width: 768px){

  
}

@media screen and (max-width: 575px){

}




