.inner {max-width: 1600px; margin: 0 auto;}
.s_wrap {display: flex;}


/* ----- 회사소개 ----- */
/* 인사말 */
#sec-ceo{
    padding: 0;
}

.company-content01{
  min-height: 400px;
  background: url(../img/ceo-bg.png) no-repeat center bottom;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  transition: 0.5s all;
  transform-origin: center;
}


.company-content01 .company-des p{
    color: #fff;
}

#sec-ceo .sub-cont{
    padding: 80px 0;
}

#sec-ceo .company-content02 {
    margin-top: 50px;
}

#sec-ceo .company-content02 h2{
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5em;
    color: #222;
    margin-bottom: 30px;
}

#sec-ceo .company-content02 h3{
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-top: 20px;
}

#sec-ceo .company-content02 p{
    font-size: 18px;
    line-height: 1.8em;
}

#sec-ceo .company-content02 span{
    display: block;
    line-height: 1.5em;
    overflow: hidden;
}

.ceofull{
    animation: ceofull forwards 1s;
}

@keyframes ceofull{
    0%{
        max-width: 0;
    }

    100%{
        max-width: 100%;
    }
}


.textbottom{
    animation: textbottom forwards 1s;
}


@keyframes textbottom{
    0%{
        transform: translateY(100px);
    }

    100%{
        transform: translateY(0px);
    }

}

/* 오시는길 */
.location-des{
    margin-top: 50px;
}

.location-des ul{
    border-top: 1px solid #222;
    padding-top: 20px;
}

.location-des ul li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.location-des ul li strong{
    color: #2c2a50;
    display: inline-block;
    margin-right: 10px;
}

/* ----- 제품소개 ----- */
/* 공통-리스트 화면 */
.product-list{
    display: flex;       
    grid-gap: 20px;
    flex-wrap: wrap;
}

.product-list li{
    max-width: calc(33.3% - 12.9px);
    overflow: hidden;
}

.product-list li img{
    transition: 0.3s all;
}

.product-list li:hover img{
    transform: scale(1.2);
}

.product-list h2{
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 20px;
    color: #222;
    font-size: 20px;
    font-weight: 700;
}

/* 공통-탑바 */
.product-topbar{
    background: #f7f7f7;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.product-topbar .back-list i{
    color: #fff;
    padding: 10px;
    background: #2c2a50;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    border-radius: 50%;
}

.product-topbar h2{
    font-size: 16px;
    font-weight: 700;
    color: #222;
}


.product-intro .col-md-7{
    align-self: center;
}

.product-intro h2{
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.sub-cont .product-intro h3{
    font-size: 18px;
    color: #666;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-intro ul{
    display: flex;
    column-gap: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.product-intro ul li{
    border-radius: 30px;
    border: 1px solid #ccc;
    color: #2c2a50;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 30px;
    transition: 0.3s all;
}

.product-intro ul li:first-child{
    background: #2c2a50;
    color: #fff;
}

.sub-cont .product-intro p{
    line-height: 1.8em;
    color: #666;
    font-size: 16px;
}

.product-gallery{
    margin: 80px 0;
}

.product-gallery h2{
    font-size: 32px;
    color: #222;
    font-weight: 700;
    margin-bottom: 30px;
}

.product-img-slide{
    border: 1px solid #ccc;
}

.product-thum-slide{
    margin-top: 20px;
    position: relative;
    width: 70%;
    margin: 20px auto 0;
}

.product-thum-slide li{
    opacity: 0.7;
    transition: 0.3s all;
}

.product-thum-slide li.slick-current{
    opacity: 1;
}


.product-thum-slide li.slick-current img{
    border: 1px solid #2c2a50;
}

.product-thum-slide .product-thum-prev{
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    font-size: 30px;
    cursor: pointer;
}

.product-thum-slide .product-thum-next{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    font-size: 30px;
    cursor: pointer;
}

.product-contact{
    margin-top: 80px;
    background: url(../img/contact_bg.png) no-repeat;
    background-size: center;
    color: #fff;
    padding: 100px 120px;
}

.product-contact h2{
    font-size: 42px;
    font-family: "poppins", "pretendard", sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.sub-cont .product-contact p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}


/*----- 특허 인증현황 ------*/
#maincert.sub-cert{
    border: none;
}

/* RND */
#sec-rnd .rnd-title h2{
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #222;
    text-align: center;
}

#sec-rnd .rnd-title h3{
    font-size: 20px;
    text-align: center;
}

#sec-rnd .rnd-img ul{
    display: flex;
    column-gap: 20px;
    margin: 50px 0;
    justify-content: center;
}

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

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

#sec-rnd .sub-table th{
    background: #f7f7f7;
    text-align: center;
}


#sec-rnd .sub-table th, #sec-rnd .sub-table td{
    padding: 15px;
}

/* ----- 문의하기 ------*/
#sec-contact .main-contact-wrap{
    padding: 30px;
    background: #eaeaea;
}

#sec-contact .main-contact-wrap .more-button{
    max-width: 200px;
    margin: 0 auto;
}

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

    .product-list li{
        max-width: calc(33.3% - 13px);
    }
}

@media screen and (max-width: 1023px){
    .product-list li{
        max-width: calc(50% - 10px);
    }

    .product-contact{
        padding: 30px;
    }
    
}

@media screen and (max-width: 768px){
    .location-des ul li{
        font-size: 16px;
    }

    .product-list li{
        max-width: calc(50% - 10px);
    }

    .product-list h2{
        font-size: 18px;
    }

    .product-contact h2{
        font-size: 32px;
    }


}

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

    
    .product-list h2{
        font-size: 16px;
    }

    .company-content01{
        min-height: 300px;
    }

    #sec-location .listarea{
        margin-top: 30px;
    }

    .cert-list ul li{
        width: calc( 50% - 10px );
    }

    .cert-list h2{
        font-size: 18px;
    }

    .product-intro h2{
        margin-top: 30px;
        font-size: 24px;
    }

    .sub-cont .product-intro h3{
        font-size: 16px;
    }

    .product-intro ul{
        flex-wrap: wrap;
        row-gap: 20px;
    }

    #sec-rnd .rnd-img ul{
        flex-wrap: wrap;
    }
}


