/* 서브 페이지 공통설정*/

/*회사소개 메뉴 비주얼*/
.imgArea img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.aboutVisual {
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    position: relative;
}

.about-txt {
    z-index: 1;
    position: absolute;
    top: 39%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    line-height: 41px;
}
.about-txt > strong {
    font-size: 2rem;
    color: white;
}
.about-txt > p {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    text-align: center;
}
.row.aboutCon01 {
    width: 100%;    
    margin: 0 auto;
}

/*탭메뉴*/
.subTap {
    width: 100%;    
    border-bottom: 1.2px solid #ddd;
    padding: 0 !important;
    border-top: 1.2px solid #ddd;
    
}
.subTap ul {
    justify-content: center;
    margin: 0;
    padding: 0;
    align-items: center;
}
.subTap ul li {
    text-align: center;
    padding: 0rem;
}
.subTap ul li a {
    color: #333;
    padding: 1rem 0rem;
    display: block;
    width: 100%;
}
.subTap ul .active {
    color: white;
    font-weight: bold;
    background: #ffc000;
}
.subTap ul .active a {
    color: white;
}
.subTap ul li:hover{
    background: #FFC000;
    font-weight: bold;
}
.subTap ul li a:hover {
    color: white;
}

/*제품소개페이지 탭메뉴*/
.col-sm-1.h64 {
    height: 64px;
    justify-content:center;
    display: flex;
    align-items: center;
}
@media (min-width: 576px){
.col-sm-1 {
    flex: 0 0 auto;
    width: 8.3% !important;
    }
    .col-sm-1.h64 {
        height: auto;
    }    
}
/*서브페이지 공통설정 끝*/

/*  회사소개  컨텐츠*/
.companyCon {
    margin-bottom: 5rem;
    margin-top: 5rem;
}
.comapnyCon01 .company-left .item > div img {
    width: 80%;
}
.row.comapnyCon01, .row.comapnyCon02 {
    margin: 0;
    width: 100%;
}
.row.comapnyCon01{
    margin-bottom: 4rem;
}
.company-left .item > div {
    display: flex;
    justify-content: center;
}
.comapnyCon01 .company-right .company-txt{
    margin-top: 3rem; 
}
.comapnyCon01 {
    margin-bottom: 5rem;
}
.comapnyCon02 .company-left .item > div img {
    width: 100%;
    height: 350px;
}
.comapnyCon02 .company-right .company-txt {
    margin-top: 2rem;
}
.comapnyCon02 .company-right .company-txt strong, .comapnyCon01 .company-txt strong {
    font-size: 1.5rem;
}
.comapnyCon02 .company-right .company-txt p {
    line-height: 30px;
    margin-bottom: 0;
}
.comapnyCon02 .company-right .right,
.comapnyCon01 .company-right .right{
    float: right;
    font-weight: bold;
}
.sub_title {
    font-size: 1.8rem;
    color: #ffce0b;
    text-align: center;
    font-weight: bold; 
}

/*  인사말  컨텐츠*/

.companyCon {
    margin-bottom: 5rem;
}
.aboutCon01 .company-left .item > div img {
    width: 95%;
    border-radius: 100%;
    box-shadow: 3px 8px 11px #74747469;
    
}

.aboutCon01 .company-right .company-txt{
/*    margin-top: 5rem;*/
    
}
.aboutCon01 .company-right .company-txt .right {
    float: right;
    font-weight: bold; 
}
.aboutCon01 .company-right .company-txt .left {
    float: left;
    font-weight: bold; 
}
.aboutCon01 {
    margin-bottom: 5rem;
}
.aboutCon01 .company-right .company-txt p {
    line-height: 35px;
    font-size: 1.2rem;
    margin-bottom: 0;
    font-family: 'NanumSquare', sans-serif;
}

.am_box dl {
    margin-bottom: 0;
}

@media (min-width:992px) { 

    .aboutCon01 .company-right .company-txt {
        margin-top: 8rem;
    }
    .btn_menu{
        display: none;
    }


}

@media (min-width: 320px) and (max-width: 480px) {

    .about-txt {
        top: 20%;
    }
    .topBtn {
        display: none;
    }
    
    .about-txt strong  {
        font-size: 1.7rem !important;
        
    }
    .company-txt h3 {
        font-size: 1.5rem !important;
        text-align: center;
    }
    .about-txt > p {
        line-height: 29px;
    }
    .list-row {
        margin: 2rem;
    }
    .subTap {
        padding: 0;
    }
    .aboutCon01 .company-right .company-txt p {
        font-size: 1rem;
    }
    .company-left.col-sm-6, .company-right.col-sm-6, .company-right.col-sm-12, .company-left.col-sm-12 {
        padding: 0 2rem;
    }
    .comapnyCon02 .company-right .company-txt strong {
        font-size: 1rem !important;
    }
    .subTap .row {
        width: 100%;
        height: 58px;
        overflow-x: scroll;
        display: block;
    }
    .subTap .row li {
        float: left;
    }
}