.companyCertificationWrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color:bisque; */
    position: relative;
    top: -46px;
}

.selectwrap{
    /* background-color: aquamarine; */
    /* padding-bottom: 62px; */
    /* width: 1280px; */
    position: relative;
    top: -113px;
    left: 536px;
}
.selectwrap > select{
    background-color:#eeeeee;
    width: 185px;
    height: 46px;
    border: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    padding-left: 14px;

    appearance: none; /* 브라우저 기본 화살표 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/company_history/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;    
}

.CertificationWrap{
    /* background-color: chocolate; */
    width: 1280px;
    /* padding-top: 80px; */
}
.certification{
    display: flex;
    justify-content: flex-start;
    /* background-color: #333D4B; */
    padding-bottom: 100px;
}
.certification > div{
    display: flex;
    position: relative;
    flex-direction: column;
}

/* 인증 종류 타이틀 */
.certification > div > .certificationType{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color:#1A202C;
    width: 100%;
    padding-bottom: 20px;
}
/* 카드 인증 별 묶음 */
.cardWrap{
    padding-bottom: 26px;
}
/* 카드 한줄 묶음*/
.cardLine{
    display: flex;
}
/* 카드 한개*/
.certifiCard{
    display: flex;
    flex-direction: column;
    width: 305px;
    background-color:white;
    border-radius: 8px;
    margin-right: 20px;
    position: relative;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.04);
    border-width: 1px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);

}
.cardLine > div:last-child{
    margin-right: 0;
} 
/*카드 상단 - 이미지*/
.certifiCard > .certifiCardTop{
    height: 197px;
    background-color: #F1F4FF;
    border-radius: 8px 8px 0 0;
}
.certifiCardTop.colorBG{

    background-color: #FFF7F1;

}
.certifiCard > .certifiCardTop::before{
    content: '';
    display: block;
    background: url('../img/company_certification/CERTI.png') no-repeat center;
    /* background-size: 206px; */
    width: 206px;
    height: 170px;
    position: absolute;
    top: 25px;
    left: 48px;
    border-top:solid 1px #9C9C9C;
    border-right:solid 1px #9C9C9C;
    border-left:solid 1px #9C9C9C;
    /* border-radius: 10px 10px 0 0; */
}
.certifiCard > .ISO9001::before{
    background: url('../img/company_certification/ISO9001.png') no-repeat center;
}
.certifiCard > .ISO9001-01::before{
    background: url('../img/company_certification/ISO9001-01.png') no-repeat center;
}
.certifiCard > .ISO9001-02::before{
    background: url('../img/company_certification/ISO9001-02.png') no-repeat center;
}
.certifiCard > .CC::before{
    background: url('../img/company_certification/CC.png') no-repeat center;
}
.certifiCard > .GS::before{
    background: url('../img/company_certification/GS-01.png') no-repeat center;
}
.certifiCard > .GS02::before{
    background: url('../img/company_certification/GS-02.png') no-repeat center;
}
.certifiCard > .PATENT::before{
    background: url('../img/company_certification/PATENT.png') no-repeat center;
}
.certifiCard > .PROGRAM::before{
    background: url('../img/company_certification/PROGRAM.png') no-repeat center;
}

/*카드 하단*/
.certifiCard > .certifiCardBottom{
    padding: 16px 0 24px 16px;
}
.certifiCard > .certifiCardBottom > .cardTextTop{
    padding-bottom: 18px;
}

/* ------------------------txt------------------------ */

/* gs인증 txt */
.certifiCard > .certifiCardBottom > .cardTextTop > .certiCardTitle{
    color:#2D3748;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 2px;
}
/* A001 txt */
.certifiCard > .certifiCardBottom > .cardTextTop > .certiCardSubTitle{
    color: #a0aec0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}
/* 2025 txt */
/* 아이덴티티 쉴드 txt */
.certifiCard > .certifiCardBottom > .cardTextBottom > .cardYear > .cardIcon01,
.certifiCard > .certifiCardBottom > .cardTextBottom > .cardSolution > .cardIcon02{
    color: #4A5568;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}
.companyCertificationWrap > div:last-child{
    padding-bottom: 100px;
}
.cardTextBottom > .cardYear, 
.cardTextBottom > .cardSolution{
    display: flex;
    padding-bottom: 6px;
}
.cardYear::before,
.cardSolution::before{
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}
.cardYear::before{
    background: url(../img/company_certification/cal.svg);
}
.cardSolution::before{
    background: url(../img/company_certification/cont.svg);
}


/* 반응형------------------------------------------------ */

#pagewrap.mobile .selectwrap{
    position: static;
    margin-bottom: 50px;
    width: 90%;
}
#pagewrap.mobile .selectwrap > select {
    width: 100%;
    padding:0px;
    height: 120px;
    font-size: 45px;
    font-weight: 700;
    border-radius: 14px;
    padding-left: 60px;
    color:#111;
}
#pagewrap.mobile .companyCertificationWrap{
    width: 90%;
    position: static;
    
}
#pagewrap.mobile .CertificationWrap{
    width: 100%;
    /* background-color: #a0aec0; */
}

#pagewrap.mobile .certification > div > .certificationType{
    font-size: 45px;
    line-height: 50px;
}
#pagewrap.mobile .cardLine{
    flex-wrap: wrap;
    padding-left: 12px;
}
#pagewrap.mobile  .cardWrap{
    padding: 0;
}
#pagewrap.mobile .certifiCard{
    width: 550px;   
    height: 620px;
    margin-bottom: 40px;
        border-width: 2px;
}
#pagewrap.mobile .certifiCard > .certifiCardTop{
    height: 207px;
}

#pagewrap.mobile .certifiCard > .certifiCardBottom{
    padding: 36px 0 0 36px;
}

#pagewrap.mobile .certifiCard > .certifiCardBottom > .cardTextTop > .certiCardTitle{
    font-size: 40px;
    /* color:red; */
    line-height: 55px;
    padding-bottom: 11px;
}

#pagewrap.mobile .certifiCard > .certifiCardBottom > .cardTextTop > .certiCardSubTitle{
    font-size: 35px;
    line-height: 50px;
    width: 100%;
}

#pagewrap.mobile .cardYear::before,
#pagewrap.mobile .cardSolution::before{
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 28px;
}

#pagewrap.mobile .cardTextBottom > .cardYear{
    padding-bottom: 26px;
}

#pagewrap.mobile .certifiCard > .certifiCardBottom > .cardTextTop{
    padding-bottom: 35px;
}
#pagewrap.mobile .certifiCard > .certifiCardBottom > .cardTextBottom > .cardYear > .cardIcon01, 
#pagewrap.mobile .certifiCard > .certifiCardBottom > .cardTextBottom > .cardSolution > .cardIcon02{
    font-size: 40px;
    line-height: 40px;

}

#pagewrap.mobile .certifiCard > .certifiCardTop::before{
    top: 34px;
    left: 159px;

}