.company_wrap {
    margin: 20px 14px 40px;
}

.company_text {
    padding: 10px 0px;
}
.company_text h3, dl.fl dt {
    color: #206505;
    font-size: 17px;
    margin-bottom: 5px;
}
.company_text .company-cont, dl.fl dd {
    font-size: 14px;
    line-height: 16px;
    color: #6f6f6f;
    padding: 0 6px;
}
.company_text:first-child {
    padding-top: 0;
}
.clearfix {
    padding: 10px 15px;
}
.history_area {
    position: relative;
    width: 100%;
}
.history_area .history_point {
    position: absolute;
    top: 0;
    bottom: 20px;
    width: 8px;
    background-color: #f6f6f6;
    overflow: hidden;
    z-index: -1;
}
.text_aling {
    text-align: right;
    margin: 20px 0;
}
p.sing { font-size: 16px; }
p.sing:before {
    content: url( "http://gwcar.woojungnet.co.kr/images/ceo.jpg" );
    vertical-align: middle;
    position: relative;
    top: -8px;
    display: block;
}
.page-map {
    position: absolute;
    left: 20px;
    top: 83px;
    font-size: 14px;
    font-weight: 300;
}


/**/

.tab-list {
    display: block;
    width: 100%;
    border-bottom: 1px solid #2f81ce;
    border-top: 1px solid #2f81ce;
    width: 95%;
    border: 1px solid #2f81ce;
    margin: 10px auto;
}
.tab-content-list {
    width: 95%;
    margin: 0 auto;
}
.tab-item.on {
    background: #2f81ce;
    color: #fff;

}
.tab-item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #2f81ce;
    background: #fff;
    width: 24%;
    padding: 0;
}
button.tab-item:last-child {
    border-right: none;
}
/* */
table.a2_table {
    width: 100%;
}
table.a2_table th, table.a2_table td {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 4px
}
table.a2_table th {
    background: #d4eaff;
    border : 1px solid #efefef;
}
table.a2_table td {
    border : 1px solid #efefef;
}
p.com2 {
    text-align: center;
    margin: 20px auto 10px;
}
.img100 img{
    width: 100%;
}
.a2_wrap.a2_wrap2 {
    width: 100%;
    text-align: center;
}
.a2_wrap.a2_wrap2 img {
    width: 49%;
}


/* 인증현황 */
.gall_box {
    width:100%;
    display:flex;
    justify-content:left;
    flex-wrap:wrap;
    gap:20px 10px;
}
.gall_box_in {
    position:relative;
    width:100%;
    overflow: hidden;
}
.gall_box_img{
    width: 100%;
    overflow: hidden;
}
.gall_box_img img{
    width:100%;
}
.gall_box_in .title {
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}